From 2f5a5b689cb3dd67bda91fe83c94b752860d1f4b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 19 Mar 2018 23:51:51 +0100 Subject: fix ttcn3-bsc-test: osmo-bsc.cfg: add mgw IP The osmo-bsc-main docker container is run in a separate docker container and cannot reach the virtual MGW set up by the ttcn3-bsc-tests. From ttcn3-bsc-tests/jenkins.sh it is clear that the tests are run at IP 172.18.2.203. Add this as the 'mgw remote-ip' setting in ttcn3-bsc-tests/osmo-bsc.cfg. This fixes the first half of the disconnect between BSC and virtual MGW in this docker setup. The second half is I3038481ed0bba1084b63dc6a6d2ff6e970100890. Change-Id: Ib53f000ec7e717b14a3e5df6e803d3d0950b937f --- ttcn3-bsc-test/osmo-bsc.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg index 142f0d7..9d0327e 100644 --- a/ttcn3-bsc-test/osmo-bsc.cfg +++ b/ttcn3-bsc-test/osmo-bsc.cfg @@ -362,6 +362,7 @@ msc 0 amr-config 5_15k forbidden amr-config 4_75k forbidden codec-list fr1 fr2 fr3 + mgw remote-ip 172.18.2.203 bsc mid-call-timeout 0 no missing-msc-text -- cgit v1.2.3