libosmovty  0.9.6.241-b6c8
Osmocom VTY library
 All Data Structures Files Functions Variables Enumerations Enumerator Modules Pages
ports.h
1 #pragma once
2 
3 /*
4  * TCP port numbers used for VTY interfaces in osmocom projects. See also the
5  * osmocom wiki as well as the osmo-gsm-manuals, which should all be kept in
6  * sync with this file:
7  * https://osmocom.org/projects/cellular-infrastructure/wiki/PortNumbers
8  * https://git.osmocom.org/osmo-gsm-manuals/tree/common/chapters/port_numbers.adoc
9  */
10 
11 /* 4238 used by osmo-bts control interface */
12 #define OSMO_VTY_PORT_STP 4239
13 #define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
14 #define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
15 #define OSMO_VTY_PORT_NITB_BSC 4242
16 #define OSMO_VTY_PORT_BSC_MGCP 4243
17 #define OSMO_VTY_PORT_BSC_NAT 4244
18 #define OSMO_VTY_PORT_SGSN 4245
19 #define OSMO_VTY_PORT_GBPROXY 4246
20 #define OSMO_VTY_PORT_BB 4247
21 /* 4249-4251 used by control interface */
22 #define OSMO_VTY_PORT_BTSMGR 4252
23 #define OSMO_VTY_PORT_GTPHUB 4253
24 #define OSMO_VTY_PORT_MSC 4254
25 /* 4255 used by control interface */
26 #define OSMO_VTY_PORT_MNCC_SIP 4256
27 /* 4257 used by control interface */
28 #define OSMO_VTY_PORT_HLR 4258
29 /* When adding/changing port numbers, keep docs and wiki in sync. See above. */