From 116e442b2a61df43482c7641c9303c6863fc7330 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 20 Mar 2018 00:35:11 +0100 Subject: [PATCH] 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 --- ttcn3-bsc-test/BSC_Tests.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg index ca2b76c1..401c0f04 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" },