libosmoctrl  1.0.1.85-9f28
Osmocom CTRL library
ports.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 
12 #define OSMO_CTRL_PORT_TRX 4236
13 /* 4237 used by VTY interface */
14 #define OSMO_CTRL_PORT_BTS 4238
15 #define OSMO_CTRL_PORT_NITB_BSC 4249
16 #define OSMO_CTRL_PORT_BSC_NAT 4250
17 #define OSMO_CTRL_PORT_SGSN 4251
18 /* 4252-4254 used by VTY interface */
19 #define OSMO_CTRL_PORT_MSC 4255
20 /* 4256 used by VTY interface */
21 #define OSMO_CTRL_PORT_GGSN 4257
22 #define OSMO_CTRL_PORT_HLR 4259
23 #define OSMO_CTRL_PORT_HNBGW 4262
24 #define OSMO_CTRL_PORT_GBPROXY 4263
25 /* When adding/changing port numbers, keep docs and wiki in sync. See above. */