blob: 201d022c7ab9c2e5f922dd0add4674d20ea96d36 [file] [log] [blame]
Pau Espin Pedrolc8b0f932020-02-11 17:45:26 +01001sib1 =
2{
3 intra_freq_reselection = "Allowed";
4 q_rx_lev_min = -65;
5 //p_max = 3;
6 cell_barred = "NotBarred"
7 si_window_length = 20;
8 sched_info =
9 (
10 {
11 si_periodicity = 16;
12 si_mapping_info = []; // comma-separated array of SIB-indexes (from 3 to 13).
13 // Leave empty or commented to just scheduler sib2
14 }
15 );
16 system_info_value_tag = 0;
17};
18
19sib2 =
20{
21 rr_config_common_sib =
22 {
23 rach_cnfg =
24 {
25 num_ra_preambles = 52;
26 preamble_init_rx_target_pwr = -104;
27 pwr_ramping_step = 6; // in dB
28 preamble_trans_max = 10;
29 ra_resp_win_size = 10; // in ms
30 mac_con_res_timer = 64; // in ms
31 max_harq_msg3_tx = 4;
32 };
33 bcch_cnfg =
34 {
35 modification_period_coeff = 16; // in ms
36 };
37 pcch_cnfg =
38 {
39 default_paging_cycle = 32; // in rf
40 nB = "1";
41 };
42 prach_cnfg =
43 {
44 root_sequence_index = 128;
45 prach_cnfg_info =
46 {
47 high_speed_flag = false;
48 prach_config_index = 3;
49 prach_freq_offset = 2;
50 zero_correlation_zone_config = 5;
51 };
52 };
53 pdsch_cnfg =
54 {
55 /* Warning: Currently disabled and forced to p_b=1 for TM2/3/4 and p_b=0 for TM1
56 */
57 p_b = 1;
58 rs_power = 0;
59 };
60 pusch_cnfg =
61 {
62 n_sb = 1;
63 hopping_mode = "inter-subframe";
64 pusch_hopping_offset = 2;
65 enable_64_qam = false; // 64QAM PUSCH is not currently enabled
66 ul_rs =
67 {
68 cyclic_shift = 0;
69 group_assignment_pusch = 0;
70 group_hopping_enabled = false;
71 sequence_hopping_enabled = false;
72 };
73 };
74 pucch_cnfg =
75 {
76 delta_pucch_shift = 2;
77 n_rb_cqi = 2;
78 n_cs_an = 0;
79 n1_pucch_an = 12;
80 };
81 ul_pwr_ctrl =
82 {
83 p0_nominal_pusch = -85;
84 alpha = 0.7;
85 p0_nominal_pucch = -107;
86 delta_flist_pucch =
87 {
88 format_1 = 0;
89 format_1b = 3;
90 format_2 = 1;
91 format_2a = 2;
92 format_2b = 2;
93 };
94 delta_preamble_msg3 = 6;
95 };
96 ul_cp_length = "len1";
97 };
98
99 ue_timers_and_constants =
100 {
101 t300 = 2000; // in ms
102 t301 = 100; // in ms
103 t310 = 1000; // in ms
104 n310 = 1;
105 t311 = 1000; // in ms
106 n311 = 1;
107 };
108
109 freqInfo =
110 {
111 ul_carrier_freq_present = true;
112 ul_bw_present = true;
113 additional_spectrum_emission = 1;
114 };
115
116 time_alignment_timer = "INFINITY"; // use "sf500", "sf750", etc.
117};
118