PilotComputationModes

Namespace simu5g

PilotComputationModes

enum

specifies how the final CQI will be computed from the multiband ones

Source code

// specifies how the final CQI will be computed from the multiband ones
enum PilotComputationModes
{
    MIN_CQI = 0;
    MAX_CQI = 1;
    AVG_CQI = 2;
    MEDIAN_CQI = 3;
    ROBUST_CQI = 4;
}


File: src/common/LteCommonEnum.msg