srsLTE/srsenb/sib.conf.example

128 lines
3.0 KiB
Plaintext
Raw Normal View History

2017-06-01 03:25:57 -07:00
sib1 =
{
intra_freq_reselection = "Allowed";
q_rx_lev_min = -130;
//p_max = 3;
cell_barred = "Not Barred"
si_window_length = 20;
sched_info =
(
{
2017-06-02 07:50:03 -07:00
si_periodicity = 16;
si_mapping_info = []; // comma-separated array of SIB-indexes (from 3 to 13).
// Leave empty or commented to just scheduler sib2
2017-06-01 03:25:57 -07:00
}
);
system_info_value_tag = 0;
};
sib2 =
{
rr_config_common_sib =
{
rach_cnfg =
{
2017-06-02 07:50:03 -07:00
num_ra_preambles = 52;
2017-08-22 06:06:32 -07:00
preamble_init_rx_target_pwr = -104;
2017-06-01 03:25:57 -07:00
pwr_ramping_step = 6; // in dB
2017-08-22 06:06:32 -07:00
preamble_trans_max = 10;
2017-06-02 04:32:26 -07:00
ra_resp_win_size = 10; // in ms
2017-06-01 03:25:57 -07:00
mac_con_res_timer = 64; // in ms
2017-06-02 04:32:26 -07:00
max_harq_msg3_tx = 4;
2017-06-01 03:25:57 -07:00
};
bcch_cnfg =
{
2017-06-02 07:50:03 -07:00
modification_period_coeff = 16; // in ms
2017-06-01 03:25:57 -07:00
};
pcch_cnfg =
{
2017-06-02 07:50:03 -07:00
default_paging_cycle = 32; // in rf
2017-06-01 03:25:57 -07:00
nB = "1";
};
prach_cnfg =
{
root_sequence_index = 128;
prach_cnfg_info =
{
high_speed_flag = false;
2017-06-02 04:32:26 -07:00
prach_config_index = 3;
prach_freq_offset = 2;
2018-07-05 09:11:47 -07:00
zero_correlation_zone_config = 5;
2017-06-01 03:25:57 -07:00
};
};
pdsch_cnfg =
{
p_b = 0;
2018-07-05 09:11:47 -07:00
rs_power = 0;
2017-06-01 03:25:57 -07:00
};
pusch_cnfg =
{
n_sb = 1;
hopping_mode = "inter-subframe";
pusch_hopping_offset = 2;
2017-08-29 07:22:45 -07:00
enable_64_qam = false; // 64QAM PUSCH is not currently enabled
2017-06-01 03:25:57 -07:00
ul_rs =
{
cyclic_shift = 0;
group_assignment_pusch = 0;
group_hopping_enabled = false;
sequence_hopping_enabled = false;
};
};
pucch_cnfg =
{
2017-08-22 06:06:32 -07:00
delta_pucch_shift = 2;
n_rb_cqi = 2;
2017-06-01 03:25:57 -07:00
n_cs_an = 0;
2017-08-22 06:06:32 -07:00
n1_pucch_an = 12;
2017-06-01 03:25:57 -07:00
};
ul_pwr_ctrl =
{
2017-08-22 06:06:32 -07:00
p0_nominal_pusch = -85;
alpha = 0.7;
p0_nominal_pucch = -107;
2017-06-01 03:25:57 -07:00
delta_flist_pucch =
{
2017-08-22 06:06:32 -07:00
format_1 = 0;
2017-06-01 03:25:57 -07:00
format_1b = 3;
2017-08-22 06:06:32 -07:00
format_2 = 1;
format_2a = 2;
format_2b = 2;
2017-06-01 03:25:57 -07:00
};
2017-08-22 06:06:32 -07:00
delta_preamble_msg3 = 8;
2017-06-01 03:25:57 -07:00
};
ul_cp_length = "Normal";
};
ue_timers_and_constants =
{
t300 = 2000; // in ms
t301 = 100; // in ms
t310 = 1000; // in ms
n310 = 1;
t311 = 1000; // in ms
n311 = 1;
};
2017-06-02 07:50:03 -07:00
2017-06-01 03:25:57 -07:00
freqInfo =
{
2017-06-02 07:50:03 -07:00
ul_carrier_freq_present = true;
ul_bw_present = true;
2017-06-01 03:25:57 -07:00
additional_spectrum_emission = 1;
};
mbsfnSubframeConfigList =
{
radioframeAllocationPeriod = "1";
subframeAllocationNumFrames = "1";
radioframeAllocationOffset = 0;
subframeAllocation = 63;
};
mbsfnSubframeConfigListLength = 0;
2017-06-01 03:25:57 -07:00
time_alignment_timer = "INFINITY"; // use "sf500", "sf750", etc.
};