[MERGED] osmo-gsm-manuals[master]: Move RTP AMR doc to top level

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Nov 8 06:57:03 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: Move RTP AMR doc to top level
......................................................................


Move RTP AMR doc to top level

Add it to Makefile with proper docinfo so it's build automatically
alongside with other documentation.

Change-Id: Iacd7fadc003ce0f9ffd20aa5b36c7d598b04f882
---
M OsmoBTS/Makefile
A OsmoBTS/rtp-amr-docinfo.xml
R OsmoBTS/rtp-amr.adoc
3 files changed, 49 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/OsmoBTS/Makefile b/OsmoBTS/Makefile
index eadb940..58df0e3 100644
--- a/OsmoBTS/Makefile
+++ b/OsmoBTS/Makefile
@@ -14,7 +14,7 @@
 # htmlcss =
 
 TOPDIR := ..
-ASCIIDOCS := osmobts-usermanual osmobts-abis
+ASCIIDOCS := osmobts-usermanual osmobts-abis rtp-amr
 
 include $(TOPDIR)/build/Makefile.asciidoc.inc
 include $(TOPDIR)/build/Makefile.inc
@@ -26,6 +26,8 @@
 	-rm -rf $(cleanfiles)
 	-rm osmobts-abis__*.png
 	-rm osmobts-abis__*.svg
+	-rm rtp-amr__*.png
+	-rm rtp-amr__*.svg
 	-rm osmobts-usermanual__*.png
 	-rm osmobts-usermanual__*.svg
 	-rm osmobts-abis*.check
diff --git a/OsmoBTS/rtp-amr-docinfo.xml b/OsmoBTS/rtp-amr-docinfo.xml
new file mode 100644
index 0000000..82131c4
--- /dev/null
+++ b/OsmoBTS/rtp-amr-docinfo.xml
@@ -0,0 +1,46 @@
+<revhistory>
+  <revision>
+    <revnumber>1</revnumber>
+    <date>October 2016</date>
+    <authorinitials>HW</authorinitials>
+    <revremark>
+      Initial version
+    </revremark>
+  </revision>
+</revhistory>
+
+<authorgroup>
+  <author>
+    <firstname>Harald</firstname>
+    <surname>Welte</surname>
+    <email>hwelte at sysmocom.de</email>
+    <authorinitials>HW</authorinitials>
+    <affiliation>
+      <shortaffil>sysmocom</shortaffil>
+      <orgname>sysmocom - s.f.m.c. GmbH</orgname>
+      <jobtitle>Managing Director</jobtitle>
+    </affiliation>
+  </author>
+</authorgroup>
+
+<copyright>
+  <year>2016</year>
+  <holder>sysmocom - s.f.m.c. GmbH</holder>
+</copyright>
+
+<legalnotice>
+  <para>
+	Permission is granted to copy, distribute and/or modify this
+	document under the terms of the GNU Free Documentation License,
+	Version 1.3 or any later version published by the Free Software
+	Foundation; with no Invariant Sections, no Front-Cover Texts,
+	and no Back-Cover Texts.  A copy of the license is included in
+	the section entitled "GNU Free Documentation License".
+  </para>
+  <para>
+	The Asciidoc source code of this manual can be found at
+	<ulink url="http://git.osmocom.org/osmo-gsm-manuals/">
+		http://git.osmocom.org/osmo-gsm-manuals/
+	</ulink>
+  </para>
+</legalnotice>
diff --git a/OsmoBTS/abis/rtp-amr.adoc b/OsmoBTS/rtp-amr.adoc
similarity index 100%
rename from OsmoBTS/abis/rtp-amr.adoc
rename to OsmoBTS/rtp-amr.adoc

-- 
To view, visit https://gerrit.osmocom.org/1192
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iacd7fadc003ce0f9ffd20aa5b36c7d598b04f882
Gerrit-PatchSet: 3
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list