aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-03-18 01:01:52 +0100
committerneels <nhofmeyr@sysmocom.de>2020-03-30 15:57:57 +0000
commitb5a25b01376c50c93572ce6456e49030911612bf (patch)
tree9f282b29df1e292d2e725e043c7ed647da85dcc6 /doc
parentb6c625303802eb0dfe2f45c5c5acc10410a6beac (diff)
manual: add SCCP/M3UA section from common chapters
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: I5b4973901f02046322b852fd9862517982d21bd9
Diffstat (limited to 'doc')
-rw-r--r--doc/manuals/chapters/running.adoc4
-rw-r--r--doc/manuals/osmobsc-usermanual.adoc2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index 9348f6950..fe997802f 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -68,7 +68,7 @@ running on the same interface:
- The MGCP link is established by OsmoMSC contacting an MGW.
To run multiple OsmoBSC instances on the same A-interface (SCCP/M3UA), each BSC
-has to configure a distinct point-code.
+has to configure a distinct point-code. See <<cs7_config>>.
=== Configure primary links
@@ -94,6 +94,8 @@ msc 0
msc-address msc
----
+This configuration is explained in detail in <<cs7_config>>.
+
==== Configure MGCP to connect to an MGW
OsmoBSC uses a media gateway (typically OsmoMGW) to direct RTP streams. By
diff --git a/doc/manuals/osmobsc-usermanual.adoc b/doc/manuals/osmobsc-usermanual.adoc
index 26f49da03..c518c96eb 100644
--- a/doc/manuals/osmobsc-usermanual.adoc
+++ b/doc/manuals/osmobsc-usermanual.adoc
@@ -16,6 +16,8 @@ include::./common/chapters/vty.adoc[]
include::./common/chapters/logging.adoc[]
+include::./common/chapters/cs7-config.adoc[]
+
include::./common/chapters/bts.adoc[]
include::{srcdir}/chapters/bts-examples.adoc[]