aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--TODO-RELEASE10
-rw-r--r--doc/manuals/chapters/running.adoc4
-rw-r--r--doc/manuals/osmobsc-usermanual.adoc2
3 files changed, 15 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
new file mode 100644
index 000000000..dde4b72f2
--- /dev/null
+++ b/TODO-RELEASE
@@ -0,0 +1,10 @@
+# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
+# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
+# In short:
+# LIBVERSION=c:r:a
+# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0.
+# If any interfaces have been added since the last public release: c:r:a + 1.
+# If any interfaces have been removed or changed since the last public release: c:r:0.
+#library 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/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[]