aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-test/MSC_Tests.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-08-18 23:12:24 +0200
committerlaforge <laforge@osmocom.org>2020-08-19 07:29:31 +0000
commita8521eb11a2bb115ac0e03d2d961f47e8367ea83 (patch)
treea8cac6d5c227dfb7c2f00da774e343d05cf0cadd /ttcn3-msc-test/MSC_Tests.cfg
parent02bd8bc60e7b2dee97fe5c97d732544f60499754 (diff)
msc: Disable expecting CommonID when testing 'latest'
As of osmo-ttcn3-hacks.git Change-Id I4976d9bb1f07c8ab4ffa02848414f8ddd1bdfd3f the test suite expects the MSC to send a CommonID to the BSC. As older/existing tagged osmo-msc don't do that, we needt odisable that check when verifying 'latest'. Change-Id: If2e4cc41cb7b5758a78d694d62b34390a08e6387 Related: OS#2969
Diffstat (limited to 'ttcn3-msc-test/MSC_Tests.cfg')
-rw-r--r--ttcn3-msc-test/MSC_Tests.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index 092e4cf..833e761 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -53,6 +53,7 @@ MSC_Tests.mp_hlr_ip := "172.18.20.103";
MSC_Tests.mp_mgw_ip := "172.18.20.103";
MSC_Tests.mp_enable_osmux_test := true;
MSC_Tests.mp_enable_cell_id_test := true;
+BSC_ConnectionHandler.mp_expect_common_id := true;
[MAIN_CONTROLLER]