libosmovty
0.9.3
Osmocom VTY library
|
00001 #pragma once 00002 00003 /* TCP port numbers used for VTY interfaces in osmocom projects */ 00004 00005 /* 4238 used by osmo-bts control interface */ 00006 #define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */ 00007 #define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */ 00008 #define OSMO_VTY_PORT_NITB_BSC 4242 00009 #define OSMO_VTY_PORT_BSC_MGCP 4243 00010 #define OSMO_VTY_PORT_BSC_NAT 4244 00011 #define OSMO_VTY_PORT_SGSN 4245 00012 #define OSMO_VTY_PORT_GBPROXY 4246 00013 #define OSMO_VTY_PORT_BB 4247 00014 /* 4249-4251 used by control interface */ 00015 #define OSMO_VTY_PORT_BTSMGR 4252 00016 #define OSMO_VTY_PORT_GTPHUB 4253