aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/ctrl/ports.h1
-rw-r--r--include/osmocom/vty/ports.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 4c3b77f9..9759dc1e 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -26,4 +26,5 @@
#define OSMO_CTRL_PORT_CBC 4265
/* 4266 used by D-GSM mDNS */
#define OSMO_CTRL_PORT_MGW 4267
+#define OSMO_CTRL_PORT_SMLC 4272
/* 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 cda6a55c..b3550d15 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -36,4 +36,5 @@
#define OSMO_VTY_PORT_CBC 4264
#define OSMO_VTY_PORT_UECUPS 4268
#define OSMO_VTY_PORT_E1D 4269
+#define OSMO_VTY_PORT_SMLC 4271
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */