fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/33349 )
Change subject: templates: fix osmo-msc.cfg.tmpl: add 'role asp', 'sctp-role
client'
......................................................................
templates: fix osmo-msc.cfg.tmpl: add 'role asp', 'sctp-role client'
This commit fixes osmo-gsm-tester_virtual, which currently fails
because osmo-msc is unable to start:
DLSCCP NOTICE sccp_user.c:656 OsmoMSC-A-Iu: Requesting an SCCP
simple client on ASP asp-clnt-OsmoMSC-A configured
with 'sctp-role server'
DLSCCP ERROR sccp_user.c:661 OsmoMSC-A-Iu: Requesting an SCCP
simple client on ASP asp-clnt-OsmoMSC-A configured
with 'sctp-role server' but no matching xUA server
was configured!
Change-Id: Ie29589b46c65707089ff2b22c3b139b7b435cc95
---
M src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/49/33349/1
diff --git a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
index 1b91672..2893619 100644
--- a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
@@ -27,6 +27,8 @@
asp asp0 2905 0 m3ua
local-ip ${msc.ip_address.addr}
remote-ip ${stp.ip_address.addr}
+ role asp
+ sctp-role client
as as0 m3ua
asp asp0
routing-key 1 0.0.1
--
To view, visit
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/33349
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Ie29589b46c65707089ff2b22c3b139b7b435cc95
Gerrit-Change-Number: 33349
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange