Change in docker-playground[master]: ttcn3-mgw_test: Configure VTY interface

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
Wed Feb 20 18:12:01 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/12982 )

Change subject: ttcn3-mgw_test: Configure VTY interface
......................................................................

ttcn3-mgw_test: Configure VTY interface

The testsuite did not support VTY access in the past, so VTY access was
unconfigured. Lets add the required lines to the configuration files

Depends: osmo-mgw If383f81af3306f8f5bdf50152498ae1303d390df
Change-Id: Ife949c61156222de3026280071226ef6f5dbd959
Related: OS#3807
---
M ttcn3-mgw-test/MGCP_Test.cfg
M ttcn3-mgw-test/osmo-mgw.cfg
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ttcn3-mgw-test/MGCP_Test.cfg b/ttcn3-mgw-test/MGCP_Test.cfg
index cd23183..0c6a550 100644
--- a/ttcn3-mgw-test/MGCP_Test.cfg
+++ b/ttcn3-mgw-test/MGCP_Test.cfg
@@ -5,6 +5,7 @@
 [LOGGING]
 
 [TESTPORT_PARAMETERS]
+*.MGWVTY.CTRL_HOSTNAME := "172.18.4.180"
 
 [MODULE_PARAMETERS]
 mp_local_ip:= "172.18.4.181";
diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index eb2f7ef..7b0094f 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -31,6 +31,7 @@
 !
 line vty
  no login
+ bind 0.0.0.0
 !
 mgcp
   bind ip 172.18.4.180

-- 
To view, visit https://gerrit.osmocom.org/12982
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ife949c61156222de3026280071226ef6f5dbd959
Gerrit-Change-Number: 12982
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190220/5c4375d8/attachment.htm>


More information about the gerrit-log mailing list