ports.h: rename CSCN to MSC

See OS#1958

Change-Id: I85aee0f8fdfc9c69d0ba9240988c633d3e707f2d
This commit is contained in:
Neels Hofmeyr 2017-02-23 20:52:18 +01:00
parent a1004640ce
commit fa5dc93fd0
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
#define OSMO_CTRL_PORT_BSC_NAT 4250
#define OSMO_CTRL_PORT_SGSN 4251
/* 4252-4254 used by VTY interface */
#define OSMO_CTRL_PORT_CSCN 4255
#define OSMO_CTRL_PORT_MSC 4255
/* 4256 used by VTY interface */
#define OSMO_CTRL_PORT_GGSN 4257
#define OSMO_CTRL_PORT_HLR 4259

View File

@ -20,7 +20,7 @@
/* 4249-4251 used by control interface */
#define OSMO_VTY_PORT_BTSMGR 4252
#define OSMO_VTY_PORT_GTPHUB 4253
#define OSMO_VTY_PORT_CSCN 4254
#define OSMO_VTY_PORT_MSC 4254
/* 4255 used by control interface */
#define OSMO_VTY_PORT_MNCC_SIP 4256
/* 4257 used by control interface */