diff options
-rw-r--r-- | include/osmocom/ctrl/ports.h | 2 | ||||
-rw-r--r-- | include/osmocom/vty/ports.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h index 9642193f..8bd86807 100644 --- a/include/osmocom/ctrl/ports.h +++ b/include/osmocom/ctrl/ports.h @@ -12,7 +12,7 @@ #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 /* 4252-4254 used by VTY interface */ #define OSMO_CTRL_PORT_CSCN 4255 /* 4256 used by VTY interface */ +#define OSMO_CTRL_PORT_GGSN 4257 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 */ |