aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/ctrl/ports.h1
-rw-r--r--include/osmocom/vty/ports.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index f974daf4..4e931901 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -17,4 +17,5 @@
/* 4256 used by VTY interface */
#define OSMO_CTRL_PORT_GGSN 4257
#define OSMO_CTRL_PORT_HLR 4259
+#define OSMO_CTRL_PORT_HNBGW 4262
/* 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 ff0b58ce..4819b87b 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -29,4 +29,6 @@
#define OSMO_VTY_PORT_HLR 4258
/* 4259 used by control interface */
#define OSMO_VTY_PORT_GGSN 4260
+#define OSMO_VTY_PORT_HNBGW 4261
+/* 4262 used by control interface */
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */