[MERGED] docker-playground[master]: MSC_Tests: Fix routing key in ttcn3-msc-test

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Mar 29 16:04:13 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: MSC_Tests: Fix routing key in ttcn3-msc-test
......................................................................


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
---
M ttcn3-msc-test/osmo-stp.cfg
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



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 @@
   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

-- 
To view, visit https://gerrit.osmocom.org/7584
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1380ba389dc777cdac84677588b85759cad4bc14
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list