<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/25863">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">measurement: fix wrong operator used in handle_ms_meas_report()<br><br>Change-Id: Iad781dde0406d341bf385734ceddf51999558dd3<br>Fixes: CID#240263<br>---<br>M src/common/measurement.c<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-bts refs/changes/63/25863/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 87e853e..1e4097e 100644</span><br><span>--- a/src/common/measurement.c</span><br><span>+++ b/src/common/measurement.c</span><br><span>@@ -824,7 +824,7 @@</span><br><span>             ms_pwr = lchan->ms_power_ctrl.current;</span><br><span>    } else {</span><br><span>             /* if len!=0, it means we were able to parse L1Header in UL SACCH: */</span><br><span style="color: hsl(0, 100%, 40%);">-           OSMO_ASSERT(lchan->meas.flags | LC_UL_M_F_L1_VALID);</span><br><span style="color: hsl(120, 100%, 40%);">+               OSMO_ASSERT(lchan->meas.flags & LC_UL_M_F_L1_VALID);</span><br><span> </span><br><span>              ms_ta = lchan->meas.l1_info.ta;</span><br><span>           ms_pwr = lchan->meas.l1_info.ms_pwr;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/25863">change 25863</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/+/25863"/><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: Iad781dde0406d341bf385734ceddf51999558dd3 </div>
<div style="display:none"> Gerrit-Change-Number: 25863 </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>