laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40629?usp=email )
Change subject: msc: Use static sigtran config between osmo-msc and osmo-stp
......................................................................
msc: Use static sigtran config between osmo-msc and osmo-stp
This allows referencing/accessing the specific ASP in osmo-stp, which
will be needed in a follow-up commit to test IUT behavior when the SCTP
conn is dropped.
Related: OS#5917
Change-Id: Id78aac528b10a8449b83075419b74315d838d4a4
---
M msc/osmo-msc.cfg
M msc/osmo-stp.cfg
2 files changed, 11 insertions(+), 4 deletions(-)
Approvals:
osmith: Looks good to me, but someone else must approve
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/msc/osmo-msc.cfg b/msc/osmo-msc.cfg
index 98a9462..61b03cf 100644
--- a/msc/osmo-msc.cfg
+++ b/msc/osmo-msc.cfg
@@ -44,7 +44,7 @@
!
cs7 instance 0
point-code 0.23.1
- asp asp-clnt-OsmoMSC-A 2905 0 m3ua
+ asp asp-clnt-OsmoMSC-A 2905 1905 m3ua
remote-ip 127.0.0.1
role asp
sctp-role client
diff --git a/msc/osmo-stp.cfg b/msc/osmo-stp.cfg
index bfdbb37..284e5cd 100644
--- a/msc/osmo-stp.cfg
+++ b/msc/osmo-stp.cfg
@@ -27,6 +27,14 @@
!
cs7 instance 0
xua rkm routing-key-allocation dynamic-permitted
+ asp msc0-0 1905 2905 m3ua
+ local-ip 127.0.0.1
+ remote-ip 127.0.0.1
+ role sg
+ sctp-role server
+ as msc0 m3ua
+ asp msc0-0
+ routing-key 3 0.23.1
asp virt-bsc0-0 23906 2905 m3ua
local-ip 127.0.0.1
remote-ip 127.0.0.1
@@ -52,10 +60,9 @@
asp virt-rnc0-0
routing-key 2 0.24.3
route-table system
+ update route 0.23.1 7.255.7 linkset msc0
update route 0.24.1 7.255.7 linkset virt-bsc0
update route 0.24.2 7.255.7 linkset virt-bsc1
update route 0.24.3 7.255.7 linkset virt-rnc0
listen m3ua 2905
- accept-asp-connections dynamic-permitted
- listen ipa 5000
- accept-asp-connections dynamic-permitted
+ accept-asp-connections pre-configured
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40629?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id78aac528b10a8449b83075419b74315d838d4a4
Gerrit-Change-Number: 40629
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>