enb_amarisoft: reduce max achievable UL rate for 100 PRB

Change-Id: Ib7a0b8e2948cdf6c0a15d4ad2bf7d218a6b28ea2
This commit is contained in:
Andre Puschmann 2020-09-30 14:41:11 +02:00
parent 51fa941994
commit c1c2f3d16f
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class AmarisoftENB(enb.eNodeB):
25 : 10e6,
50 : 21e6,
75 : 32e6,
100 : 51e6 }
100 : 47e6 }
if downlink:
max_rate = max_phy_rate_tm1_dl[self.num_prb()]
else: