Change in osmo-gsm-tester[master]: fix lookup table for maximum DL/UL rate for srsENB

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/.

Andre Puschmann gerrit-no-reply at lists.osmocom.org
Mon Mar 23 13:17:45 UTC 2020


Andre Puschmann has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17534 )

Change subject: fix lookup table for maximum DL/UL rate for srsENB
......................................................................

fix lookup table for maximum DL/UL rate for srsENB

Change-Id: Ieb027eaf5d8f4d774d0e29207f7a3b75dec6ee5b
---
M src/osmo_gsm_tester/srs_enb.py
1 file changed, 11 insertions(+), 12 deletions(-)

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



diff --git a/src/osmo_gsm_tester/srs_enb.py b/src/osmo_gsm_tester/srs_enb.py
index 14e2db4..940665e 100644
--- a/src/osmo_gsm_tester/srs_enb.py
+++ b/src/osmo_gsm_tester/srs_enb.py
@@ -254,20 +254,19 @@
         return 2
 
     def ue_max_rate(self, downlink=True):
-        # The max rate for a single UE per PRB in TM1
-        max_phy_rate_tm1_dl = { 6 : 2.3e6,
-                               15 : 8e6,
-                               25 : 16e6,
+        # The max rate for a single UE per PRB configuration in TM1
+        max_phy_rate_tm1_dl = { 6 : 3.5e6,
+                               15 : 11e6,
+                               25 : 18e6,
                                50 : 36e6,
-                               75 : 54e6,
+                               75 : 55e6,
                                100 : 75e6 }
-        # TODO: proper values for this table:
-        max_phy_rate_tm1_ul = { 6 : 0.23e6,
-                               15 : 0.8e6,
-                               25 : 1.6e6,
-                               50 : 3.6e6,
-                               75 : 5.4e6,
-                               100 : 7.5e6 }
+        max_phy_rate_tm1_ul = { 6 : 0.9e6,
+                               15 : 4.7e6,
+                               25 : 10e6,
+                               50 : 23e6,
+                               75 : 34e6,
+                               100 : 51e6 }
         if downlink:
             max_rate = max_phy_rate_tm1_dl[self.num_prb()]
         else:

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17534
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: Ieb027eaf5d8f4d774d0e29207f7a3b75dec6ee5b
Gerrit-Change-Number: 17534
Gerrit-PatchSet: 3
Gerrit-Owner: Andre Puschmann <andre at softwareradiosystems.com>
Gerrit-Reviewer: Andre Puschmann <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/20200323/3341ab28/attachment.htm>


More information about the gerrit-log mailing list