aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/ctrl/ports.h2
-rw-r--r--include/osmocom/vty/ports.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index b65bd00c..25d2491b 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -22,4 +22,6 @@
#define OSMO_CTRL_PORT_HLR 4259
#define OSMO_CTRL_PORT_HNBGW 4262
#define OSMO_CTRL_PORT_GBPROXY 4263
+/* 4264 used by VTY interface */
+#define OSMO_CTRL_PORT_CBC 4265
/* 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 5a8faedd..201e1157 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -33,4 +33,5 @@
#define OSMO_VTY_PORT_GGSN 4260
#define OSMO_VTY_PORT_HNBGW 4261
/* 4262-4263 used by control interface */
+#define OSMO_VTY_PORT_CBC 4264
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */