From dc7c08ea087425b97fb4d1bca9f6411b09768343 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 15 Nov 2018 11:08:39 +0100 Subject: *.adoc: include from ./common, not ../common Change hardcoded ../common paths, which will break when moving the project specific manuals in other repositories, to ./common so they use the dynamically created symlink that always points to the right path. (moving manuals to project repositories 8/19) Related: OS#3385 Change-Id: Id984f5e85481f7877567ee6d21f7ca455d773ef1 --- OsmoBSC/osmobsc-usermanual.adoc | 24 +++++++++---------- OsmoBTS/osmobts-abis.adoc | 6 ++--- OsmoBTS/osmobts-usermanual.adoc | 20 ++++++++-------- OsmoGGSN/osmoggsn-usermanual.adoc | 16 ++++++------- OsmoHLR/osmohlr-usermanual.adoc | 18 +++++++-------- OsmoMGW/osmomgw-usermanual.adoc | 14 ++++++------ OsmoMSC/osmomsc-usermanual.adoc | 22 +++++++++--------- OsmoNITB/osmonitb-usermanual.adoc | 28 +++++++++++------------ OsmoPCU/osmopcu-gb.adoc | 6 ++--- OsmoPCU/osmopcu-usermanual.adoc | 16 ++++++------- OsmoSGSN/osmosgsn-usermanual.adoc | 22 +++++++++--------- OsmoSIPConnector/osmosipconnector-usermanual.adoc | 14 ++++++------ OsmoSTP/osmostp-usermanual.adoc | 22 +++++++++--------- OsmoTRX/osmotrx-usermanual.adoc | 18 +++++++-------- OsmocomBB/osmocombb-usermanual.adoc | 14 ++++++------ common/chapters/logging.adoc | 2 +- 16 files changed, 131 insertions(+), 131 deletions(-) diff --git a/OsmoBSC/osmobsc-usermanual.adoc b/OsmoBSC/osmobsc-usermanual.adoc index 0ec15e5..c3954bb 100644 --- a/OsmoBSC/osmobsc-usermanual.adoc +++ b/OsmoBSC/osmobsc-usermanual.adoc @@ -5,7 +5,7 @@ OsmoBSC User Manual Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] @@ -17,27 +17,27 @@ include::chapters/counters.adoc[] include::chapters/handover.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] -include::../common/chapters/bts.adoc[] +include::./common/chapters/bts.adoc[] include::../OsmoNITB/chapters/bts-examples.adoc[] -include::../common/chapters/bsc.adoc[] +include::./common/chapters/bsc.adoc[] -include::../common/chapters/abis.adoc[] +include::./common/chapters/abis.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] -include::../common/chapters/cell-broadcast.adoc[] +include::./common/chapters/cell-broadcast.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoBTS/osmobts-abis.adoc b/OsmoBTS/osmobts-abis.adoc index 1e02414..20e56e0 100644 --- a/OsmoBTS/osmobts-abis.adoc +++ b/OsmoBTS/osmobts-abis.adoc @@ -85,8 +85,8 @@ include::abis/rsl.adoc[] include::abis/rtp.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoBTS/osmobts-usermanual.adoc b/OsmoBTS/osmobts-usermanual.adoc index 07f88e2..ee3e37f 100644 --- a/OsmoBTS/osmobts-usermanual.adoc +++ b/OsmoBTS/osmobts-usermanual.adoc @@ -4,19 +4,19 @@ OsmoBTS User Manual =================== Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] -include::../common/chapters/abis.adoc[] +include::./common/chapters/abis.adoc[] include::chapters/interfaces.adoc[] include::chapters/control.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/configuration.adoc[] @@ -26,14 +26,14 @@ include::chapters/bts-models.adoc[] include::chapters/architecture.adoc[] -include::../common/chapters/trx_if.adoc[] +include::./common/chapters/trx_if.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoGGSN/osmoggsn-usermanual.adoc b/OsmoGGSN/osmoggsn-usermanual.adoc index efa2c8f..3394121 100644 --- a/OsmoGGSN/osmoggsn-usermanual.adoc +++ b/OsmoGGSN/osmoggsn-usermanual.adoc @@ -3,7 +3,7 @@ OsmoGGSN User Manual Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] @@ -11,19 +11,19 @@ include::chapters/running.adoc[] //include::chapters/control.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/configuration.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoHLR/osmohlr-usermanual.adoc b/OsmoHLR/osmohlr-usermanual.adoc index d9a4654..bc2a614 100644 --- a/OsmoHLR/osmohlr-usermanual.adoc +++ b/OsmoHLR/osmohlr-usermanual.adoc @@ -6,7 +6,7 @@ OsmoHLR User Manual Neels Hofmeyr -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] @@ -16,21 +16,21 @@ include::chapters/subscribers.adoc[] include::chapters/ussd.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/control.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] -include::../common/chapters/gsup.adoc[] +include::./common/chapters/gsup.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoMGW/osmomgw-usermanual.adoc b/OsmoMGW/osmomgw-usermanual.adoc index 6030023..55e9090 100644 --- a/OsmoMGW/osmomgw-usermanual.adoc +++ b/OsmoMGW/osmomgw-usermanual.adoc @@ -6,15 +6,15 @@ OsmoMGW User Manual Daniel Willmann -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::chapters/running.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/configuration.adoc[] @@ -22,12 +22,12 @@ include::chapters/mgcp_extensions.adoc[] //include::chapters/counters.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoMSC/osmomsc-usermanual.adoc b/OsmoMSC/osmomsc-usermanual.adoc index ac68d93..1b48435 100644 --- a/OsmoMSC/osmomsc-usermanual.adoc +++ b/OsmoMSC/osmomsc-usermanual.adoc @@ -6,7 +6,7 @@ OsmoMSC User Manual Neels Hofmeyr -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] @@ -16,25 +16,25 @@ include::chapters/control.adoc[] include::chapters/counters.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/net.adoc[] -include::../common/chapters/smpp.adoc[] +include::./common/chapters/smpp.adoc[] -include::../common/chapters/mncc.adoc[] +include::./common/chapters/mncc.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] -include::../common/chapters/gsup.adoc[] +include::./common/chapters/gsup.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoNITB/osmonitb-usermanual.adoc b/OsmoNITB/osmonitb-usermanual.adoc index 63d430a..d836f7b 100644 --- a/OsmoNITB/osmonitb-usermanual.adoc +++ b/OsmoNITB/osmonitb-usermanual.adoc @@ -6,7 +6,7 @@ OsmoNITB User Manual Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] @@ -14,35 +14,35 @@ include::chapters/running.adoc[] include::chapters/control.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/net.adoc[] -include::../common/chapters/bsc.adoc[] +include::./common/chapters/bsc.adoc[] -include::../common/chapters/bts.adoc[] +include::./common/chapters/bts.adoc[] include::chapters/bts-examples.adoc[] include::chapters/hlr.adoc[] -include::../common/chapters/smpp.adoc[] +include::./common/chapters/smpp.adoc[] -include::../common/chapters/mncc.adoc[] +include::./common/chapters/mncc.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] -include::../common/chapters/cell-broadcast.adoc[] +include::./common/chapters/cell-broadcast.adoc[] -include::../common/chapters/abis.adoc[] +include::./common/chapters/abis.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoPCU/osmopcu-gb.adoc b/OsmoPCU/osmopcu-gb.adoc index 64316a2..af5ea27 100644 --- a/OsmoPCU/osmopcu-gb.adoc +++ b/OsmoPCU/osmopcu-gb.adoc @@ -88,8 +88,8 @@ include::gb/ns.adoc[] include::gb/bssgp.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoPCU/osmopcu-usermanual.adoc b/OsmoPCU/osmopcu-usermanual.adoc index a72e947..810772e 100644 --- a/OsmoPCU/osmopcu-usermanual.adoc +++ b/OsmoPCU/osmopcu-usermanual.adoc @@ -5,26 +5,26 @@ OsmoPCU User Manual Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::chapters/running.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/configuration.adoc[] include::chapters/counters.adoc[] -include::../common/chapters/gb.adoc[] +include::./common/chapters/gb.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoSGSN/osmosgsn-usermanual.adoc b/OsmoSGSN/osmosgsn-usermanual.adoc index 079e811..c85fc6e 100644 --- a/OsmoSGSN/osmosgsn-usermanual.adoc +++ b/OsmoSGSN/osmosgsn-usermanual.adoc @@ -5,7 +5,7 @@ OsmoSGSN User Manual Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] @@ -13,26 +13,26 @@ include::chapters/running.adoc[] include::chapters/control.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/configuration.adoc[] -include::../common/chapters/gb.adoc[] +include::./common/chapters/gb.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] -include::../common/chapters/oap.adoc[] +include::./common/chapters/oap.adoc[] -include::../common/chapters/gsup.adoc[] +include::./common/chapters/gsup.adoc[] include::chapters/counters.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoSIPConnector/osmosipconnector-usermanual.adoc b/OsmoSIPConnector/osmosipconnector-usermanual.adoc index 72f6c1f..67a0e52 100644 --- a/OsmoSIPConnector/osmosipconnector-usermanual.adoc +++ b/OsmoSIPConnector/osmosipconnector-usermanual.adoc @@ -6,23 +6,23 @@ OsmoSIPConnector User Manual Daniel Willmann -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::chapters/running.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/configuration.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoSTP/osmostp-usermanual.adoc b/OsmoSTP/osmostp-usermanual.adoc index 6dc1d08..5c919b9 100644 --- a/OsmoSTP/osmostp-usermanual.adoc +++ b/OsmoSTP/osmostp-usermanual.adoc @@ -3,32 +3,32 @@ OsmoSTP User Manual Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] // include::chapters/overview.adoc[] -include::../common/chapters/sigtran.adoc[] +include::./common/chapters/sigtran.adoc[] -include::../common/chapters/sigtran-osmocom.adoc[] +include::./common/chapters/sigtran-osmocom.adoc[] //include::chapters/running.adoc[] // include::chapters/control.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] -//include::../common/chapters/bts.adoc[] +//include::./common/chapters/bts.adoc[] //include::../OsmoNITB/chapters/bts-examples.adoc[] -//include::../common/chapters/control_if.adoc[] +//include::./common/chapters/control_if.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmoTRX/osmotrx-usermanual.adoc b/OsmoTRX/osmotrx-usermanual.adoc index 14f5514..fdd9c8a 100644 --- a/OsmoTRX/osmotrx-usermanual.adoc +++ b/OsmoTRX/osmotrx-usermanual.adoc @@ -5,19 +5,19 @@ OsmoTRX User Manual Pau Espin Pedrol -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::chapters/running.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] include::chapters/control.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/counters.adoc[] @@ -31,12 +31,12 @@ include::chapters/trx-backends.adoc[] include::chapters/code-architecture.adoc[] -include::../common/chapters/trx_if.adoc[] +include::./common/chapters/trx_if.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/OsmocomBB/osmocombb-usermanual.adoc b/OsmocomBB/osmocombb-usermanual.adoc index b405934..c055577 100644 --- a/OsmocomBB/osmocombb-usermanual.adoc +++ b/OsmocomBB/osmocombb-usermanual.adoc @@ -3,19 +3,19 @@ OsmocomBB User Manual Holger Hans Peter Freyther -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/scripting.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] diff --git a/common/chapters/logging.adoc b/common/chapters/logging.adoc index a89526c..927c498 100644 --- a/common/chapters/logging.adoc +++ b/common/chapters/logging.adoc @@ -219,7 +219,7 @@ alongside the air frames. You can also use Wireshark to quickly filter logs for [[fig-wireshark-gsmtap-log]] .Wireshark with logs delivered over GSMTAP -image::../common/images/wireshark-gsmtap-log.png[] +image::./common/images/wireshark-gsmtap-log.png[] Note: the logs are also duplicated to stderr when GSMTAP logging is configured because stderr is the default log target which is initialized automatically. To descrease stderr logging to absolute minimum, you can configure it as follows: -- cgit v1.2.3