pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40676?usp=email )
Change subject: smlc: Use static sigtran config between osmo-msc and osmo-stp ...................................................................... smlc: 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. Change-Id: I008dba252da29f445c52151c7b65428ca7054ed0 Related: OS#5917 --- M smlc/osmo-smlc.cfg M smlc/osmo-stp.cfg 2 files changed, 16 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/76/40676/1 diff --git a/smlc/osmo-smlc.cfg b/smlc/osmo-smlc.cfg index ffc5a4f..d25c873 100644 --- a/smlc/osmo-smlc.cfg +++ b/smlc/osmo-smlc.cfg @@ -16,11 +16,16 @@ bind 0.0.0.0 cs7 instance 0 - asp asp-clnt-msc-0 2905 2905 m3ua + point-code 0.23.6 + asp asp-clnt-Lb-0 2905 2905 m3ua local-ip 127.0.0.20 remote-ip 127.0.0.200 role asp sctp-role client + as as-clnt-Lb m3ua + asp asp-clnt-Lb-0 + routing-key 6 0.23.6 + cells lac-ci 23 42 lat 23.23 lon 42.42 cgi 001 02 3 4 lat 5.678 lon 6.789 diff --git a/smlc/osmo-stp.cfg b/smlc/osmo-stp.cfg index f1491a7..2dfe1a1 100644 --- a/smlc/osmo-stp.cfg +++ b/smlc/osmo-stp.cfg @@ -25,6 +25,14 @@ ! cs7 instance 0 xua rkm routing-key-allocation dynamic-permitted + asp smlc0-0 2905 2905 m3ua + local-ip 127.0.0.200 + remote-ip 127.0.0.20 + role sg + sctp-role server + as smlc0 m3ua + asp smlc0-0 + routing-key 6 0.23.6 asp virt-bsc0-0 23905 2905 m3ua local-ip 127.0.0.200 remote-ip 127.0.0.203 @@ -36,6 +44,7 @@ route-table system update route 0.23.3 7.255.7 linkset virt-bsc0 + update route 0.23.6 7.255.7 linkset smlc0 listen m3ua 2905 - accept-asp-connections dynamic-permitted + accept-asp-connections pre-configured local-ip 127.0.0.200 -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40676?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: I008dba252da29f445c52151c7b65428ca7054ed0 Gerrit-Change-Number: 40676 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de>