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 uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/82/18582/1
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: 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/20200529/792fc58a/attachment.htm>