<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/15006">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-bts-trx: Don't attemtp to adjust MS power if fixed<br><br>If the BSC has instructed the BTS via RSL to not autonomously perform<br>MS power control, we are storing this in lchan->ms_power_ctrl.fixed.<br><br>However, osmo-bts-trx would simply ignore that flag in loops.c and<br>continue to compute new MS power values based on measurement results.<br><br>Change-Id: I628d1f4f1094c22248d372c11c2ecc504135b757<br>---<br>M src/osmo-bts-trx/loops.c<br>1 file changed, 3 insertions(+), 0 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/06/15006/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bts-trx/loops.c b/src/osmo-bts-trx/loops.c</span><br><span>index 380bac5..3fa2b3b 100644</span><br><span>--- a/src/osmo-bts-trx/loops.c</span><br><span>+++ b/src/osmo-bts-trx/loops.c</span><br><span>@@ -232,6 +232,9 @@</span><br><span>                                   .lchan[l1sap_chan2ss(chan_nr)];</span><br><span>      struct phy_instance *pinst = trx_phy_instance(l1t->trx);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+       if (lchan->ms_power_ctrl.fixed)</span><br><span style="color: hsl(120, 100%, 40%);">+            return;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>    if (pinst->phy_link->u.osmotrx.trx_ms_power_loop)</span><br><span>              ms_power_clock(lchan, chan_state);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/15006">change 15006</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/+/15006"/><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: I628d1f4f1094c22248d372c11c2ecc504135b757 </div>
<div style="display:none"> Gerrit-Change-Number: 15006 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>