<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/21375">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">AMR start-mode: send proper smod bits<br><br>So far, the smod bits reflecting the start mode never made it to the<br>MultiRate Config IE: gsm48_mr_cfg_from_gsm0808_sc_cfg() always sets them<br>to zero, and the mode filtering fails to carry the BTS set bits.<br><br>Change-Id: I49691df01745a7c485bf165e897872c35fc4b147<br>---<br>M src/osmo-bsc/lchan_fsm.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/75/21375/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c</span><br><span>index 0ca7f2c..1903645 100644</span><br><span>--- a/src/osmo-bsc/lchan_fsm.c</span><br><span>+++ b/src/osmo-bsc/lchan_fsm.c</span><br><span>@@ -515,6 +515,7 @@</span><br><span>       /* Set the ICMI according to the BTS. Above gsm48_mr_cfg_from_gsm0808_sc_cfg() always sets ICMI = 1, which</span><br><span>    * carried through all of the above rate intersections. */</span><br><span>   mr_conf_filtered.icmi = mr_conf_bts->icmi;</span><br><span style="color: hsl(120, 100%, 40%);">+ mr_conf_filtered.smod = mr_conf_bts->smod;</span><br><span> </span><br><span>    /* Proceed with the generation of the multirate configuration IE</span><br><span>      * (MS and BTS) */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/21375">change 21375</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-bsc/+/21375"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I49691df01745a7c485bf165e897872c35fc4b147 </div>
<div style="display:none"> Gerrit-Change-Number: 21375 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>