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.orgsrs_andre has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
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-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200901/9d6d445f/attachment.htm>