<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9608">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">LMS_Device: Set ts_offset to 0.<br><br>I'm not quite sure what the ts_offset is for, but by using "0"<br>we are now receiving exactly the timestamp that we're expecting:<br><br>LMSDevice.cpp:486 [tid=140576250332928] chan 0 recv buffer of len 2500 expect 305ed0 got 305ed0 (305ed0) diff=0<br><br>Change-Id: I270c94945b1af9662cfc468cfda1ae3af3ac0a27<br>---<br>M Transceiver52M/device/lms/LMSDevice.cpp<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/08/9608/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>index 9cfa96d..5f25da5 100644</span><br><span>--- a/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>+++ b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>@@ -131,7 +131,8 @@</span><br><span>             goto out_close;</span><br><span>      LOG(DEBUG) << "Sample Rate: Host=" << sr_host << " RF=" << sr_rf;</span><br><span>        /* FIXME: make this device/model dependent, like UHDDevice:dev_param_map! */</span><br><span style="color: hsl(0, 100%, 40%);">-    ts_offset = static_cast<TIMESTAMP>(8.9e-5 * GSMRATE);</span><br><span style="color: hsl(120, 100%, 40%);">+   //ts_offset = static_cast<TIMESTAMP>(8.9e-5 * GSMRATE);</span><br><span style="color: hsl(120, 100%, 40%);">+ ts_offset = 0;</span><br><span> </span><br><span>   switch (ref) {</span><br><span>       case REF_INTERNAL:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9608">change 9608</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/9608"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I270c94945b1af9662cfc468cfda1ae3af3ac0a27 </div>
<div style="display:none"> Gerrit-Change-Number: 9608 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>