<p>pespin <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/16141">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">power_control.c: Don't use announced MS Power level as input for loop calculations<br><br>Use instead the received MS Power currently in use by the MS matching<br>the measured signal. This way there's no need to wait for the MS to<br>reach the announced MS power level or add checks in case the MS doesn't<br>support that specific power level. Furthermore, more fine grained<br>announced power level value can be obtained faster due to more input<br>iterations not being dropped while waiting.<br><br>osmo-bts-trx specific algo was not following this approach and using<br>announced MS power instead because it's wowrking at a lower level and<br>henche was not using the transmitted MS Power level value by the MS as<br>input for the calculation.<br><br>The "if (diff < 2 && diff > -2))" condition is dropped since equal<br>signal strength may still result in a different MS power level announced<br>(the one currently used by the MS during tx of last SACCH block).<br><br>Related: OS#1851<br>Change-Id: I4494dc27a295a3dca1d3331d4ff712d486643e13<br>---<br>M include/osmo-bts/gsm_data_shared.h<br>M src/common/l1sap.c<br>M src/common/power_control.c<br>3 files changed, 4 insertions(+), 26 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/41/16141/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/16141">change 16141</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/+/16141"/><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: I4494dc27a295a3dca1d3331d4ff712d486643e13 </div>
<div style="display:none"> Gerrit-Change-Number: 16141 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </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: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>