[PATCH] docker-playground[master]: fix ttcn3-bsc-test: BSC_Tests.cfg: set mp_test_ip

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
Mon Mar 19 23:42:58 UTC 2018


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

fix ttcn3-bsc-test: BSC_Tests.cfg: set mp_test_ip

Allow the osmo-bsc-main docker container to reach the virtual MGW set up by the
ttcn3-bsc-tests.

The module parameter mp_test_ip sets the IP address at which the virtual
services are set up to listen for connections -- currently actually only the
virtual MGW. Set this to 0.0.0.0 instead of using the default 127.0.0.1.

This fixes the second half of the disconnect between BSC and virtual MGW in
this docker setup. The first half is Ib53f000ec7e717b14a3e5df6e803d3d0950b937f

Change-Id: I3038481ed0bba1084b63dc6a6d2ff6e970100890
---
M ttcn3-bsc-test/BSC_Tests.cfg
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/01/7401/1

diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index ca2b76c..e0ecccf 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -10,6 +10,7 @@
 
 [MODULE_PARAMETERS]
 BSC_Tests.mp_bsc_ip   := "172.18.2.20";
+BSC_Tests.mp_test_ip   := "0.0.0.0";
 BSC_Tests.mp_bssap_cfg := {
 	sccp_service_type := "mtp3_itu",
 	sctp_addr := { 23905, "172.18.2.203", 2905, "172.18.2.200" },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3038481ed0bba1084b63dc6a6d2ff6e970100890
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list