<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12258">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">trx_toolkit/ctrl_if_bb.py: fix SETTA command handling<br><br>Since I8fd2a2ab7784b38bde5ebcfd0359b7e2cb53f5a7, SETTA command<br>handling was broken, because the range limitation was removed<br>together with argument parsing. Let's fix this.<br><br>Change-Id: If582af3849359866de129504cc5b2dc6d64edbd5<br>---<br>M src/target/trx_toolkit/ctrl_if_bb.py<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/58/12258/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/target/trx_toolkit/ctrl_if_bb.py b/src/target/trx_toolkit/ctrl_if_bb.py</span><br><span>index aaa12f1..785636b 100644</span><br><span>--- a/src/target/trx_toolkit/ctrl_if_bb.py</span><br><span>+++ b/src/target/trx_toolkit/ctrl_if_bb.py</span><br><span>@@ -134,7 +134,7 @@</span><br><span>                   log.debug("Recv SETTA cmd")</span><br><span> </span><br><span>                    # Save to the BurstForwarder instance</span><br><span style="color: hsl(0, 100%, 40%);">-                   self.burst_fwd.ta = ta</span><br><span style="color: hsl(120, 100%, 40%);">+                        self.burst_fwd.ta = int(request[1])</span><br><span>                  return 0</span><br><span> </span><br><span>                 # Timing of Arrival simulation for Uplink</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12258">change 12258</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/12258"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmocom-bb </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: If582af3849359866de129504cc5b2dc6d64edbd5 </div>
<div style="display:none"> Gerrit-Change-Number: 12258 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>