Add VTY + CTRL ports for upcoming OsmoSMLC

We will soon have a minimal Serving Mobile Location Center.

Change-Id: Ic7e9c2196a03502cfd3d880a3090a5be80773945
This commit is contained in:
Harald Welte 2020-08-21 17:59:22 +02:00
parent 161d42a619
commit 9a21d2af0e
2 changed files with 2 additions and 0 deletions

View File

@ -26,4 +26,5 @@
#define OSMO_CTRL_PORT_CBC 4265
/* 4266 used by D-GSM mDNS */
#define OSMO_CTRL_PORT_MGW 4267
#define OSMO_CTRL_PORT_SMLC 4272
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */

View File

@ -36,4 +36,5 @@
#define OSMO_VTY_PORT_CBC 4264
#define OSMO_VTY_PORT_UECUPS 4268
#define OSMO_VTY_PORT_E1D 4269
#define OSMO_VTY_PORT_SMLC 4271
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */