[MERGED] libosmocore[master]: fix GGSN Ctrl port to 4257

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Sep 10 12:03:09 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: fix GGSN Ctrl port to 4257
......................................................................


fix GGSN Ctrl port to 4257

4253 used to collide with the sysmobts-mgr VTY port.
Note, openggsn does not actually have a Ctrl interface yet.

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

Approvals:
  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 9642193..8bd8680 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -12,7 +12,7 @@
 #define OSMO_CTRL_PORT_NITB_BSC	4249
 #define OSMO_CTRL_PORT_BSC_NAT	4250
 #define OSMO_CTRL_PORT_SGSN	4251
-#define OSMO_CTRL_PORT_GGSN	4252
 /* 4252-4254 used by VTY interface */
 #define OSMO_CTRL_PORT_CSCN	4255
 /* 4256 used by VTY interface */
+#define OSMO_CTRL_PORT_GGSN	4257
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index b135515..c5e396b 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -23,3 +23,4 @@
 #define OSMO_VTY_PORT_CSCN	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/834
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If0fa0e606dabd5bc89907a56ef18cdbbbdedb4b7
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



More information about the gerrit-log mailing list