<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/20064">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm 04.08: fix encoding of LTE neighbors measurement bandwindth in Channel Release<br><br>Correct the encoding of LTE neighbors meansurement bandwidth in<br>Cell selection indicator after release of all TCH and SDCCH value part<br>which is sent in the Channel Release.<br><br>Change-Id: I4847d840ba9d5ac56bd00e4f405dc47792008c0d<br>---<br>M src/osmo-bsc/gsm_04_08_rr.c<br>1 file changed, 8 insertions(+), 2 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/64/20064/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/gsm_04_08_rr.c b/src/osmo-bsc/gsm_04_08_rr.c</span><br><span>index 848f623..c2f4304 100644</span><br><span>--- a/src/osmo-bsc/gsm_04_08_rr.c</span><br><span>+++ b/src/osmo-bsc/gsm_04_08_rr.c</span><br><span>@@ -270,8 +270,14 @@</span><br><span>            } else {</span><br><span>                     bitvec_set_bit(&bv, 1);</span><br><span>                  bitvec_set_uint(&bv, e->arfcn[i], 16);</span><br><span style="color: hsl(0, 100%, 40%);">-                   /* No "Measurement Bandwidth" */</span><br><span style="color: hsl(0, 100%, 40%);">-                      bitvec_set_bit(&bv, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+                 /* Measurement Bandwidth: 9.1.54 */</span><br><span style="color: hsl(120, 100%, 40%);">+                   if (OSMO_EARFCN_MEAS_INVALID == e->meas_bw[i])</span><br><span style="color: hsl(120, 100%, 40%);">+                             bitvec_set_bit(&bv, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+                   else {</span><br><span style="color: hsl(120, 100%, 40%);">+                                bitvec_set_bit(&bv, 1);</span><br><span style="color: hsl(120, 100%, 40%);">+                           bitvec_set_uint(&bv, e->meas_bw[i], 3);</span><br><span style="color: hsl(120, 100%, 40%);">+                        }</span><br><span>                    /* No "Not Allowed Cells" */</span><br><span>                       bitvec_set_bit(&bv, 0);</span><br><span>                  /* No "TARGET_PCID" */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/20064">change 20064</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/+/20064"/><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: I4847d840ba9d5ac56bd00e4f405dc47792008c0d </div>
<div style="display:none"> Gerrit-Change-Number: 20064 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>