Add CSCN ctrl port defs

This commit is contained in:
Neels Hofmeyr 2016-02-15 12:02:02 +01:00
parent 620dfa6be2
commit 8684714966
2 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,4 @@
#define OSMO_CTRL_PORT_NITB_BSC 4249
#define OSMO_CTRL_PORT_BSC_NAT 4250
#define OSMO_CTRL_PORT_SGSN 4251
#define OSMO_CTRL_PORT_CSCN 4255

View File

@ -15,3 +15,4 @@
#define OSMO_VTY_PORT_BTSMGR 4252
#define OSMO_VTY_PORT_GTPHUB 4253
#define OSMO_VTY_PORT_CSCN 4254
/* 4255 used by control interface */