fixeria has uploaded this change for review.

View Change

trx_toolkit: correct Tx burst advance value

Change-Id: I559e86a15a3a8b4ec725f9d381e7d28628ea9155
---
M src/target/trx_toolkit/transceiver.py
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/06/39606/1
diff --git a/src/target/trx_toolkit/transceiver.py b/src/target/trx_toolkit/transceiver.py
index 672c261..ad1ee8c 100644
--- a/src/target/trx_toolkit/transceiver.py
+++ b/src/target/trx_toolkit/transceiver.py
@@ -122,8 +122,8 @@
are separete processes that are not perfectly synchronized in time.
Moreover, the transceiver needs some time to prepare a burst for
transmission. This is why the time difference between Uplink and
- Downlink is actually much higher on practice (20 TDMA frame periods
- by default, at the moment of writing this patch).
+ Downlink is actually much higher on practice (currently 2 TDMA
+ frame periods for both trxcon and osmo-bts-trx).

In order to reflect that delay in a virtual environment, this
implementation, just like osmo-trx, queues all to be transmitted

To view, visit change 39606. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I559e86a15a3a8b4ec725f9d381e7d28628ea9155
Gerrit-Change-Number: 39606
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>