srsenb_rr.conf.example: comment CQI and SR specific subframes

this enables auto-selection by eNB which has been implemented
recently

Change-Id: I17e16c5c47a2fba5c2955a1c3e6e0e16f83bab72
This commit is contained in:
Andre Puschmann 2020-09-04 14:37:37 +02:00
parent 645b5ccd8e
commit 52fb33cd9c
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ phy_cnfg =
{
dsr_trans_max = 64;
period = 20; // in ms
subframe = [1, 11, 21, 31]; // vector of subframe indices allowed for SR transmissions
//subframe = [1, 11]; // vector of subframe indices allowed for SR transmissions
// number of PRBs on each extreme used for SR (total prb is twice this number)
nof_prb = 1;
@ -46,7 +46,7 @@ phy_cnfg =
mode = "periodic";
simultaneousAckCQI = true;
period = 40; // in ms
subframe = [0, 10, 20, 30];
//subframe = [0, 10, 20, 30];
nof_prb = 1;
m_ri = 8; // RI period in CQI period
};