aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/ports.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-03-08 09:38:37 +0100
committerHarald Welte <laforge@osmocom.org>2020-03-08 10:42:51 +0100
commit7dedebada5c5dc08e1c5aa4a90f5d1c41f948e91 (patch)
treeaac7831b5523265644930e9701a13de99e1bb9fc /include/osmocom/ctrl/ports.h
parent20618cabe78e0e467e44a192659c22bf7a68054b (diff)
Add CTRL port number for osmo-mgw
Diffstat (limited to 'include/osmocom/ctrl/ports.h')
-rw-r--r--include/osmocom/ctrl/ports.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 25d2491b..4c3b77f9 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -24,4 +24,6 @@
#define OSMO_CTRL_PORT_GBPROXY 4263
/* 4264 used by VTY interface */
#define OSMO_CTRL_PORT_CBC 4265
+/* 4266 used by D-GSM mDNS */
+#define OSMO_CTRL_PORT_MGW 4267
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */