Change in osmo-gsm-tester[master]: srsenb_sib.conf.tmpl: add default SIB3

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

srs_andre gerrit-no-reply at lists.osmocom.org
Thu Jun 11 18:38:08 UTC 2020


srs_andre has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18788 )

Change subject: srsenb_sib.conf.tmpl: add default SIB3
......................................................................

srsenb_sib.conf.tmpl: add default SIB3

if SIB3 isn't transmitted, the UE won't do HO and cell reselection

Change-Id: I329a59d9d0fa3b25bc00b760a455eadbe0b7220f
---
M src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
1 file changed, 21 insertions(+), 1 deletion(-)

Approvals:
  srs_andre: Verified
  pespin: Looks good to me, approved



diff --git a/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
index ecd49e9..6d178c6 100644
--- a/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
@@ -9,7 +9,7 @@
     (
         {
             si_periodicity = 16;
-            si_mapping_info = []; // comma-separated array of SIB-indexes (from 3 to 13).
+            si_mapping_info = [ 3 ]; // comma-separated array of SIB-indexes (from 3 to 13).
             // Leave empty or commented to just scheduler sib2
         }
     );
@@ -119,3 +119,23 @@
 
     time_alignment_timer = "INFINITY"; // use "sf500", "sf750", etc.
 };
+
+sib3 =
+{
+    cell_reselection_common = {
+        q_hyst = 2; // in dB
+    },
+    cell_reselection_serving = {
+        s_non_intra_search = 3,
+        thresh_serving_low = 2,
+        cell_resel_prio = 6
+    },
+    intra_freq_reselection = {
+        q_rx_lev_min = -61,
+        p_max = 23,
+        s_intra_search = 5,
+        presence_ant_port_1 = true,
+        neigh_cell_cnfg = 1,
+        t_resel_eutra = 1
+    }
+};

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

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I329a59d9d0fa3b25bc00b760a455eadbe0b7220f
Gerrit-Change-Number: 18788
Gerrit-PatchSet: 2
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200611/0fc25ec6/attachment.htm>


More information about the gerrit-log mailing list