GrantType

Namespace simu5g

GrantType

enum

Scheduler grant type

Source code

/// Scheduler grant type
enum GrantType
{
    FITALL = 0;
    FIXED_ = 1;
    URGENT = 2;
    UNKNOWN_GRANT_TYPE = 3; // Note: FIXED would clash with <windows.h> 
}

File: src/common/LteCommonEnum.msg