[PATCH] 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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Sep 8 11:09:55 UTC 2016


Review at  https://gerrit.osmocom.org/834

fix GGSN Ctrl port to 4257

Also comment on usage in vty/ports.h.

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/34/834/1

diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 67ea711..70a4ce9 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -7,7 +7,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 74edc82..5b18099 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -18,3 +18,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: newchange
Gerrit-Change-Id: If0fa0e606dabd5bc89907a56ef18cdbbbdedb4b7
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list