Change in osmo-gsm-tester[master]: srsenb_rr.conf.tmpl: extend CQI and SR subframe scheduling

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/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Apr 22 21:22:14 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17924 )

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

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
---
M src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl
1 file changed, 2 insertions(+), 2 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 8d261fa..597f6ef 100644
--- a/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl
@@ -36,7 +36,7 @@
   {
     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 @@
     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:

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17924
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: I8b9345502003da2f5b6841a98b77375656e84d8c
Gerrit-Change-Number: 17924
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200422/5ec64794/attachment.htm>


More information about the gerrit-log mailing list