<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/25320">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">detectGeneralBurst(): Increase log level about clipping to INFO<br><br>There's another related logging line also at INFO level in the caller<br>path in  Transceiver.cpp, but it only prints if detectBurst() failed.<br>Let's print this one as INFO too, which proved to be a good logging<br>level. This way user also notices gain is too high despite osmo-trx is<br>still able to decode bursts.<br><br>Change-Id: Ieca4f19ae1099a430e9b838f8b6780b1c61a87a9<br>---<br>M Transceiver52M/sigProcLib.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/20/25320/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Transceiver52M/sigProcLib.cpp b/Transceiver52M/sigProcLib.cpp</span><br><span>index b3e3969..91d1677 100644</span><br><span>--- a/Transceiver52M/sigProcLib.cpp</span><br><span>+++ b/Transceiver52M/sigProcLib.cpp</span><br><span>@@ -1589,7 +1589,7 @@</span><br><span>   // and only report clipping if we can't demod.</span><br><span>   float maxAmpl = maxAmplitude(rxBurst);</span><br><span>   if (maxAmpl > CLIP_THRESH) {</span><br><span style="color: hsl(0, 100%, 40%);">-    LOG(DEBUG) << "max burst amplitude: " << maxAmpl << " is above the clipping threshold: " << CLIP_THRESH << std::endl;</span><br><span style="color: hsl(120, 100%, 40%);">+    LOG(INFO) << "max burst amplitude: " << maxAmpl << " is above the clipping threshold: " << CLIP_THRESH << std::endl;</span><br><span>     clipping = true;</span><br><span>   }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/25320">change 25320</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-trx/+/25320"/><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-Change-Id: Ieca4f19ae1099a430e9b838f8b6780b1c61a87a9 </div>
<div style="display:none"> Gerrit-Change-Number: 25320 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>