You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"limiting" the max_mcs parameters as mentioned at the bottom of the message, the errors disappear, proving that the scheduler does not discriminate correctly
Issue Description
When connecting a CAT 1 modem the errors on the connections are always very high
Setup Details
This is visible with different combinations of SDR and OS
Expected Behavior
Assuming good quality signal, the error should stay low
Actual Behaviour
The % of errors is high
If the
max_mcs
is set appropriately (see "Additional Information") the error goes down, but two problems arise:Steps to reproduce the problem
Connect a CAT1 modem using the standard default configuration files
Additional Information
max_mcs
parameters as mentioned at the bottom of the message, the errors disappear, proving that the scheduler does not discriminate correctlyFor n_prb=6 (ul=1.8Mbps, dl=3.3Mbps)
[scheduler]
pusch_max_mcs = 28
pdsch_max_mcs = 28
For n_prb =15 (ul=4.9Mbps, dl=9.0Mbps)
[scheduler]
pusch_max_mcs = 20
pdsch_max_mcs = 27
For n_prb =25 (ul=5.0Mbps, dl=9.4Mbps)
[scheduler]
pusch_max_mcs = 14
pdsch_max_mcs = 20
For n_prb=50
[scheduler]
pusch_max_mcs = 6
pdsch_max_mcs = 12
The text was updated successfully, but these errors were encountered: