add port number 4238 for BTS control interface

This commit is contained in:
Harald Welte 2014-08-24 16:52:12 +02:00
parent 39c9e7b471
commit f39aed6942
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/* TCP port numbers used for CTRL interfaces in osmocom projects */
#define OSMO_CTRL_PORT_BTS 4238
#define OSMO_CTRL_PORT_NITB_BSC 4249
#define OSMO_CTRL_PORT_BSC_NAT 4250
#define OSMO_CTRL_PORT_SGSN 4251

View File

@ -2,6 +2,7 @@
/* TCP port numbers used for VTY interfaces in osmocom projects */
/* 4238 used by osmo-bts control interface */
#define OSMO_VTY_PORT_PCU 4240 /* also: osmo_pcap_client */
#define OSMO_VTY_PORT_BTS 4241 /* also: osmo_pcap_server */
#define OSMO_VTY_PORT_NITB_BSC 4242