<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10698">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-bts-trx/l1_if.c: cosmetic: fix typo in debug msg<br><br>There is a big difference between both L1 and L2 frames. In the<br>first case, a TDMA frame is assumed, while a L2 frame is the<br>result of decoding a few bursts (e.g. 4 for xCCH) arrived<br>on a few TDMA frames.<br><br>Change-Id: Ic4362c2869e658c2f42664b4009a30e777f8048c<br>---<br>M src/osmo-bts-trx/l1_if.c<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-bts refs/changes/98/10698/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c</span><br><span>index 23fc196..559dc1e 100644</span><br><span>--- a/src/osmo-bts-trx/l1_if.c</span><br><span>+++ b/src/osmo-bts-trx/l1_if.c</span><br><span>@@ -509,7 +509,7 @@</span><br><span>    /* 100% BER is n_bits_total is 0 */</span><br><span>  float ber = n_bits_total==0 ? 1.0 : (float)n_errors / (float)n_bits_total;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  LOGPFN(DMEAS, LOGL_DEBUG, fn, "RX L1 frame %s fn=%u chan_nr=0x%02x MS pwr=%ddBm rssi=%.1f dBFS "</span><br><span style="color: hsl(120, 100%, 40%);">+    LOGPFN(DMEAS, LOGL_DEBUG, fn, "RX L2 frame %s fn=%u chan_nr=0x%02x MS pwr=%ddBm rssi=%.1f dBFS "</span><br><span>           "ber=%.2f%% (%d/%d bits) L1_ta=%d rqd_ta=%d toa256=%d\n",</span><br><span>          gsm_lchan_name(lchan), fn, chan_nr, ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power_ctrl.current),</span><br><span>              rssi, ber*100, n_errors, n_bits_total, lchan->meas.l1_info[1], lchan->rqd_ta, toa256);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10698">change 10698</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/10698"/><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: Ic4362c2869e658c2f42664b4009a30e777f8048c </div>
<div style="display:none"> Gerrit-Change-Number: 10698 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>