Change in docker-playground[master]: bsc: Set route ctx 0 for IPA and 1 for M3UA

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Oct 22 17:14:17 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/15828 )

Change subject: bsc: Set route ctx 0 for IPA and 1 for M3UA
......................................................................

bsc: Set route ctx 0 for IPA and 1 for M3UA

Since libosmo-sccp.git 89407619a31a4332bdb59e7921b99a29b7d6e00c it is
not allowed to use routing ctx != 0 for IPA AS.

Change-Id: If3e883aa988ffa1686f1363d5d5d4dbb21ce36c7
---
M ttcn3-bsc-test/BSC_Tests.cfg
M ttcn3-bsc-test/osmo-stp.cfg
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 97ce617..4a08617 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -21,7 +21,7 @@
 	peer_pc := 187,
 	peer_ssn := 254,
 	sio := '83'O,
-	rctx := 0
+	rctx := 1
 };
 
 [MAIN_CONTROLLER]
diff --git a/ttcn3-bsc-test/osmo-stp.cfg b/ttcn3-bsc-test/osmo-stp.cfg
index 084f3ed..cc734d4 100644
--- a/ttcn3-bsc-test/osmo-stp.cfg
+++ b/ttcn3-bsc-test/osmo-stp.cfg
@@ -40,11 +40,11 @@
   local-ip 172.18.2.200
   remote-ip 172.18.2.203
  as mahlzeit ipa
-  routing-key 1 0.23.4
+  routing-key 0 0.23.4
   point-code override dpc 0.23.1
  as virt-msc0 m3ua
   asp virt-msc0-0
-  routing-key 0 0.23.1
+  routing-key 1 0.23.1
  route-table system
   update route 0.23.1 7.255.7 linkset virt-msc0
  listen m3ua 2905

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/15828
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: If3e883aa988ffa1686f1363d5d5d4dbb21ce36c7
Gerrit-Change-Number: 15828
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191022/480586ad/attachment.htm>


More information about the gerrit-log mailing list