Change in osmo-gsm-tester[master]: srsenb_rr.conf.tmpl: reduce PUCCH PRBs for SR and CQI to 1

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

srs_andre gerrit-no-reply at lists.osmocom.org
Fri Aug 28 08:58:04 UTC 2020


srs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/19860 )


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

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
---
M src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl
1 file changed, 0 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/60/19860/1

diff --git a/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl
index 2e25f6b..cc1b894 100644
--- a/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl
@@ -39,11 +39,7 @@
     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 @@
     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
   };
 };

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/19860
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: If6c313a1deafffda26e9effeb807ca71064c46bc
Gerrit-Change-Number: 19860
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200828/eaf3bce4/attachment.htm>


More information about the gerrit-log mailing list