aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-11-02 17:19:31 +0100
committerMax <msuraev@sysmocom.de>2016-11-03 16:53:59 +0100
commit05a503f4dcdf88991886d59200fcbb75814313ed (patch)
treeb3d68be3c66630f5b457086b8c0dfd93bf4fb584
parent411e4b092136f9e224bf7017dc30268e80f946dd (diff)
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
-rw-r--r--OsmoBTS/Makefile4
-rw-r--r--OsmoBTS/rtp-amr-docinfo.xml46
-rw-r--r--OsmoBTS/rtp-amr.adoc (renamed from OsmoBTS/abis/rtp-amr.adoc)0
3 files changed, 49 insertions, 1 deletions
diff --git a/OsmoBTS/Makefile b/OsmoBTS/Makefile
index eadb940..58df0e3 100644
--- a/OsmoBTS/Makefile
+++ b/OsmoBTS/Makefile
@@ -14,7 +14,7 @@ docbooktotypes = pdf
# 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 @@ clean:
-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@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
index f601303..f601303 100644
--- a/OsmoBTS/abis/rtp-amr.adoc
+++ b/OsmoBTS/rtp-amr.adoc