aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-23 20:52:18 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-24 19:57:48 +0000
commitfa5dc93fd08454b5c9b14a1d1bf89c345c9c34ba (patch)
treed9e6efe2244682c9535c366d84e04ee050f09518 /include/osmocom/ctrl
parentlibosmoctrl: Fix typo in ctrl_interface_connect() (diff)
downloadlibosmocore-fa5dc93fd08454b5c9b14a1d1bf89c345c9c34ba.tar.xz
libosmocore-fa5dc93fd08454b5c9b14a1d1bf89c345c9c34ba.zip
ports.h: rename CSCN to MSC
See OS#1958 Change-Id: I85aee0f8fdfc9c69d0ba9240988c633d3e707f2d
Diffstat (limited to 'include/osmocom/ctrl')
-rw-r--r--include/osmocom/ctrl/ports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 101b8944..d28066e6 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -13,7 +13,7 @@
#define OSMO_CTRL_PORT_BSC_NAT 4250
#define OSMO_CTRL_PORT_SGSN 4251
/* 4252-4254 used by VTY interface */
-#define OSMO_CTRL_PORT_CSCN 4255
+#define OSMO_CTRL_PORT_MSC 4255
/* 4256 used by VTY interface */
#define OSMO_CTRL_PORT_GGSN 4257
#define OSMO_CTRL_PORT_HLR 4259