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.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/20598 )
Change subject: enb_amarisoft: temporary reduce max UL rate on 2nd CC
......................................................................
enb_amarisoft: temporary reduce max UL rate on 2nd CC
this is due to a confirmed bug in Amarisoft eNB. will
be reverted as soon as the fix is released.
Change-Id: I182b46cf9e6c2f428c9535edf3c7df3daa912f18
---
M src/osmo_gsm_tester/obj/enb_amarisoft.py
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
pespin: Looks good to me, approved; Verified
diff --git a/src/osmo_gsm_tester/obj/enb_amarisoft.py b/src/osmo_gsm_tester/obj/enb_amarisoft.py
index f2d328d..5b8e05e 100644
--- a/src/osmo_gsm_tester/obj/enb_amarisoft.py
+++ b/src/osmo_gsm_tester/obj/enb_amarisoft.py
@@ -281,6 +281,11 @@
# Assume we schedule all carriers
max_rate *= num_carriers
+ # Reduce expected UL rate due to bug in UCI scheduling in Amarisoft eNB
+ if downlink == False and num_carriers == 2:
+ # 2nd carrier @ 25%
+ max_rate = max_rate / 2 + (.25 * max_rate / 2)
+
return max_rate
# vim: expandtab tabstop=4 shiftwidth=4
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/20598
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: I182b46cf9e6c2f428c9535edf3c7df3daa912f18
Gerrit-Change-Number: 20598
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/20201013/2f875cc6/attachment.htm>