Write explicit role & sctp-role fields in ASP configurations

Change-Id: I4901ea309cd5975117480642d068df3ca2f73662
This commit is contained in:
Pau Espin 2023-06-08 19:39:13 +02:00
parent d3abcabdb3
commit 11c420a2fa
3 changed files with 12 additions and 1 deletions

View File

@ -21,7 +21,9 @@ cs7 instance 0
asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua
! where to reach the STP:
remote-ip 127.0.0.5
! local-ip 10.23.24.1
!local-ip 10.23.24.1
role asp
sctp-role client
msc
cs7-instance-a 0
cs7-instance-iu 0

View File

@ -20,10 +20,14 @@ cs7 instance 0
point-code 0.23.1
asp asp-clnt-OsmoMSC-A 2905 0 m3ua
remote-ip 127.0.0.5
role asp
sctp-role client
cs7 instance 1
point-code 0.23.2
asp asp-clnt-OsmoMSC-Iu 2905 0 m3ua
remote-ip 127.0.0.6
role asp
sctp-role client
msc
cs7-instance-a 0
cs7-instance-iu 1

View File

@ -107,6 +107,7 @@ cs7 instance 0
point-code 0.23.1
asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua
remote-ip 127.0.0.1
role asp
sctp-role client
----
@ -118,9 +119,13 @@ Note that _A_ and _IuCS_ may use different SCCP instances, if so desired:
cs7 instance 0
asp my-OsmoMSC-A 2905 0 m3ua
remote-ip 10.23.42.1
role asp
sctp-role client
cs7 instance 1
asp my-OsmoMSC-Iu 2905 0 m3ua
remote-ip 10.23.42.2
role asp
sctp-role client
msc
cs7-instance-a 0
cs7-instance-iu 1