{ctrl,vty}/ports.h: Allocate ports for osmo-hnodeb

Change-Id: I6514d040d88d145a321075911368645868e6280e
This commit is contained in:
Pau Espin 2021-10-20 20:41:01 +02:00
parent 1573add472
commit 0a9430ee48
2 changed files with 5 additions and 0 deletions

View File

@ -28,4 +28,6 @@
/* 4266 used by D-GSM mDNS */
#define OSMO_CTRL_PORT_MGW 4267
#define OSMO_CTRL_PORT_SMLC 4272
/* 4273 used by VTY interface */
#define OSMO_CTRL_PORT_HNODEB 4274
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */

View File

@ -39,4 +39,7 @@
#define OSMO_VTY_PORT_UECUPS 4268
#define OSMO_VTY_PORT_E1D 4269
#define OSMO_VTY_PORT_SMLC 4271
/* 4272 used by control interface */
#define OSMO_VTY_PORT_HNODEB 4273
/* 4274 used by control interface */
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */