Change in osmo-gsm-tester[master]: enb_amarisoft: temporary reduce max UL rate on 2nd CC

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
Mon Oct 12 18:45:35 UTC 2020


srs_andre has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/98/20598/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201012/d05ed1ea/attachment.htm>


More information about the gerrit-log mailing list