<p>fixeria <strong>uploaded patch set #6</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/14686">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Clarify and refactor link quality (C/I) handling<br><br>The radio link quality is defined by C/I (Carrier-to-Interference<br>ratio), which is computed from the training sequence of each<br>received burst, by comparing the "ideal" training sequence with<br>the actual (received) one.<br><br>Link quality measurements are used by L1SAP to filter out "ghost"<br>Access Bursts, and by the link quality adaptation algorithms. One<br>can define minimum link quality values using the VTY interface.<br><br>On the VTY interface we expect integer C/I values in centiBels<br>(cB, 10e-2 B), while the internal structures are using float<br>values in deciBels (dB, 10e-1 B). Some PHYs (sysmo, octphy,<br>oc2g, and litecell15) expose C/I measurements in deciBels,<br>while on the L1SAP interface we finally send then in centiBels.<br><br>Let's avoid this confusion and stick to a single format, that<br>will be used by the internal logic of OsmoBTS - integer values<br>(int16_t) in centiBels. This will give us the range of:<br><br>  -32768  .. 32767  centiBels, or<br>  -3276.8 .. 3276.7 deciBels,<br><br>which is certainly sufficient.<br><br>Change-Id: If624d6fdc0270e6813af8700d95f1345903c8a01<br>---<br>M doc/manuals/vty/bts_vty_reference.xml<br>M include/osmo-bts/gsm_data_shared.h<br>M src/common/bts.c<br>M src/common/l1sap.c<br>M src/common/pcu_sock.c<br>M src/common/vty.c<br>M src/osmo-bts-litecell15/l1_if.c<br>M src/osmo-bts-oc2g/l1_if.c<br>M src/osmo-bts-sysmo/l1_if.c<br>9 files changed, 22 insertions(+), 22 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/86/14686/6</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/14686">change 14686</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/+/14686"/><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: If624d6fdc0270e6813af8700d95f1345903c8a01 </div>
<div style="display:none"> Gerrit-Change-Number: 14686 </div>
<div style="display:none"> Gerrit-PatchSet: 6 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: ipse <Alexander.Chemeris@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>