Change in osmo-gsm-tester[master]: amarisoft_rf_driver_temp: fix tx time offset for ZMQ driver

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

srs_andre gerrit-no-reply at lists.osmocom.org
Mon Apr 6 13:15:31 UTC 2020


srs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17733 )


Change subject: amarisoft_rf_driver_temp: fix tx time offset for ZMQ driver
......................................................................

amarisoft_rf_driver_temp: fix tx time offset for ZMQ driver

Change-Id: Icee282837e62e02a17b93efba4c22756efa2a5d3
---
M src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl
1 file changed, 5 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/33/17733/1

diff --git a/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl
index 466bc8f..7f9d929 100644
--- a/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl
@@ -12,4 +12,8 @@
 
 tx_gain: 89.0, /* TX gain (in dB) B2x0: 0 to 89.8 dB */
 rx_gain: 60.0, /* RX gain (in dB) B2x0: 0 to 73 dB */
-tx_time_offset: -150, /* in samples */
+% if enb.rf_dev_type == 'zmq':
+tx_time_offset: 0,
+% else:
+tx_time_offset: -150,
+% endif

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17733
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Icee282837e62e02a17b93efba4c22756efa2a5d3
Gerrit-Change-Number: 17733
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200406/da1f6115/attachment.htm>


More information about the gerrit-log mailing list