<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9607">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">LMSDevice: Fix initial timestamp offset of 2500<br><br>ts_initial must not point to the timestamp of the first sample<br>in the last "flush" sample buffer, but to the first timestamp we<br>expect in the next buffer.<br><br>Change-Id: I23af62870544d4c6cf5f6e2d6578936603bceb91<br>---<br>M Transceiver52M/device/lms/LMSDevice.cpp<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/osmo-trx refs/changes/07/9607/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 3b2ce5e..9cfa96d 100644</span><br><span>--- a/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>+++ b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>@@ -345,7 +345,7 @@</span><br><span>                     return false;</span><br><span>                }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-           ts_initial = rx_metadata.timestamp;</span><br><span style="color: hsl(120, 100%, 40%);">+           ts_initial = rx_metadata.timestamp + len;</span><br><span>    }</span><br><span> </span><br><span>        LOG(INFO) << "Initial timestamp " << ts_initial << std::endl;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9607">change 9607</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/9607"/><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: I23af62870544d4c6cf5f6e2d6578936603bceb91 </div>
<div style="display:none"> Gerrit-Change-Number: 9607 </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>