From d1dcda01f8c99e02a206c95d177aecd3dfb66e09 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 2 Aug 2016 17:18:51 +0200 Subject: [PATCH] Add control interface port for GGSN Change-Id: Ie7232189fe3265a8631fd3652b2c8c152cdee918 Related: OS#1646 --- include/osmocom/ctrl/ports.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h index 71c8e2d33..c89bbe34a 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