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

Change-Id: I6514d040d88d145a321075911368645868e6280e
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 91206dc..56d663a 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 580e642..cfefaa8 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. */