From 0a9430ee48dd1297b0f07446d60feaa4c8981ffd Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 20 Oct 2021 20:41:01 +0200 Subject: [PATCH] {ctrl,vty}/ports.h: Allocate ports for osmo-hnodeb Change-Id: I6514d040d88d145a321075911368645868e6280e --- include/osmocom/ctrl/ports.h | 2 ++ include/osmocom/vty/ports.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h index 91206dcc5..56d663a6f 100644 --- a/include/osmocom/ctrl/ports.h +++ b/include/osmocom/ctrl/ports.h @@ -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. */ diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index 580e64281..cfefaa8cb 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -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. */