osmo-ttcn3-hacks/smlc
Pau Espin 56fafdd3a6 Explicitly configure ASPs asp-clnt-* as role=asp & sctp-role=client
Until recently, the asp-clnt-* ASPs, which have specific handling in osmo_sccp_simple_client_on_ss7_id(),
were being always forcedly set to sctp-role CLIENT by code in that
function.
This prevented user of that API from explicitly configuring the ASP as
"sctp-role server" through the VTY as the option would be overwritten silently.

Now, the sctp-role from config is followed if the ASP is
defined/configured through the VTY (not dynamically created at the time
osmo_sccp_simple_client_on_ss7_id() is called).

Since the default for a VTY-specified ASP is to be in "sctp-role
server", the config files need to be updated to properly configure the
ASP to be in "sctp-role client", which is the desired mode here.

Same applies for "role", where the default is SG but it is actually used
as "ASP" here.

Change-Id: I4eb5b5f6b4b24df079b4c74e2a2e2ebb8769b0bd
2023-06-08 18:41:32 +02:00
..
BSC_ConnectionHandler.ttcn smlc: implement initial LCS tests for OsmoSMLC 2020-10-15 02:09:13 +00:00
SMLC_Tests.cfg smlc: implement initial LCS tests for OsmoSMLC 2020-10-15 02:09:13 +00:00
SMLC_Tests.default smlc: implement initial LCS tests for OsmoSMLC 2020-10-15 02:09:13 +00:00
SMLC_Tests.ttcn smlc: remove temp dev artifact that skips most tests 2020-10-21 00:50:26 +02:00
expected-results.xml update expected-results.xml 2021-01-14 21:40:30 +01:00
gen_links.sh smlc: implement initial LCS tests for OsmoSMLC 2020-10-15 02:09:13 +00:00
osmo-smlc.cfg Explicitly configure ASPs asp-clnt-* as role=asp & sctp-role=client 2023-06-08 18:41:32 +02:00
osmo-stp.cfg remove deprecated 'logging level all everything' from configs 2021-04-21 16:40:49 +00:00
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00