<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11293">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lchan_meas_check_compute: Log value during incorrect num of SUB measurementes detected<br><br>Change-Id: I5dacbed5517b2aa2a6bbc66ec125f0bdfd1f5b2b<br>---<br>M src/common/measurement.c<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-bts refs/changes/93/11293/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 33b1c11..c2001da 100644</span><br><span>--- a/src/common/measurement.c</span><br><span>+++ b/src/common/measurement.c</span><br><span>@@ -640,7 +640,8 @@</span><br><span>         gsm_lchan_name(lchan), num_ul_meas_subst, num_meas_sub_subst);</span><br><span> </span><br><span>      if (num_meas_sub != num_meas_sub_expect) {</span><br><span style="color: hsl(0, 100%, 40%);">-              LOGP(DMEAS, LOGL_ERROR, "%s Incorrect number of SUB measurements detected!\n", gsm_lchan_name(lchan));</span><br><span style="color: hsl(120, 100%, 40%);">+              LOGP(DMEAS, LOGL_ERROR, "%s Incorrect number of SUB measurements detected! (%u vs exp %u)\n",</span><br><span style="color: hsl(120, 100%, 40%);">+                    gsm_lchan_name(lchan), num_meas_sub, num_meas_sub_expect);</span><br><span>              /* Normally the logic above should make sure that there is</span><br><span>            * always the exact amount of SUB measurements taken into</span><br><span>             * account. If not then the logic that decides tags the received</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11293">change 11293</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/11293"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5dacbed5517b2aa2a6bbc66ec125f0bdfd1f5b2b </div>
<div style="display:none"> Gerrit-Change-Number: 11293 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>