[PATCH] libosmocore[master]: vty: add port number constant for osmo-mgw

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

dexter gerrit-no-reply at lists.osmocom.org
Tue Nov 14 14:06:41 UTC 2017


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

vty: add port number constant for osmo-mgw

osmo-mgw currently uses the VTY port constant
of osmo-bsc_mgcp. Even if the VTY port will stay
the same it makes sense to give osmo-mgw its own
constant.

Add define constant with VTY port number for osmo-mgw

Change-Id: I1770787e697906322ce5815fcaadba06c01ddee9
---
M include/osmocom/vty/ports.h
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/33/4833/1

diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index ab3e1d5..4ef565e 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -14,6 +14,7 @@
 #define OSMO_VTY_PORT_BTS	4241	/* also: osmo_pcap_server */
 #define OSMO_VTY_PORT_NITB_BSC	4242
 #define OSMO_VTY_PORT_BSC_MGCP	4243
+#define OSMO_VTY_PORT_MGW	4243
 #define OSMO_VTY_PORT_BSC_NAT	4244
 #define OSMO_VTY_PORT_SGSN	4245
 #define OSMO_VTY_PORT_GBPROXY	4246

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1770787e697906322ce5815fcaadba06c01ddee9
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>



More information about the gerrit-log mailing list