dexter has submitted this change and it was merged. Change subject: common: add VTY port number of osmo-mgw ......................................................................
common: add VTY port number of osmo-mgw osmo-mgw currently uses the VTY port constant of osmo-bsc_mgcp. We decided to re use the same port number for osmo-mgw, this is not mentioned in the manuals yet. Add the port number of osmo-mgw to the manuals (common) Change-Id: I41f7f2a7f850613707eddea610557b688de7a904 --- M common/chapters/port_numbers.adoc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/common/chapters/port_numbers.adoc b/common/chapters/port_numbers.adoc index 08d9b3c..f9bf311 100644 --- a/common/chapters/port_numbers.adoc +++ b/common/chapters/port_numbers.adoc @@ -18,7 +18,7 @@ |TCP|4240|telnet (VTY)|osmo-pcu |TCP|4241|telnet (VTY)|osmo-bts |TCP|4242|telnet (VTY)|osmo-nitb, osmo-bsc, cellmgr-ng -|TCP|4243|telnet (VTY)|osmo-bsc_mgcp +|TCP|4243|telnet (VTY)|osmo-bsc_mgcp, osmo-mgw |TCP|4244|telnet (VTY)|osmo-bsc_nat |TCP|4245|telnet (VTY)|osmo-sgsn |TCP|4246|telnet (VTY)|osmo-gbproxy -- To view, visit https://gerrit.osmocom.org/4835 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I41f7f2a7f850613707eddea610557b688de7a904 Gerrit-PatchSet: 2 Gerrit-Project: osmo-gsm-manuals Gerrit-Branch: master Gerrit-Owner: dexter <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: dexter <[email protected]>
