laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/39605?usp=email )
Change subject: trx_toolkit: fix typos in Transceiver API doc ......................................................................
trx_toolkit: fix typos in Transceiver API doc
Change-Id: I59c6c75bb2a76fa082d0ad110930a2982ee6728f --- M src/target/trx_toolkit/transceiver.py 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/target/trx_toolkit/transceiver.py b/src/target/trx_toolkit/transceiver.py index e3a457f..7d08bb1 100644 --- a/src/target/trx_toolkit/transceiver.py +++ b/src/target/trx_toolkit/transceiver.py @@ -126,9 +126,9 @@ by default, at the moment of writing this patch).
In order to reflect that delay in a virtual environment, this - implementation, just like a normal transceiver (e.g. osmo-trx), - queues all to be transmitted (L12TRX) bursts, so hey remain in - the transmit queue until the appropriate time of transmission. + implementation, just like osmo-trx, queues all to be transmitted + (L12TRX) bursts, so that they remain in the transmit queue until + the appropriate time of transmission.
The API user is supposed to call recv_data_msg() in order to obtain a L12TRX message on the TRXD (data) interface, so it gets queued by