<p>pespin <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/25294">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  osmith: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sched: Lower log level of RTS on disabled pdch<br><br>These messages are expected under some circumstances, such as when<br>direct phy is used and a chan is disabled (eg. dyn TS). This happens<br>because PCU asks for chan de-activation through PCUIF while at the same<br>time marking the PDCH locally as disabled. Hence, in the time the BTS<br>manages to disable it on the lower layers, the phy still sends us<br>RTS indications.<br><br>Let's keep it under NOTICE to avoid clogging the logs in production<br>setups which are usually using global level of NOTICE or ERROR.<br><br>Related: OS#5222<br>Change-Id: Iab9e1590b504bf05dc693e27550b30db0dffcbc7<br>---<br>M src/gprs_rlcmac_sched.cpp<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp</span><br><span>index b0a6b39..08f43cd 100644</span><br><span>--- a/src/gprs_rlcmac_sched.cpp</span><br><span>+++ b/src/gprs_rlcmac_sched.cpp</span><br><span>@@ -421,7 +421,7 @@</span><br><span>       pdch = &bts->trx[trx].pdch[ts];</span><br><span> </span><br><span>   if (!pdch->is_enabled()) {</span><br><span style="color: hsl(0, 100%, 40%);">-           LOGPDCH(pdch, DRLCMACSCHED, LOGL_ERROR, "Received RTS on disabled TS\n");</span><br><span style="color: hsl(120, 100%, 40%);">+           LOGPDCH(pdch, DRLCMACSCHED, LOGL_INFO, "Received RTS on disabled TS\n");</span><br><span>           return -EIO;</span><br><span>         }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/25294">change 25294</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-pcu/+/25294"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iab9e1590b504bf05dc693e27550b30db0dffcbc7 </div>
<div style="display:none"> Gerrit-Change-Number: 25294 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>