From 524fdd3ac8d24dabcfb8c62961a2740920ad271b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Feb 2016 10:56:10 +0100 Subject: initial checkin of manuals to public repo The manuals existed in different form for several years in an internal sysmocom repository. However, since they had just recently been converted from docboox-xml to asciidoc and all files have been re-shuffled for enabling the public release, there's not much point in keeping the history with git-filter-branch. --- doc/manuals/osmobts-abis.adoc | 90 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 doc/manuals/osmobts-abis.adoc (limited to 'doc/manuals/osmobts-abis.adoc') diff --git a/doc/manuals/osmobts-abis.adoc b/doc/manuals/osmobts-abis.adoc new file mode 100644 index 00000000..6b4f0dac --- /dev/null +++ b/doc/manuals/osmobts-abis.adoc @@ -0,0 +1,90 @@ +OsmoBTS Abis Protocol Specification +=================================== +Neels Hofmeyr + +== Introduction + +This document describes the A-bis interface of *OsmoBTS*. Based on 3GPP TS +12.21 and 08.58, this document indicates which of the 3GPP specified A-bis +messages and IEs are implemented according to 3GPP specifications, which of +these are not or not fully implemented, as well as OsmoBTS-specific extensions +to the A-bis interface not specified by 3GPP. + +Extensions to the A-bis interface specific to OsmoBTS are detailed in this +document. For details on the messages and IEs that comply with abovementioned +3GPP specifications, please refer to those documents. + +.3GPP document versions referred to by this document +[cols="20%,80%"] +|=== +|3GPP TS 08.56 | version 8.0.1 Release 1999 +|3GPP TS 08.58 | version 8.6.0 Release 1999 +|3GPP TS 08.60 | version 8.2.1 Release 1999 +|3GPP TS 12.21 | version 8.0.0 Release 1999 +|=== + +.IETF documents referred to by his document +[cols="20%,80%"] +|=== +|IETF RFC 768 | User Datagram Protocol +|IETF RFC 791 | Internet Protocol +|IETF RFC 793 | Transmission Control Protocol +|IETF RFC 1889 | RTP: A Transport Protocol for Real-Time Applications +|IETF RFC 3551 | RTP Profle for Audio and Video Conferences with Minimal Control +|IETF RFC 4867 | RTP Payload Format and Files Storage Format for the Adaptive Multi-Rate (AMR) and Adaptive Multi-Rate Wideband (AMR-WB) Audio Codecs +|IETF RFC 5993 | RTP Payload Format for Global Systems for Mobile Communications Half Rate (GSM-HR) +|=== + +== Overview + +The OsmoBTS A-bis interface consists of traffic management messages (RSL, Radio +Signalling Link) and network management messages (OML, Operation & Maintenance +Link), encapsulated in an IPA multiplex. + +OML and RSL each use a separate TCP connection. + +.TCP port numbers used by OsmoBTS Abis/IP +[options="header",width="50%",cols="35%,65%"] +|=== +|TCP Port Number|Usage +|3002|A-bis OML (inside IPA multiplex) +|3003|A-bis RSL (inside IPA multiplex) +|=== + +Both TCP connections for OML and RSL are established in the BTS -> BSC +direction, i.e. the BTS is running as a TCP client, while the BSC is +running as a TCP server. + +The BTS first establishes the TCP connection for OML. Via OML, the BSC +instructs the BTS to which IP address the RSL connection shall be +established. + +.Overview of A-bis connection establishment +["mscgen"] +---- +include::abis/abis-startup.msc[] +---- + +=== Identities + +The BTS is locally configured (via administrative means, out of band of +this specification) to have a Unit ID. The Unit ID consists of three +parts: + +* The Site Number +* The BTS number at the site +* The TRX number within the BTS + +include::abis/ipa.adoc[] + +include::abis/oml.adoc[] + +include::abis/rsl.adoc[] + +include::abis/rtp.adoc[] + +include::../common/chapters/port_numbers.adoc[] + +include::../common/chapters/glossary.adoc[] + +include::../common/chapters/gfdl.adoc[] -- cgit v1.2.3 From 1454a2c7527401d449b13fec2c3d61cad2d4ac25 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Wed, 25 May 2016 15:01:11 +0200 Subject: fix various typos across all manuals --- doc/manuals/osmobts-abis.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manuals/osmobts-abis.adoc') diff --git a/doc/manuals/osmobts-abis.adoc b/doc/manuals/osmobts-abis.adoc index 6b4f0dac..930cbfb2 100644 --- a/doc/manuals/osmobts-abis.adoc +++ b/doc/manuals/osmobts-abis.adoc @@ -11,7 +11,7 @@ these are not or not fully implemented, as well as OsmoBTS-specific extensions to the A-bis interface not specified by 3GPP. Extensions to the A-bis interface specific to OsmoBTS are detailed in this -document. For details on the messages and IEs that comply with abovementioned +document. For details on the messages and IEs that comply with above mentioned 3GPP specifications, please refer to those documents. .3GPP document versions referred to by this document -- cgit v1.2.3 From ea9d5b9499793cdc920c1a5a238f8d4e61ae3945 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 31 Aug 2017 16:32:40 +0200 Subject: Allow easily disabling GFDL references All parts referencing GFDL can be easily disabled by removing the 'gfdl-enabled' attribute from the document. Change-Id: I2489726ad2e90301bceadfada926e31ae0f85986 --- doc/manuals/osmobts-abis.adoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/manuals/osmobts-abis.adoc') diff --git a/doc/manuals/osmobts-abis.adoc b/doc/manuals/osmobts-abis.adoc index 930cbfb2..1e02414d 100644 --- a/doc/manuals/osmobts-abis.adoc +++ b/doc/manuals/osmobts-abis.adoc @@ -1,3 +1,5 @@ +:gfdl-enabled: + OsmoBTS Abis Protocol Specification =================================== Neels Hofmeyr -- cgit v1.2.3