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
This commit is contained in:
Neels Hofmeyr 2018-03-20 00:35:11 +01:00
parent 2f5a5b689c
commit 116e442b2a
1 changed files with 1 additions and 0 deletions

View File

@ -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" },