Skip to content

Commit

Permalink
osmotrx: Create a common chapter for section documenting backends
Browse files Browse the repository at this point in the history
Change-Id: I6bea1ccca4ce72b92641a36f9f5894ac9a6cae72
  • Loading branch information
pespin authored and neeels committed Nov 27, 2018
1 parent 038ab45 commit 46560ea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/manuals/chapters/trx-backends.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit 46560ea

Please sign in to comment.