<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/14678">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">WIP: 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>Related: SYS#4510<br>Change-Id: I7eaf7de4386fe8aea404e8a187d8a1f5ed596ead<br>---<br>M src/osmo-bsc/rest_octets.c<br>1 file changed, 28 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/78/14678/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/rest_octets.c b/src/osmo-bsc/rest_octets.c</span><br><span>index 9f2b4c0..4357e31 100644</span><br><span>--- a/src/osmo-bsc/rest_octets.c</span><br><span>+++ b/src/osmo-bsc/rest_octets.c</span><br><span>@@ -190,8 +190,35 @@</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(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>         bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+        bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 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%);">+      /* THRESH_Priority_Search */</span><br><span style="color: hsl(120, 100%, 40%);">+  bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+        bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+        bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 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%);">+      /* THRESH_GSM_low */</span><br><span style="color: hsl(120, 100%, 40%);">+  bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+        bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+        bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 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%);">+      /* H_PRIO */</span><br><span style="color: hsl(120, 100%, 40%);">+  bitvec_set_bit(bv, 0);</span><br><span style="color: hsl(120, 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%);">+      /* T_Reselection */</span><br><span style="color: hsl(120, 100%, 40%);">+   bitvec_set_bit(bv, 0);</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>     /* 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/osmo-bsc/+/14678">change 14678</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/+/14678"/><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: I7eaf7de4386fe8aea404e8a187d8a1f5ed596ead </div>
<div style="display:none"> Gerrit-Change-Number: 14678 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>