pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40624?usp=email )
Change subject: hnbgw: Use static sigtran config between osmo-hnbgw and osmo-stp
......................................................................
hnbgw: Use static sigtran config between osmo-hnbgw 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: Icbec561e28db8e0da19a284b3ba73636ea5c8210
---
M hnbgw/osmo-hnbgw.cfg
M hnbgw/osmo-stp.cfg
2 files changed, 14 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/24/40624/1
diff --git a/hnbgw/osmo-hnbgw.cfg b/hnbgw/osmo-hnbgw.cfg
index 423cec5..e074b15 100644
--- a/hnbgw/osmo-hnbgw.cfg
+++ b/hnbgw/osmo-hnbgw.cfg
@@ -37,13 +37,13 @@
cs7 instance 0
point-code 0.23.5
- asp asp-clnt-msc-0 2905 2906 m3ua
+ asp asp-clnt-CN-0 2905 2906 m3ua
local-ip 127.0.0.1
remote-ip 127.0.0.1
role asp
sctp-role client
- as as-clnt-msc-0 m3ua
- asp asp-clnt-msc-0
+ as as-clnt-CN m3ua
+ asp asp-clnt-CN-0
routing-key 0 0.23.5
sccp-address msc-naught
diff --git a/hnbgw/osmo-stp.cfg b/hnbgw/osmo-stp.cfg
index ba3e3d0..b70a584 100644
--- a/hnbgw/osmo-stp.cfg
+++ b/hnbgw/osmo-stp.cfg
@@ -34,6 +34,15 @@
!
cs7 instance 0
xua rkm routing-key-allocation dynamic-permitted
+ asp hnbgw0-0 2906 2905 m3ua
+ local-ip 127.0.0.1
+ remote-ip 127.0.0.1
+ role sg
+ sctp-role server
+ as hnbgw0 m3ua
+ routing-key 0 0.23.5
+ asp hnbgw0-0
+
asp virt-msc0-0 23905 2905 m3ua
local-ip 127.0.0.1
remote-ip 127.0.0.1
@@ -89,6 +98,7 @@
routing-key 6 0.1.3
route-table system
+ update route 0.23.5 7.255.7 linkset hnbgw0
update route 0.23.4 7.255.7 linkset virt-msc0
update route 0.0.2 7.255.7 linkset virt-msc1
update route 0.0.3 7.255.7 linkset virt-msc2
@@ -96,4 +106,4 @@
update route 0.1.2 7.255.7 linkset virt-sgsn1
update route 0.1.3 7.255.7 linkset virt-sgsn2
listen m3ua 2905
- accept-asp-connections dynamic-permitted
+ accept-asp-connections pre-configured
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40624?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icbec561e28db8e0da19a284b3ba73636ea5c8210
Gerrit-Change-Number: 40624
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>