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: Idf84502ffa199926a5f0ee616313b515743811ab
Depends: osmo-ttcn3-hacks.git Change-Id I4eb5b5f6b4b24df079b4c74e2a2e2ebb8769b0bd
This commit is contained in:
Pau Espin 2023-06-08 19:20:46 +02:00
parent abec88d183
commit 7c0bb4e341
12 changed files with 24 additions and 1 deletions

View File

@ -15,6 +15,8 @@ line vty
cs7 instance 0
asp asp-clnt-OsmoMSC-A-Iu 2905 2904 m3ua
remote-ip 192.168.42.10
role asp
sctp-role client
network
network country code 901
mobile network code 99

View File

@ -15,6 +15,8 @@ line vty
cs7 instance 0
asp asp-clnt-OsmoMSC-A-Iu 2905 2904 m3ua
remote-ip 192.168.42.10
role asp
sctp-role client
network
network country code 901
mobile network code 1

View File

@ -23,6 +23,8 @@ cs7 instance 0
point-code 0.23.5
asp asp-clnt-OsmoHNBGW 2905 0 m3ua
remote-ip 172.18.0.200
role asp
sctp-role client
sccp-address msc
point-code 0.23.2
sccp-address sgsn

View File

@ -26,6 +26,8 @@ cs7 instance 0
point-code 0.23.5
asp asp-clnt-OsmoHNBGW 2905 0 m3ua
remote-ip 172.18.0.200
role asp
sctp-role client
sccp-address msc
point-code 0.23.2
sccp-address sgsn

View File

@ -58,6 +58,8 @@ cs7 instance 0
local-ip fd02:db8:31::20
remote-ip 172.18.31.200
remote-ip fd02:db8:31::200
role asp
sctp-role client
sccp-address msc2
point-code 0.0.2
sccp-address msc3

View File

@ -68,6 +68,8 @@ cs7 instance 0
local-ip fd02:db8:2::20
remote-ip 172.18.2.200
remote-ip fd02:db8:2::200
role asp
sctp-role client
sccp-address msc2
point-code 0.0.2
sccp-address msc3

View File

@ -57,6 +57,8 @@ cs7 instance 0
asp asp-clnt-msc-0 5000 0 ipa
local-ip 172.18.12.20
remote-ip 172.18.12.203
role asp
sctp-role client
as as-clnt-msc-0 ipa
asp asp-clnt-msc-0
routing-key 0 0.23.3

View File

@ -24,6 +24,8 @@ cs7 instance 0
asp asp-clnt-msc-0 2905 2905 m3ua
local-ip 172.18.35.20
remote-ip 172.18.35.200
role asp
sctp-role client
point-code 0.23.5
sccp-address msc
routing-indicator PC

View File

@ -24,6 +24,8 @@ cs7 instance 0
asp asp-clnt-msc-0 2905 2905 m3ua
local-ip 172.18.35.20
remote-ip 172.18.35.200
role asp
sctp-role client
point-code 0.23.5
sccp-address msc
routing-indicator PC

View File

@ -61,6 +61,8 @@ cs7 instance 0
local-ip fd02:db8:20::10
remote-ip 172.18.20.200
remote-ip fd02:db8:20::200
role asp
sctp-role client
as as-clnt-OsmoMSC-A m3ua
asp asp-clnt-OsmoMSC-A
routing-key 3 0.23.1

View File

@ -57,6 +57,8 @@ cs7 instance 0
local-ip fd02:db8:8::10
remote-ip 172.18.8.200
remote-ip fd02:db8:8::200
role asp
sctp-role client
as as-clnt-OsmoSGSN-A m3ua
asp asp-clnt-OsmoSGSN-A
routing-key 3 0.23.4

View File

@ -21,7 +21,8 @@ cs7 instance 0
local-ip fd02:db8:23::20
remote-ip 172.18.23.200
remote-ip fd02:db8:23::200
role asp
sctp-role client
cells
lac-ci 23 42 lat 23.23 lon 42.42
cgi 001 02 3 4 lat 5.678 lon 6.789