Namespace simu5g
GrantType
enumScheduler 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
Namespace simu5g
Scheduler grant type
/// 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