diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-09-08 12:59:08 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-09-09 16:23:18 +0200 |
commit | 1a587bd782fe75f0739ed188abc23604e32d4148 (patch) | |
tree | 4a702473c7306c9b84483989ab2ab8c1b90c3b60 /include/osmocom/vty | |
parent | 56313c84c8e68541374ca744d8b7a6eb470ecbde (diff) |
fix GGSN Ctrl port to 4257
4253 used to collide with the sysmobts-mgr VTY port.
Note, openggsn does not actually have a Ctrl interface yet.
Change-Id: If0fa0e606dabd5bc89907a56ef18cdbbbdedb4b7
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r-- | include/osmocom/vty/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index b1355156..c5e396b4 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -23,3 +23,4 @@ #define OSMO_VTY_PORT_CSCN 4254 /* 4255 used by control interface */ #define OSMO_VTY_PORT_MNCC_SIP 4256 +/* 4257 used by control interface */ |