This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
neels gerrit-no-reply at lists.osmocom.orgneels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/17504 )
Change subject: manual: add SCCP/M3UA section from common chapters
......................................................................
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
---
A TODO-RELEASE
M doc/manuals/chapters/running.adoc
M doc/manuals/osmobsc-usermanual.adoc
3 files changed, 15 insertions(+), 1 deletion(-)
Approvals:
neels: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
new file mode 100644
index 0000000..dde4b72
--- /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 9348f69..fe99780 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -68,7 +68,7 @@
- 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-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 26f49da..c518c96 100644
--- a/doc/manuals/osmobsc-usermanual.adoc
+++ b/doc/manuals/osmobsc-usermanual.adoc
@@ -16,6 +16,8 @@
include::./common/chapters/logging.adoc[]
+include::./common/chapters/cs7-config.adoc[]
+
include::./common/chapters/bts.adoc[]
include::{srcdir}/chapters/bts-examples.adoc[]
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/17504
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I5b4973901f02046322b852fd9862517982d21bd9
Gerrit-Change-Number: 17504
Gerrit-PatchSet: 7
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200330/e1c81db3/attachment.htm>