From 111aa6fc46de1809d6f73d46e7524f8dbb34705a Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 12 Mar 2020 16:52:37 +0100 Subject: [PATCH] add SIB3 definition and enable in SI scheduling SIB3 contains common cell re-selection information for intra, inter and intra-RAT cell reselection --- srsenb/sib.conf.example | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/srsenb/sib.conf.example b/srsenb/sib.conf.example index 201d022c7..4990241da 100644 --- a/srsenb/sib.conf.example +++ b/srsenb/sib.conf.example @@ -9,8 +9,8 @@ sib1 = ( { si_periodicity = 16; - si_mapping_info = []; // comma-separated array of SIB-indexes (from 3 to 13). - // Leave empty or commented to just scheduler sib2 + // comma-separated array of SIB-indexes (from 3 to 13), leave empty or commented to just scheduler sib2 + si_mapping_info = [ 3 ]; } ); system_info_value_tag = 0; @@ -116,3 +116,22 @@ sib2 = 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 + } +};