<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/21708">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  dexter: Looks good to me, but someone else must approve

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rest_octets: add Serving Cell Priority Parameters<br><br>When we add an EARFCN to to the SI2quater struct we do not add Serving<br>Cell Priority Parameters. This essentially causes to MS to ignore the<br>EARFCN because it is still undefined under which conditions the MS<br>should change to LTE.<br><br>This is a cherry-pick from osmo-bsc.git 295c965c063a8c431507191f6aef1ef78b720685<br><br>Related: SYS#4510<br>Change-Id: If9134759e9bc4ae0920800972632fd8c5dc9c2d9<br>---<br>M src/gsm/gsm48_rest_octets.c<br>1 file changed, 19 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gsm/gsm48_rest_octets.c b/src/gsm/gsm48_rest_octets.c</span><br><span>index a527598..dd14d28 100644</span><br><span>--- a/src/gsm/gsm48_rest_octets.c</span><br><span>+++ b/src/gsm/gsm48_rest_octets.c</span><br><span>@@ -193,8 +193,25 @@</span><br><span>  /* Priority and E-UTRAN Parameters Description */</span><br><span>    bitvec_set_bit(bv, 1);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-      /* No Serving Cell Priority Parameters Descr. */</span><br><span style="color: hsl(0, 100%, 40%);">-        bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+        /* Serving Cell Priority Parameters Descr. is Present,</span><br><span style="color: hsl(120, 100%, 40%);">+        * see also: 3GPP TS 44.018, Table 10.5.2.33b.1 */</span><br><span style="color: hsl(120, 100%, 40%);">+     bitvec_set_bit(bv, 1);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+      /* GERAN_PRIORITY */</span><br><span style="color: hsl(120, 100%, 40%);">+  bitvec_set_uint(bv, 0, 3);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  /* THRESH_Priority_Search */</span><br><span style="color: hsl(120, 100%, 40%);">+  bitvec_set_uint(bv, 0, 4);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  /* THRESH_GSM_low */</span><br><span style="color: hsl(120, 100%, 40%);">+  bitvec_set_uint(bv, 0, 4);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  /* H_PRIO */</span><br><span style="color: hsl(120, 100%, 40%);">+  bitvec_set_uint(bv, 0, 2);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  /* T_Reselection */</span><br><span style="color: hsl(120, 100%, 40%);">+   bitvec_set_uint(bv, 0, 2);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>         /* No 3G Priority Parameters Description */</span><br><span>  bitvec_set_bit(bv, 0);</span><br><span>       /* E-UTRAN Parameters Description */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/21708">change 21708</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/+/21708"/><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: If9134759e9bc4ae0920800972632fd8c5dc9c2d9 </div>
<div style="display:none"> Gerrit-Change-Number: 21708 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>