Skip to content

Commit 450206d

Browse files
committed
LteCommonEnum.msg: figured out what LteTrafficClass is, added comment
1 parent f298783 commit 450206d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/simu5g/common/LteCommonEnum.msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ enum RbAllocationType
4343
};
4444

4545
/// Lte Traffic Classes
46+
/// This is the fringing LCG index (sent in BSRs). NR has 8 (as opposed to LTE's 4, but then, so what??)
4647
enum LteTrafficClass
4748
{
4849
CONVERSATIONAL = 0; STREAMING =1; INTERACTIVE = 2; BACKGROUND = 3; UNKNOWN_TRAFFIC_TYPE = 4;

0 commit comments

Comments
 (0)