summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-15 12:02:02 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-15 12:02:02 +0100
commit868471496698657b34e7105458f76306a76b6614 (patch)
tree7f90860209c28a44046749fcae051ed9dad96e4a
parent620dfa6be2b061652aabef02a68dce9375805235 (diff)
Add CSCN ctrl port defs
-rw-r--r--include/osmocom/ctrl/ports.h1
-rw-r--r--include/osmocom/vty/ports.h1
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 */