Commit 8467caa8 authored by aligungr's avatar aligungr

NAS enum typo fix

parent 3efaf373
...@@ -519,13 +519,13 @@ enum class EProtectionSchemeIdentifier ...@@ -519,13 +519,13 @@ enum class EProtectionSchemeIdentifier
enum class EMaximumDataRatePerUeForUserPlaneIntegrityProtectionForDownlink enum class EMaximumDataRatePerUeForUserPlaneIntegrityProtectionForDownlink
{ {
SIXTY_FOR_KBPS = 0b00000000, SIXTY_FOUR_KBPS = 0b00000000,
FULL_DATA_RATE = 0b11111111, FULL_DATA_RATE = 0b11111111,
}; };
enum class EMaximumDataRatePerUeForUserPlaneIntegrityProtectionForUplink enum class EMaximumDataRatePerUeForUserPlaneIntegrityProtectionForUplink
{ {
SIXTY_FOR_KBPS = 0b00000000, SIXTY_FOUR_KBPS = 0b00000000,
FULL_DATA_RATE = 0b11111111, FULL_DATA_RATE = 0b11111111,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment