<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/23804">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm48_mr_cfg_from_gsm0808_sc_cfg(): drop bitmask without effect<br><br>GSM0808_SC_CFG_AMR_4_75_5_90_7_40_12_20 has value 0x0002, so the<br>'& 0xff' had exactly no effect.<br><br>Change-Id: Ia25ac20539e8ac70fb5f70c1191bd58825151c68<br>---<br>M src/gsm/gsm0808_utils.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/04/23804/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gsm/gsm0808_utils.c b/src/gsm/gsm0808_utils.c</span><br><span>index dda73ad..94c9a79 100644</span><br><span>--- a/src/gsm/gsm0808_utils.c</span><br><span>+++ b/src/gsm/gsm0808_utils.c</span><br><span>@@ -1579,7 +1579,7 @@</span><br><span>      /* Rate 5,15k can never be selected (see table) */</span><br><span>   cfg->m5_15 = 0;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  if (s15_s0 & GSM0808_SC_CFG_AMR_4_75_5_90_7_40_12_20 & 0xff) {</span><br><span style="color: hsl(120, 100%, 40%);">+        if (s15_s0 & GSM0808_SC_CFG_AMR_4_75_5_90_7_40_12_20) {</span><br><span>          /* Table Table 7.11.3.1.3-2 lists one mode that selects 4</span><br><span>             * rates at once (Config-NB-Code = 1). The rates selected</span><br><span>             * are known to be compatible between GERAN and UTRAN, since</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/23804">change 23804</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/libosmocore/+/23804"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia25ac20539e8ac70fb5f70c1191bd58825151c68 </div>
<div style="display:none"> Gerrit-Change-Number: 23804 </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>