srsenb_rr.conf.tmpl: extend CQI and SR subframe scheduling

this fixes an issues when allocating CQI resources for multiple carriers
or multiple users

Change-Id: I8b9345502003da2f5b6841a98b77375656e84d8c
This commit is contained in:
Andre Puschmann 2020-04-21 14:56:41 +02:00
parent 333b868492
commit 96b17df282
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]; // vector of subframe indices allowed for SR transmissions
subframe = [1, 11, 21, 31]; // vector of subframe indices allowed for SR transmissions
// number of PRBs on each extreme used for SR (total prb is twice this number)
% if int(enb['num_prb']) <= 6:
@ -50,7 +50,7 @@ phy_cnfg =
mode = "periodic";
simultaneousAckCQI = true;
period = 40; // in ms
subframe = [0];
subframe = [0, 10, 20, 30];
% if int(enb['num_prb']) <= 6:
nof_prb = 1;
% else: