ports.h: Add ctrl port for osmo-gbproxy

Change-Id: I46a1cef3013c9bbf9b5a6d64e83cd84568f2523c
This commit is contained in:
Daniel Willmann 2018-05-29 20:55:18 +02:00
parent 572fc2d344
commit 07f075d197
2 changed files with 2 additions and 1 deletions

View File

@ -21,4 +21,5 @@
#define OSMO_CTRL_PORT_GGSN 4257
#define OSMO_CTRL_PORT_HLR 4259
#define OSMO_CTRL_PORT_HNBGW 4262
#define OSMO_CTRL_PORT_GBPROXY 4263
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */

View File

@ -32,5 +32,5 @@
/* 4259 used by control interface */
#define OSMO_VTY_PORT_GGSN 4260
#define OSMO_VTY_PORT_HNBGW 4261
/* 4262 used by control interface */
/* 4262-4263 used by control interface */
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */