From a0163ae30ababb18c0abcf5ad0e37dcf7f93d3fd Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 30 Apr 2020 14:01:35 +0200 Subject: [PATCH] Use all CQI/SR resources by default --- srsenb/rr.conf.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srsenb/rr.conf.example b/srsenb/rr.conf.example index 247ed19b1..93b8bbd1f 100644 --- a/srsenb/rr.conf.example +++ b/srsenb/rr.conf.example @@ -35,16 +35,16 @@ phy_cnfg = sched_request_cnfg = { dsr_trans_max = 64; - period = 20; // in ms - subframe = [1, 11]; // vector of subframe indices allowed for SR transmissions - nof_prb = 2; // number of PRBs on each extreme used for SR (total prb is twice this number) + period = 20; // in ms + //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 = { 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 + period = 40; // in ms + //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 };