dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/14678


Change subject: WIP: rest_octets: add Serving Cell Priority Parameters
......................................................................

WIP: rest_octets: add Serving Cell Priority Parameters

When we add an EARFCN to to the SI2quater struct we do not add Serving
Cell Priority Parameters. This essentially causes to MS to ignore the
EARFCN because it is still undefined under which conditions the MS
should change to LTE.

Related: SYS#4510
Change-Id: I7eaf7de4386fe8aea404e8a187d8a1f5ed596ead
---
M src/osmo-bsc/rest_octets.c
1 file changed, 28 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/78/14678/1

diff --git a/src/osmo-bsc/rest_octets.c b/src/osmo-bsc/rest_octets.c
index 9f2b4c0..4357e31 100644
--- a/src/osmo-bsc/rest_octets.c
+++ b/src/osmo-bsc/rest_octets.c
@@ -190,8 +190,35 @@
        /* Priority and E-UTRAN Parameters Description */
        bitvec_set_bit(bv, 1);

-       /* No Serving Cell Priority Parameters Descr. */
+       /* Serving Cell Priority Parameters Descr. is Present,
+        * see also: 3GPP TS 44.018, Table 10.5.2.33b.1 */
+       bitvec_set_bit(bv, 1);
+
+       /* GERAN_PRIORITY */
        bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+
+       /* THRESH_Priority_Search */
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+
+       /* THRESH_GSM_low */
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+
+       /* H_PRIO */
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 0);
+
+       /* T_Reselection */
+       bitvec_set_bit(bv, 0);
+       bitvec_set_bit(bv, 1);
+
        /* No 3G Priority Parameters Description */
        bitvec_set_bit(bv, 0);
        /* E-UTRAN Parameters Description */

--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/14678
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I7eaf7de4386fe8aea404e8a187d8a1f5ed596ead
Gerrit-Change-Number: 14678
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-MessageType: newchange

Reply via email to