aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-20 20:41:01 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-10-21 12:53:33 +0200
commit0a9430ee48dd1297b0f07446d60feaa4c8981ffd (patch)
tree6604f4cc6a877b62911b2ea00232acf68e450c50 /include
parent1573add4726407ee8cddc4f876c985abb9058595 (diff)
{ctrl,vty}/ports.h: Allocate ports for osmo-hnodeb
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/ctrl/ports.h2
-rw-r--r--include/osmocom/vty/ports.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 91206dcc..56d663a6 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 580e6428..cfefaa8c 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. */