<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13364">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">trxcon: log FBSB timer events<br><br>Change-Id: I0168d43951494f4010df891f391ddad4b57493d7<br>---<br>M src/host/trxcon/l1ctl.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/osmocom-bb refs/changes/64/13364/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c</span><br><span>index b37082e..6c72b9e 100644</span><br><span>--- a/src/host/trxcon/l1ctl.c</span><br><span>+++ b/src/host/trxcon/l1ctl.c</span><br><span>@@ -295,7 +295,7 @@</span><br><span>     if (msg == NULL)</span><br><span>             return;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     LOGP(DL1C, LOGL_DEBUG, "Send FBSB Conf (result=255, bsic=0)\n");</span><br><span style="color: hsl(120, 100%, 40%);">+    LOGP(DL1C, LOGL_NOTICE, "FBSB timer fired for ARFCN %u\n", l1l->trx->band_arfcn &~ ARFCN_FLAG_MASK);</span><br><span> </span><br><span>         dl = put_dl_info_hdr(msg, NULL);</span><br><span> </span><br><span>@@ -361,6 +361,7 @@</span><br><span>   /* Start FBSB expire timer */</span><br><span>        l1l->fbsb_timer.data = l1l;</span><br><span>       l1l->fbsb_timer.cb = fbsb_timer_cb;</span><br><span style="color: hsl(120, 100%, 40%);">+        LOGP(DL1C, LOGL_INFO, "Starting FBSB timer %uus\n", timeout * FRAME_DURATION_uS);</span><br><span>  osmo_timer_schedule(&l1l->fbsb_timer, 0,</span><br><span>              timeout * FRAME_DURATION_uS);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13364">change 13364</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/13364"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmocom-bb </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I0168d43951494f4010df891f391ddad4b57493d7 </div>
<div style="display:none"> Gerrit-Change-Number: 13364 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>