<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17298">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">scheduler: enrich the output of LOGL1S macro with ARFCN<br><br>Change-Id: Id347c3fddc57b0df0039c3a029b973f731274f35<br>---<br>M include/osmo-bts/scheduler_backend.h<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/98/17298/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmo-bts/scheduler_backend.h b/include/osmo-bts/scheduler_backend.h</span><br><span>index aa2d6e9..e440594 100644</span><br><span>--- a/include/osmo-bts/scheduler_backend.h</span><br><span>+++ b/include/osmo-bts/scheduler_backend.h</span><br><span>@@ -1,9 +1,10 @@</span><br><span> #pragma once</span><br><span> </span><br><span> #define LOGL1S(subsys, level, l1t, tn, chan, fn, fmt, args ...)  \</span><br><span style="color: hsl(0, 100%, 40%);">-               LOGP(subsys, level, "%s %s %s: " fmt,         \</span><br><span style="color: hsl(120, 100%, 40%);">+             LOGP(subsys, level, "%s %s ARFCN=%u %s: " fmt,                \</span><br><span>                    gsm_fn_as_gsmtime_str(fn),              \</span><br><span>                    gsm_ts_name(&(l1t)->trx->ts[tn]),     \</span><br><span style="color: hsl(120, 100%, 40%);">+                     l1t->trx->arfcn,                  \</span><br><span>                    chan >=0 ? trx_chan_desc[chan].name : "", ## args)</span><br><span> </span><br><span> typedef int trx_sched_rts_func(struct l1sched_trx *l1t, uint8_t tn,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/17298">change 17298</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/+/17298"/><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: Id347c3fddc57b0df0039c3a029b973f731274f35 </div>
<div style="display:none"> Gerrit-Change-Number: 17298 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>