diff options
author | Max <msuraev@sysmocom.de> | 2016-08-02 17:18:51 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-08-08 17:42:17 +0000 |
commit | d1dcda01f8c99e02a206c95d177aecd3dfb66e09 (patch) | |
tree | 3d3c0f16cc5ac7fd8d4165988583d74200724a1f /include/osmocom | |
parent | 1a70223fa3fce4ad21fcb987f422bcc040450cee (diff) |
Add control interface port for GGSN
Change-Id: Ie7232189fe3265a8631fd3652b2c8c152cdee918
Related: OS#1646
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/ctrl/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h index 71c8e2d3..c89bbe34 100644 --- a/include/osmocom/ctrl/ports.h +++ b/include/osmocom/ctrl/ports.h @@ -6,4 +6,5 @@ #define OSMO_CTRL_PORT_NITB_BSC 4249 #define OSMO_CTRL_PORT_BSC_NAT 4250 #define OSMO_CTRL_PORT_SGSN 4251 +#define OSMO_CTRL_PORT_GGSN 4252 #define OSMO_CTRL_PORT_CSCN 4255 |