pespin has uploaded this change for review.
Write explicit role & sctp-role fields in ASP configurations
Change-Id: I00243a2d549e900f872826c2a4b025936797b5ef
---
M common/chapters/cs7-config.adoc
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/43/33243/1
diff --git a/common/chapters/cs7-config.adoc b/common/chapters/cs7-config.adoc
index 5ac9bae..09b526c 100644
--- a/common/chapters/cs7-config.adoc
+++ b/common/chapters/cs7-config.adoc
@@ -50,6 +50,7 @@
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
as as-clnt-OsmoMSC-A-Iu m3ua
asp asp-clnt-OsmoMSC-A-Iu
@@ -86,6 +87,8 @@
remote-ip 10.23.24.1
# optional: local bind to a specific IP
local-ip 10.9.8.7
+ role asp
+ sctp-role client
----
Be aware that such an `asp` needs to be linked to an `as`, see <<as_and_asp>>.
@@ -235,6 +238,7 @@
asp my-asp 2905 0 m3ua
# where to reach the STP:
remote-ip 127.0.0.1
+ role asp
sctp-role client
as my-as m3ua
asp my-asp
@@ -251,6 +255,8 @@
cs7 instance 0
asp my-asp 2905 0 m3ua
remote-ip 127.0.0.1
+ role asp
+ sctp-role client
as my-as m3ua
routing-key 2 0.23.1
----
@@ -261,6 +267,8 @@
cs7 instance 0
asp my-asp 2905 0 m3ua
remote-ip 127.0.0.1
+ role asp
+ sctp-role client
as my-as m3ua
asp my-asp
routing-key 2 0.23.1
To view, visit change 33243. To unsubscribe, or for help writing mail filters, visit settings.