Use all CQI/SR resources by default

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

@ -36,7 +36,7 @@ phy_cnfg =
{
dsr_trans_max = 64;
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)
};
cqi_report_cnfg =
@ -44,7 +44,7 @@ phy_cnfg =
mode = "periodic";
simultaneousAckCQI = true;
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;
m_ri = 8; // RI period in CQI period
};

Loading…
Cancel
Save