aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-11-10 10:59:04 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-11-10 14:55:04 +0000
commitc0fc7940df40de07320c9b2cdd5525659d16805a (patch)
treeca27019cceb8720e9516dcedbe6d6e283f5325e5 /include
parent4a73d5e84383cf3fe02d730a7b21d393024054e4 (diff)
vty: add port number for osmo-mgw
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/vty/ports.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index ab3e1d5b..ab43f05f 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -28,4 +28,5 @@
#define OSMO_VTY_PORT_HLR 4258
/* 4259 used by control interface */
#define OSMO_VTY_PORT_GGSN 4260
+#define OSMO_VTY_PORT_MGW 4261
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */