[MERGED] libosmocore[master]: ports.h: rename CSCN to MSC

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Feb 24 19:57:49 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: ports.h: rename CSCN to MSC
......................................................................


ports.h: rename CSCN to MSC

See OS#1958

Change-Id: I85aee0f8fdfc9c69d0ba9240988c633d3e707f2d
---
M include/osmocom/ctrl/ports.h
M include/osmocom/vty/ports.h
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 101b894..d28066e 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
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index 70dc69c..887e4df 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -20,7 +20,7 @@
 /* 4249-4251 used by control interface */
 #define OSMO_VTY_PORT_BTSMGR	4252
 #define OSMO_VTY_PORT_GTPHUB	4253
-#define OSMO_VTY_PORT_CSCN	4254
+#define OSMO_VTY_PORT_MSC	4254
 /* 4255 used by control interface */
 #define OSMO_VTY_PORT_MNCC_SIP	4256
 /* 4257 used by control interface */

-- 
To view, visit https://gerrit.osmocom.org/1884
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I85aee0f8fdfc9c69d0ba9240988c633d3e707f2d
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list