<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/25893">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">measurement: make sure that DL measurements are valid<br><br>In repeated_dl_facch_active_decision() we rely on the Measurement<br>Report message, that in some cases may not contain valid Downlink<br>measurements.  In this case, we should simply ignore it.<br><br>Change-Id: I0d72b454f2b770d5762303fb70a15a8cdc9d07d7<br>Related: SYS#5114<br>---<br>M src/common/measurement.c<br>1 file changed, 2 insertions(+), 0 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/93/25893/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/measurement.c b/src/common/measurement.c</span><br><span>index 3a17869..626f3b1 100644</span><br><span>--- a/src/common/measurement.c</span><br><span>+++ b/src/common/measurement.c</span><br><span>@@ -833,6 +833,8 @@</span><br><span>   if (gh->msg_type != GSM48_MT_RR_MEAS_REP)</span><br><span>                 goto out;</span><br><span>    meas_res = (const struct gsm48_meas_res *) gh->data;</span><br><span style="color: hsl(120, 100%, 40%);">+       if (meas_res->meas_valid != 0) /* 0 = valid */</span><br><span style="color: hsl(120, 100%, 40%);">+             goto out;</span><br><span> </span><br><span>        /* If the RXQUAL level at the MS drops under a certain threshold</span><br><span>      * we enable FACCH repetition. */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/25893">change 25893</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-bts/+/25893"/><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-Change-Id: I0d72b454f2b770d5762303fb70a15a8cdc9d07d7 </div>
<div style="display:none"> Gerrit-Change-Number: 25893 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>