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/ctrl | |
parent | 620dfa6be2b061652aabef02a68dce9375805235 (diff) |
Add CSCN ctrl port defs
Diffstat (limited to 'include/osmocom/ctrl')
-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 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 |