From 46c4b92926c4fd51aa049cf204d556f520e1e401 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 16 Apr 2017 03:09:47 +0200 Subject: First step towards an OsmoSTP manual Change-Id: I450bfac7444ac9cb7f50c086d87cf7157c2e2a31 --- doc/manuals/Makefile | 11 +++++++ doc/manuals/chapters/overview.adoc | 0 doc/manuals/osmostp-usermanual-docinfo.xml | 47 ++++++++++++++++++++++++++++++ doc/manuals/osmostp-usermanual.adoc | 34 +++++++++++++++++++++ doc/manuals/osmostp-vty-reference.xml | 38 ++++++++++++++++++++++++ doc/manuals/vty/stp_vty_reference.xml | 2 ++ 6 files changed, 132 insertions(+) create mode 100644 doc/manuals/Makefile create mode 100644 doc/manuals/chapters/overview.adoc create mode 100644 doc/manuals/osmostp-usermanual-docinfo.xml create mode 100644 doc/manuals/osmostp-usermanual.adoc create mode 100644 doc/manuals/osmostp-vty-reference.xml create mode 100644 doc/manuals/vty/stp_vty_reference.xml (limited to 'doc') diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile new file mode 100644 index 0000000..6832dd4 --- /dev/null +++ b/doc/manuals/Makefile @@ -0,0 +1,11 @@ +TOPDIR = .. + +ASCIIDOC = osmostp-usermanual.adoc +include $(TOPDIR)/build/Makefile.asciidoc.inc +osmostp-usermanual.pdf: chapters/*.adoc +aoip-mgw-options.pdf: aoip-mgw-options.adoc mgw/*.msc + +VTY_REFERENCE = osmostp-vty-reference.xml +include $(TOPDIR)/build/Makefile.vty-reference.inc + +include $(TOPDIR)/build/Makefile.common.inc diff --git a/doc/manuals/chapters/overview.adoc b/doc/manuals/chapters/overview.adoc new file mode 100644 index 0000000..e69de29 diff --git a/doc/manuals/osmostp-usermanual-docinfo.xml b/doc/manuals/osmostp-usermanual-docinfo.xml new file mode 100644 index 0000000..4253957 --- /dev/null +++ b/doc/manuals/osmostp-usermanual-docinfo.xml @@ -0,0 +1,47 @@ + + + 1 + April 16, 2017 + HW + + Initial OsmoSTP manual + + + + + + + Harald + Welte + hwelte@sysmocom.de + HW + + sysmocom + sysmocom - s.f.m.c. GmbH + Managing Director + + + + + + 2012-2017 + sysmocom - s.f.m.c. GmbH + + + + + 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 the Invariant Sections being just 'Foreword', + 'Acknowledgements' and 'Preface', with no Front-Cover Texts, + and no Back-Cover Texts. A copy of the license is included in + the section entitled "GNU Free Documentation License". + + + The Asciidoc source code of this manual can be found at + + http://git.osmocom.org/osmo-gsm-manuals/ + + + diff --git a/doc/manuals/osmostp-usermanual.adoc b/doc/manuals/osmostp-usermanual.adoc new file mode 100644 index 0000000..6dc1d08 --- /dev/null +++ b/doc/manuals/osmostp-usermanual.adoc @@ -0,0 +1,34 @@ +OsmoSTP User Manual +=================== +Harald Welte + + +include::../common/chapters/preface.adoc[] + +// include::chapters/overview.adoc[] + +include::../common/chapters/sigtran.adoc[] + +include::../common/chapters/sigtran-osmocom.adoc[] + +//include::chapters/running.adoc[] +// include::chapters/control.adoc[] + +include::../common/chapters/vty.adoc[] + +include::../common/chapters/logging.adoc[] + +//include::../common/chapters/bts.adoc[] + +//include::../OsmoNITB/chapters/bts-examples.adoc[] + +//include::../common/chapters/control_if.adoc[] + +include::../common/chapters/port_numbers.adoc[] + +include::../common/chapters/bibliography.adoc[] + +include::../common/chapters/glossary.adoc[] + +include::../common/chapters/gfdl.adoc[] + diff --git a/doc/manuals/osmostp-vty-reference.xml b/doc/manuals/osmostp-vty-reference.xml new file mode 100644 index 0000000..807d427 --- /dev/null +++ b/doc/manuals/osmostp-vty-reference.xml @@ -0,0 +1,38 @@ + + + + +]> + + + + + + v1 + April 16, 2017 + h2 + Initial + + + + OsmoSTP VTY Reference + + + 2012-2017 + + + + This work is copyright by sysmocom - s.f.m.c. GmbH. All rights reserved. + + + + + + &chapter-vty; + + diff --git a/doc/manuals/vty/stp_vty_reference.xml b/doc/manuals/vty/stp_vty_reference.xml new file mode 100644 index 0000000..a4c675e --- /dev/null +++ b/doc/manuals/vty/stp_vty_reference.xml @@ -0,0 +1,2 @@ + + -- cgit v1.2.3