diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-02-15 12:02:02 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-02-15 12:02:02 +0100 |
commit | 868471496698657b34e7105458f76306a76b6614 (patch) | |
tree | 7f90860209c28a44046749fcae051ed9dad96e4a /include/osmocom | |
parent | 620dfa6be2b061652aabef02a68dce9375805235 (diff) |
Add CSCN ctrl port defs
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/ctrl/ports.h | 1 | ||||
-rw-r--r-- | include/osmocom/vty/ports.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h index 32a8910a..71c8e2d3 100644 --- a/include/osmocom/ctrl/ports.h +++ b/include/osmocom/ctrl/ports.h @@ -6,3 +6,4 @@ #define OSMO_CTRL_PORT_NITB_BSC 4249 #define OSMO_CTRL_PORT_BSC_NAT 4250 #define OSMO_CTRL_PORT_SGSN 4251 +#define OSMO_CTRL_PORT_CSCN 4255 diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index 5375ecf5..71afafd1 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -15,3 +15,4 @@ #define OSMO_VTY_PORT_BTSMGR 4252 #define OSMO_VTY_PORT_GTPHUB 4253 #define OSMO_VTY_PORT_CSCN 4254 +/* 4255 used by control interface */ |