fix GGSN Ctrl port to 4257

4253 used to collide with the sysmobts-mgr VTY port.
Note, openggsn does not actually have a Ctrl interface yet.

Change-Id: If0fa0e606dabd5bc89907a56ef18cdbbbdedb4b7
This commit is contained in:
Neels Hofmeyr 2016-09-08 12:59:08 +02:00
parent 56313c84c8
commit 1a587bd782
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#define OSMO_CTRL_PORT_NITB_BSC 4249
#define OSMO_CTRL_PORT_BSC_NAT 4250
#define OSMO_CTRL_PORT_SGSN 4251
#define OSMO_CTRL_PORT_GGSN 4252
/* 4252-4254 used by VTY interface */
#define OSMO_CTRL_PORT_CSCN 4255
/* 4256 used by VTY interface */
#define OSMO_CTRL_PORT_GGSN 4257

View File

@ -23,3 +23,4 @@
#define OSMO_VTY_PORT_CSCN 4254
/* 4255 used by control interface */
#define OSMO_VTY_PORT_MNCC_SIP 4256
/* 4257 used by control interface */