Change in osmo-gsm-tester[master]: amarisoft_enb: fix RI config

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
Wed Jun 10 08:12:10 UTC 2020


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

Change subject: amarisoft_enb: fix RI config
......................................................................

amarisoft_enb: fix RI config

this cause all MIMO modes to fail because RI reporting was disabled

Change-Id: Ic25233cf7feb4ded8b3d0f440191cc958d8bc0ec
---
M src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl
1 file changed, 4 insertions(+), 2 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl
index 29b5fb8..8bb55d3 100644
--- a/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl
@@ -152,11 +152,13 @@
     sr_period: 20,
 
     /* CQI report config */
-    cqi_period: 40, /* period (ms). Must be >= 32 for HD-FDD */
+    cqi_period: 160, /* period (ms). Must be >= 32 for HD-FDD */
 
     /* RI reporting is done with a period of m_ri * cqi_period.
        m_ri = 0 (default) disables RI reporting. */
-//    m_ri: 8,
+    % if int(enb.get('transmission_mode')) > 1:
+      m_ri: 8,
+    % endif
 
     pucch_dedicated: {
         /* ack/nack feedback mode when carrier aggregation is

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18582
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: Ic25233cf7feb4ded8b3d0f440191cc958d8bc0ec
Gerrit-Change-Number: 18582
Gerrit-PatchSet: 3
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/20200610/6cc2d9a0/attachment.htm>


More information about the gerrit-log mailing list