libosmovty  1.5.1
Osmocom VTY library
ports.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 /* 4236 used by control interface */
12 #define OSMO_VTY_PORT_TRX 4237
13 /* 4238 used by osmo-bts control interface */
14 #define OSMO_VTY_PORT_STP 4239
15 #define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
16 #define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
17 #define OSMO_VTY_PORT_NITB_BSC 4242
18 #define OSMO_VTY_PORT_BSC_MGCP 4243
19 #define OSMO_VTY_PORT_MGW OSMO_VTY_PORT_BSC_MGCP
20 #define OSMO_VTY_PORT_BSC_NAT 4244
21 #define OSMO_VTY_PORT_SGSN 4245
22 #define OSMO_VTY_PORT_GBPROXY 4246
23 #define OSMO_VTY_PORT_BB 4247
24 /* 4249-4251 used by control interface */
25 #define OSMO_VTY_PORT_BTSMGR 4252
26 #define OSMO_VTY_PORT_GTPHUB 4253
27 #define OSMO_VTY_PORT_MSC 4254
28 /* 4255 used by control interface */
29 #define OSMO_VTY_PORT_MNCC_SIP 4256
30 /* 4257 used by control interface */
31 #define OSMO_VTY_PORT_HLR 4258
32 /* 4259 used by control interface */
33 #define OSMO_VTY_PORT_GGSN 4260
34 #define OSMO_VTY_PORT_HNBGW 4261
35 /* 4262-4263 used by control interface */
36 #define OSMO_VTY_PORT_CBC 4264
37 #define OSMO_VTY_PORT_UECUPS 4268
38 #define OSMO_VTY_PORT_E1D 4269
39 #define OSMO_VTY_PORT_SMLC 4271
40 /* When adding/changing port numbers, keep docs and wiki in sync. See above. */