[MERGED] 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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Mar 20 17:03:33 UTC 2018


Harald Welte has submitted this change and it was merged.

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


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 172.18.2.203 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(-)

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



diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index ca2b76c..401c0f0 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   := "172.18.2.203";
 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: merged
Gerrit-Change-Id: I3038481ed0bba1084b63dc6a6d2ff6e970100890
Gerrit-PatchSet: 2
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list