fixed configuration for enb

master
Ismael Gomez 8 years ago
parent b7996e58c2
commit ddfeb63f5c

@ -3,13 +3,13 @@ mac_cnfg =
phr_cnfg = phr_cnfg =
{ {
dl_pathloss_change = "3dB"; // Valid: 1, 3, 6 or INFINITY dl_pathloss_change = "3dB"; // Valid: 1, 3, 6 or INFINITY
periodic_phr_timer = 100; periodic_phr_timer = 50;
prohibit_phr_timer = 0; prohibit_phr_timer = 0;
}; };
ulsch_cnfg = ulsch_cnfg =
{ {
max_harq_tx = 4; max_harq_tx = 4;
periodic_bsr_timer = 20; // in ms periodic_bsr_timer = 5; // in ms
retx_bsr_timer = 320; // in ms retx_bsr_timer = 320; // in ms
}; };
@ -21,30 +21,30 @@ phy_cnfg =
phich_cnfg = phich_cnfg =
{ {
duration = "Normal"; duration = "Normal";
resources = "1"; resources = "1/6";
}; };
pusch_cnfg_ded = pusch_cnfg_ded =
{ {
beta_offset_ack_idx = 5; beta_offset_ack_idx = 10;
beta_offset_ri_idx = 12; beta_offset_ri_idx = 5;
beta_offset_cqi_idx = 15; beta_offset_cqi_idx = 5;
}; };
// PUCCH-SR resources are scheduled on time-frequeny domain first, then multiplexed in the same resource. // PUCCH-SR resources are scheduled on time-frequeny domain first, then multiplexed in the same resource.
sched_request_cnfg = sched_request_cnfg =
{ {
dsr_trans_max = 16; dsr_trans_max = 64;
period = 40; // in ms period = 20; // in ms
subframe = [0]; // vector of subframe indices allowed for SR transmissions subframe = [1]; // vector of subframe indices allowed for SR transmissions
nof_prb = 2; // number of PRBs on each extreme used for SR (total prb is twice this number) nof_prb = 2; // number of PRBs on each extreme used for SR (total prb is twice this number)
}; };
cqi_report_cnfg = cqi_report_cnfg =
{ {
mode = "periodic"; // periodic uses pucch2, aperiodic is 3-0 mode = "periodic";
period = 40; // Both periodic and aperiodic in ms simultaneousAckCQI = true;
subframe = [1]; // In periodic: vector of subframe indices allowed for SR transmissions period = 40; // in ms
nof_prb = 2; // In periodic: number of PRBs on each extreme used for SR (total prb is twice this number) subframe = [0];
simultaneousAckCQI = true; // In periodic: indicates if ACK and CQI shall be transmitted simultaneously (Format2A) nof_prb = 2;
}; };
}; };

@ -8,9 +8,9 @@ sib1 =
sched_info = sched_info =
( (
{ {
si_periodicity = 32; si_periodicity = 16;
si_mapping_info = []; // comma-separated array of SIB-indexes (from 3 to 13). si_mapping_info = []; // comma-separated array of SIB-indexes (from 3 to 13).
// Leave empty or commented to just scheduler sib2 // Leave empty or commented to just scheduler sib2
} }
); );
system_info_value_tag = 0; system_info_value_tag = 0;
@ -22,7 +22,7 @@ sib2 =
{ {
rach_cnfg = rach_cnfg =
{ {
num_ra_preambles = 52 num_ra_preambles = 52;
preamble_init_rx_target_pwr = -108; preamble_init_rx_target_pwr = -108;
pwr_ramping_step = 6; // in dB pwr_ramping_step = 6; // in dB
preamble_trans_max = 7; preamble_trans_max = 7;
@ -32,11 +32,11 @@ sib2 =
}; };
bcch_cnfg = bcch_cnfg =
{ {
modification_period_coeff = 2; // in ms modification_period_coeff = 16; // in ms
}; };
pcch_cnfg = pcch_cnfg =
{ {
default_paging_cycle = 128; // in ms default_paging_cycle = 32; // in rf
nB = "1"; nB = "1";
}; };
prach_cnfg = prach_cnfg =
@ -78,12 +78,12 @@ sib2 =
}; };
ul_pwr_ctrl = ul_pwr_ctrl =
{ {
p0_nominal_pusch = -86; p0_nominal_pusch = -108;
alpha = 1.0; alpha = 1.0;
p0_nominal_pucch = -108; p0_nominal_pucch = -88;
delta_flist_pucch = delta_flist_pucch =
{ {
format_1 = 0; format_1 = 2;
format_1b = 3; format_1b = 3;
format_2 = 0; format_2 = 0;
format_2a = 0; format_2a = 0;
@ -106,8 +106,8 @@ sib2 =
freqInfo = freqInfo =
{ {
ul_carrier_freq_present = false; ul_carrier_freq_present = true;
ul_bw_present = false; ul_bw_present = true;
additional_spectrum_emission = 1; additional_spectrum_emission = 1;
}; };

Loading…
Cancel
Save