libosmovty  0.9.3
Osmocom VTY library
ports.h
1 #pragma once
2 
3 /* TCP port numbers used for VTY interfaces in osmocom projects */
4 
5 /* 4238 used by osmo-bts control interface */
6 #define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
7 #define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
8 #define OSMO_VTY_PORT_NITB_BSC 4242
9 #define OSMO_VTY_PORT_BSC_MGCP 4243
10 #define OSMO_VTY_PORT_BSC_NAT 4244
11 #define OSMO_VTY_PORT_SGSN 4245
12 #define OSMO_VTY_PORT_GBPROXY 4246
13 #define OSMO_VTY_PORT_BB 4247
14 /* 4249-4251 used by control interface */
15 #define OSMO_VTY_PORT_BTSMGR 4252
16 #define OSMO_VTY_PORT_GTPHUB 4253