library/GSM_RR_Types: restrict Mobile Allocation length

Change-Id: I8333900949c0f39dc1cb777904e207ed1e212440
This commit is contained in:
Vadim Yanitskiy 2020-08-29 02:56:58 +07:00 committed by laforge
parent 27057e0e23
commit 7d6eef3a72
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ module GSM_RR_Types {
/* 10.5.2.21 */
type record MobileAllocationLV {
uint8_t len,
bitstring ma
bitstring ma length (0..64)
} with {
variant (len) "LENGTHTO(ma)"
variant (ma) "BYTEORDER(first), BITORDER(msb)"