laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/32330 )
Change subject: stp: Expand osmo-stp.cfg for "norctx" tests
......................................................................
stp: Expand osmo-stp.cfg for "norctx" tests
In osmo-ttcn3-hacks.git I81052ece7d1cc8b43da6155356ed1c4d9620acdc
we're adding support for so-called "norctrx"tests, covering
operation without routing-context IEs. For this, we need additional
AS/ASP definitions in the osmo-stp.cfg
Change-Id: Ie00d96d04dd36c71c79f3b73713c3fe1c26a5145
Related: OS#6003
---
M ttcn3-stp-test/osmo-stp.cfg
1 file changed, 37 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/30/32330/1
diff --git a/ttcn3-stp-test/osmo-stp.cfg b/ttcn3-stp-test/osmo-stp.cfg
index 9e4447c..358976d 100644
--- a/ttcn3-stp-test/osmo-stp.cfg
+++ b/ttcn3-stp-test/osmo-stp.cfg
@@ -46,6 +46,20 @@
remote-ip fd02:db8:19::203
sctp-role client
role asp
+ asp asp-client60-norctx0 11060 2907 m3ua
+ local-ip 172.18.19.200
+ local-ip fd02:db8:19::200
+ remote-ip 172.18.19.203
+ remote-ip fd02:db8:19::203
+ sctp-role client
+ role asp
+ asp asp-client61-norctx0 11061 2907 m3ua
+ local-ip 172.18.19.200
+ local-ip fd02:db8:19::200
+ remote-ip 172.18.19.203
+ remote-ip fd02:db8:19::203
+ sctp-role client
+ role asp
as as-sender m3ua
asp asp-sender
routing-key 1023 23
@@ -56,6 +70,12 @@
as as-client m3ua
routing-key 1055 55
asp asp-client0
+ as as-client60-norctx m3ua
+ routing-key 0 60
+ asp asp-client60-norctx m3ua
+ as as-client61-norctx m3ua
+ routing-key 0 61
+ asp asp-client61-norctx0
!
! IPA AS/ASP:
!
@@ -110,6 +130,8 @@
update route 23 16777215 linkset as-sender
update route 42 16777215 linkset as-receiver
update route 55 16777215 linkset as-client
+ update route 60 16777215 linkset as-client60-norctx
+ update route 61 16777215 linkset as-client61-norctx
update route 31 16777215 linkset ipa-as-loadshare-receiver
update route 33 16777215 linkset ipa-as-override-receiver
update route 5 16777215 linkset ipa-as-dynamic-asp
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/32330
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie00d96d04dd36c71c79f3b73713c3fe1c26a5145
Gerrit-Change-Number: 32330
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange