<p>dexter <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/10814">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">measurement: remove missed interval end detection<br><br>The function is_meas_overdue() was introduced to allow<br>lchan_meas_process_measurement() to detect when the end of a measurement<br>interval has been missed. Interval ends may be missed when the SACCH<br>block of the related measurement interval gets lost. This is due to the<br>fact that the SACCH block is used as a trigger to start the measurement<br>result computation.<br><br>The idea behind is_meas_overdue() was to check the frame number of the<br>current measurement against the frame number of the previous measurement<br>in order to see if there was a measurement for SACCH in between or not.<br>Unfortunately SACCH and TCH Voice data is not necessarly processed in<br>order by each phy. Depending on the phy there may be a jitter between<br>the timing of SACCH and TCH Voice. Depending on the phy this jitter may<br>be enough to mess up the timing so that we see a SACCH block earlier<br>than expected. So we can not use the current frame number of TCH Voice<br>measurements to check for missed SACCH blocks.<br><br>Change-Id: Idfdbf64c1f965f35c12559b3995e2b746c74ee9e<br>Related: OS#3502<br>Related: OS#2975<br>---<br>M include/osmo-bts/measurement.h<br>M src/common/measurement.c<br>M tests/meas/meas_test.c<br>M tests/meas/meas_test.ok<br>4 files changed, 2 insertions(+), 707 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/14/10814/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/10814">change 10814</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/10814"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Idfdbf64c1f965f35c12559b3995e2b746c74ee9e </div>
<div style="display:none"> Gerrit-Change-Number: 10814 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: Vadim Yanitskiy <axilirator@gmail.com> </div>