<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/15906">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rsl: Always enable MS Power Ctrl loop in BTS to keep compatibility with old osmo-bsc<br><br>There's no need to enable it always in RSL MS Power Control message,<br>because old osmo-bsc doesn't send it anyway, so in there we can keep the<br>correct behavior for other BSCs.<br><br>Related: OS#1622<br>Change-Id: I2b4660aa06ffb10694448697aa4b8e460e4bb206<br>---<br>M src/common/rsl.c<br>1 file changed, 5 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/15906/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/rsl.c b/src/common/rsl.c</span><br><span>index de51e6f..922e666 100644</span><br><span>--- a/src/common/rsl.c</span><br><span>+++ b/src/common/rsl.c</span><br><span>@@ -1170,6 +1170,11 @@</span><br><span>                 * autonomous MS power control loop in BTS if 'MS Power</span><br><span>           * Parameters' IE is present! */</span><br><span>          lchan->ms_power_ctrl.fixed = 1;</span><br><span style="color: hsl(120, 100%, 40%);">+            /* ...however, since osmo-bsc until recently was not sending this</span><br><span style="color: hsl(120, 100%, 40%);">+                IE, let's always enable autonomous MS power control loop in</span><br><span style="color: hsl(120, 100%, 40%);">+               BTS anyway in order to avoid compat breakage against recent old</span><br><span style="color: hsl(120, 100%, 40%);">+               versions of osmo-bsc. Let's keep it this way for a while. */</span><br><span style="color: hsl(120, 100%, 40%);">+           lchan->ms_power_ctrl.fixed = 0;</span><br><span>   }</span><br><span>    /* 9.3.16 Physical Context */</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/15906">change 15906</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/+/15906"/><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: I2b4660aa06ffb10694448697aa4b8e460e4bb206 </div>
<div style="display:none"> Gerrit-Change-Number: 15906 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>