[MERGED] libosmocore[master]: ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_...

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
Mon Nov 20 09:46:45 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_mgcp
......................................................................


ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_mgcp

It was decided that osmo-mgw as direct successor of osmo-bsc_mgcp
will use the same VTY port number (similar to osmo-nitb, osmo-bsc
and osmo-bsc-sccplite all using the same VTY port number)

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

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



diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index ab43f05..ff0b58c 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	OSMO_VTY_PORT_BSC_MGCP
 #define OSMO_VTY_PORT_BSC_NAT	4244
 #define OSMO_VTY_PORT_SGSN	4245
 #define OSMO_VTY_PORT_GBPROXY	4246
@@ -28,5 +29,4 @@
 #define OSMO_VTY_PORT_HLR	4258
 /* 4259 used by control interface */
 #define OSMO_VTY_PORT_GGSN	4260
-#define OSMO_VTY_PORT_MGW	4261
 /* When adding/changing port numbers, keep docs and wiki in sync. See above. */

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iec1da9f3b4d170416279f05876d9e1ae2970c577
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>



More information about the gerrit-log mailing list