Skip to content

Add support for 'dl_min_mcs' and 'ul_min_mcs' configuration parameters

Add support for 'dl_min_mcs' and 'ul_min_mcs' configuration parameters, they will enforce the gNB scheduler to select always a MCS equal or above its values

In addition to use a min value for MCS, this MR also enables the testing of a specific MCS value with COTS UE, by setting xl_min_mcs = xl_max_mcs, example:

    dl_min_mcs: 22
    dl_max_mcs: 22
    ul_min_mcs: 7
    ul_max_mcs: 7

In the example above, the scheduler will use always MCS 22 for downlink and MCS 7 for uplink.

Edited by Luis Pereira

Merge request reports

Loading