aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-20 15:03:19 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-20 15:03:56 +0200
commit39e3dc9460ed29632c36cb3e119e5c5156a7c83e (patch)
tree484321d14c2348906a135136aaa349c99d971bf4
parent72e569f784c78d8a1c28fdc090cf815843279016 (diff)
osmotrx: Create a common chapter for section documenting backends
-rw-r--r--OsmoTRX/chapters/trx-backends.adoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/OsmoTRX/chapters/trx-backends.adoc b/OsmoTRX/chapters/trx-backends.adoc
index e801886..8829fa6 100644
--- a/OsmoTRX/chapters/trx-backends.adoc
+++ b/OsmoTRX/chapters/trx-backends.adoc
@@ -1,5 +1,8 @@
+[[trx_backends]]
+== OsmoTRX backend support
+
[[backend_uhd]]
-== `osmo-trx-uhd` for UHD based Transceivers
+=== `osmo-trx-uhd` for UHD based Transceivers
This OsmoTRX model uses _libuhd_ (UHD, USRP Hardware Driver) to drive the
device, that is configuring it and reading/writing samples from/to it.
@@ -17,7 +20,7 @@ Related code can be found in the _Transceiver52M/device/uhd/_ directory in
_osmo-trx.git_.
[[backend_lms]]
-== `osmo-trx-lms` for LimeSuite based Transceivers
+=== `osmo-trx-lms` for LimeSuite based Transceivers
This OsmoTRX model uses LimeSuite API and library to drive the device, that is
configuring it and reading/writing samples from/to it.
@@ -30,7 +33,7 @@ Related code can be found in the _Transceiver52M/device/lms/_ directory in
_osmo-trx.git_.
[[backend_usrp1]]
-== `osmo-trx-usrp1` for libusrp based Transceivers
+=== `osmo-trx-usrp1` for libusrp based Transceivers
This OsmoTRX model uses the legacy libusrp driver provided in GNU Radio 3.4.2.