aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-05-29 20:55:18 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2018-05-29 21:02:16 +0200
commit07f075d197d7bf7befcfce419d5fef6013a764ef (patch)
tree73afde8f135953568a8e2bd2c62cdb3c2b4a2485 /include/osmocom
parent572fc2d3441ff5ddbf361b2e815910d79fa4f66d (diff)
ports.h: Add ctrl port for osmo-gbproxy
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/ctrl/ports.h1
-rw-r--r--include/osmocom/vty/ports.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index d6b53945..b65bd00c 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -21,4 +21,5 @@
#define OSMO_CTRL_PORT_GGSN 4257
#define OSMO_CTRL_PORT_HLR 4259
#define OSMO_CTRL_PORT_HNBGW 4262
+#define OSMO_CTRL_PORT_GBPROXY 4263
/* 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 5e7e6553..5a8faedd 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -32,5 +32,5 @@
/* 4259 used by control interface */
#define OSMO_VTY_PORT_GGSN 4260
#define OSMO_VTY_PORT_HNBGW 4261
-/* 4262 used by control interface */
+/* 4262-4263 used by control interface */
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */