Use all CQI/SR resources by default

master
Ismael Gomez 5 years ago committed by Andre Puschmann
parent 439193e4b0
commit a0163ae30a

@ -35,16 +35,16 @@ phy_cnfg =
sched_request_cnfg = sched_request_cnfg =
{ {
dsr_trans_max = 64; dsr_trans_max = 64;
period = 20; // in ms period = 20; // in ms
subframe = [1, 11]; // vector of subframe indices allowed for SR transmissions //subframe = [1, 11]; // Optional vector of subframe indices allowed for SR transmissions (default uses all)
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"; mode = "periodic";
simultaneousAckCQI = true; simultaneousAckCQI = true;
period = 40; // in ms period = 40; // in ms
subframe = [0, 10, 20, 30]; // vector of subframe indices every period where CQI resources will be allocated //subframe = [0, 10, 20, 30]; // Optional vector of subframe indices every period where CQI resources will be allocated (default uses all)
nof_prb = 2; nof_prb = 2;
m_ri = 8; // RI period in CQI period m_ri = 8; // RI period in CQI period
}; };

Loading…
Cancel
Save