From 487d1ef14279ee7e7f3b4d42cdc04ba69b129f28 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 28 May 2020 15:22:18 +0200 Subject: [PATCH] amarisoft_enb: fix RI config this cause all MIMO modes to fail because RI reporting was disabled Change-Id: Ic25233cf7feb4ded8b3d0f440191cc958d8bc0ec --- src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl index 29b5fb89..8bb55d32 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