srsenb_rr.conf.tmpl: reduce PUCCH PRBs for SR and CQI to 1

this gives higher UL throughput because less resources are reserved for
SR/CQI. For more users we may have to make the value configurable again.

Change-Id: If6c313a1deafffda26e9effeb807ca71064c46bc
This commit is contained in:
Andre Puschmann 2020-08-26 17:39:12 +02:00
parent d899cf4b4e
commit 736c30b4dc
1 changed files with 0 additions and 8 deletions

View File

@ -39,11 +39,7 @@ phy_cnfg =
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:
nof_prb = 1;
% else:
nof_prb = 2;
% endif
};
cqi_report_cnfg =
{
@ -51,11 +47,7 @@ phy_cnfg =
simultaneousAckCQI = true;
period = 40; // in ms
subframe = [0, 10, 20, 30];
% if int(enb['num_prb']) <= 6:
nof_prb = 1;
% else:
nof_prb = 2;
% endif
m_ri = 8; // RI period in CQI period
};
};