aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-06-08 19:39:13 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-06-08 19:39:13 +0200
commit11c420a2fa3de702e011caa2ba197c94e8722b64 (patch)
treec73b3d869b3fdb5b07515021284238f0c03d85b7 /doc
parentd3abcabdb333d1a2016781b00e231377b641de34 (diff)
Write explicit role & sctp-role fields in ASP configurations
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg4
-rw-r--r--doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg4
-rw-r--r--doc/manuals/chapters/running.adoc5
3 files changed, 12 insertions, 1 deletions
diff --git a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
index 014fbbc44..176867a91 100644
--- a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
@@ -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
diff --git a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
index b4b07619d..66adfdd12 100644
--- a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
@@ -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
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index f8550ae56..d6e734b59 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -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