aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-03-18 02:02:01 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2020-03-23 20:06:12 +0100
commit6e4cd085b52819f511dd6d11870b09a358c03a0b (patch)
tree4ccb615b3ae3cefc6831abd26b234948b21b6a60
parent91a8bbd5db47bae83c4b63f58536eeae73738b4a (diff)
manual: explain IuPS, add SCCP/M3UA section from common chapters
Add 'cs7' default configuration, link to the osmo-gsm-manuals/common/cs7-config.adoc chapter to fully explain the 'cs7' client configuration. Related: OS#2767 Depends: Ia2508d4c7b0fef9cdc57e7e122799a480e340bf7 (osmo-gsm-manuals) Change-Id: If0f7c8fc4b94eb40b62570cf90999d5074dc00ee
-rw-r--r--TODO-RELEASE1
-rw-r--r--doc/manuals/chapters/configuration.adoc20
-rw-r--r--doc/manuals/osmosgsn-usermanual.adoc2
3 files changed, 23 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 1c5d61f56..3096c4b54 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1 +1,2 @@
#component what description / commit summary line
+manual needs common chapter cs7-config.adoc from osmo-gsm-manuals > 0.3.0
diff --git a/doc/manuals/chapters/configuration.adoc b/doc/manuals/chapters/configuration.adoc
index fd2d7edae..7d3072ec0 100644
--- a/doc/manuals/chapters/configuration.adoc
+++ b/doc/manuals/chapters/configuration.adoc
@@ -356,3 +356,23 @@ sgsn
sgsn
encryption GEA0
----
+
+=== Configure SCCP/M3UA to accept _IuPS_ links
+
+OsmoSGSN acts as client to contact an STP instance and establish an SCCP/M3UA
+link.
+
+An example configuration of OsmoSGSN's SCCP link:
+
+----
+cs7 instance 0
+ point-code 0.23.4
+ asp asp-clnt-OsmoSGSN 2905 0 m3ua
+ remote-ip 127.0.0.1
+ sctp-role client
+ as as-clnt-OsmoSGSN m3ua
+ asp asp-clnt-OsmoSGSN
+ routing-key 0 0.23.4
+----
+
+This configuration is explained in detail in <<cs7_config>>.
diff --git a/doc/manuals/osmosgsn-usermanual.adoc b/doc/manuals/osmosgsn-usermanual.adoc
index dea91a907..610704aeb 100644
--- a/doc/manuals/osmosgsn-usermanual.adoc
+++ b/doc/manuals/osmosgsn-usermanual.adoc
@@ -19,6 +19,8 @@ include::./common/chapters/logging.adoc[]
include::{srcdir}/chapters/configuration.adoc[]
+include::./common/chapters/cs7-config.adoc[]
+
include::./common/chapters/gb.adoc[]
include::./common/chapters/control_if.adoc[]