aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/ports.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-08-21 17:59:22 +0200
committerHarald Welte <laforge@osmocom.org>2020-08-21 17:59:53 +0200
commit9a21d2af0ec459ae47e8c3255d6dbfc36ae6904e (patch)
tree7d79a92abf43590a01845489b0060eec726e06f7 /include/osmocom/ctrl/ports.h
parent161d42a61990e465459c0c58c6259c7a0de25a7d (diff)
Add VTY + CTRL ports for upcoming OsmoSMLC
We will soon have a minimal Serving Mobile Location Center. Change-Id: Ic7e9c2196a03502cfd3d880a3090a5be80773945
Diffstat (limited to 'include/osmocom/ctrl/ports.h')
-rw-r--r--include/osmocom/ctrl/ports.h1
1 files changed, 1 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. */