<p>srs_andre has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24057">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">amarisoft_rf_driver.cfg.tmpl: only set trx offset for B210<br><br>all other RF devices do not required any offset<br><br>Change-Id: Id4c5f0bede5b09d59237cdd6a959a3663f1a1b37<br>---<br>M src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl<br>1 file changed, 6 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/57/24057/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl</span><br><span>index 5854967..4674297 100644</span><br><span>--- a/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl</span><br><span>+++ b/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl</span><br><span>@@ -12,8 +12,10 @@</span><br><span> </span><br><span> tx_gain: ${trx.tx_gain}, /* TX gain (in dB) B2x0: 0 to 89.8 dB */</span><br><span> rx_gain: ${trx.rx_gain}, /* RX gain (in dB) B2x0: 0 to 73 dB */</span><br><span style="color: hsl(0, 100%, 40%);">-% if trx.rf_dev_type == 'zmq':</span><br><span style="color: hsl(0, 100%, 40%);">-tx_time_offset: 0,</span><br><span style="color: hsl(0, 100%, 40%);">-% else:</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+// only the B210 requires a sample offset</span><br><span style="color: hsl(120, 100%, 40%);">+% if "b200" in trx.rf_dev_args:</span><br><span> tx_time_offset: -150,</span><br><span style="color: hsl(0, 100%, 40%);">-% endif</span><br><span style="color: hsl(120, 100%, 40%);">+% else:</span><br><span style="color: hsl(120, 100%, 40%);">+tx_time_offset: 0,</span><br><span style="color: hsl(120, 100%, 40%);">+% endif</span><br><span>\ No newline at end of file</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24057">change 24057</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24057"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-tester </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Id4c5f0bede5b09d59237cdd6a959a3663f1a1b37 </div>
<div style="display:none"> Gerrit-Change-Number: 24057 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: srs_andre <andre@softwareradiosystems.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>