From a13c475215eff9a216363a6e17477d2c0ee7d534 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 29 Mar 2018 17:16:38 +0200 Subject: MSC_Tests: Fix routing key in ttcn3-msc-test the routink key for virt-bsc0-0 and virt-bsc1-0 is the same (0), virt-bsc0-0 and virt-bsc1-0 should use different routing keys. - Keep the routing key of virt-bsc1-0 and assign routing key 1 to virt-bsc1-0 Change-Id: I1380ba389dc777cdac84677588b85759cad4bc14 --- ttcn3-msc-test/osmo-stp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttcn3-msc-test/osmo-stp.cfg b/ttcn3-msc-test/osmo-stp.cfg index 5faa18b..f7d1396 100644 --- a/ttcn3-msc-test/osmo-stp.cfg +++ b/ttcn3-msc-test/osmo-stp.cfg @@ -42,7 +42,7 @@ cs7 instance 0 remote-ip 172.18.1.103 as virt-bsc1 m3ua asp virt-bsc1-0 - routing-key 0 0.24.2 + routing-key 1 0.24.2 route-table system update route 0.24.1 7.255.7 linkset virt-bsc0 update route 0.24.2 7.255.7 linkset virt-bsc1 -- cgit v1.2.3