aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/BSC_Tests.cfg
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-20 00:35:11 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-20 16:58:06 +0100
commit116e442b2a61df43482c7641c9303c6863fc7330 (patch)
tree6faa742e3bc61888e60723f3435d315b5cfb1901 /ttcn3-bsc-test/BSC_Tests.cfg
parent2f5a5b689cb3dd67bda91fe83c94b752860d1f4b (diff)
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
Diffstat (limited to 'ttcn3-bsc-test/BSC_Tests.cfg')
-rw-r--r--ttcn3-bsc-test/BSC_Tests.cfg1
1 files changed, 1 insertions, 0 deletions
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" },