library/GSM_SystemInformation: move 'MobileAllocationT' to GSM_RR_Types

Change-Id: I149cf58c4bc1a8e08c69c52eb567706a0de4f9f1
This commit is contained in:
Vadim Yanitskiy 2020-08-25 03:59:45 +07:00
parent 3b464a9812
commit 74e1f6b5d6
2 changed files with 6 additions and 8 deletions

View File

@ -302,6 +302,11 @@ module GSM_RR_Types {
variant (ma) "BYTEORDER(first), BITORDER(msb)"
};
type record MobileAllocationTLV {
OCT1 iei ('72'O),
MobileAllocationLV v
} with { variant "" };
/* 10.5.2.25a */
type record PktChDesc0Ind {
uint6_t maio,

View File

@ -86,13 +86,6 @@ module GSM_SystemInformation {
template ControlChannelDescription t_ControlChannelDescription := { ?, ?, ?, ?, ?, ?, '00'B, ?, ? };
/* 44.018 10.5.2.21 */
type record MobileAllocationT {
OCT1 iei,
uint8_t len,
bitstring ma
} with { variant "" };
/* 44.018 10.5.2.22 */
type octetstring NeighbourCellDescription with { variant "FIELDLENGTH(16)" };
@ -175,7 +168,7 @@ module GSM_SystemInformation {
CellSelectionParameters cell_sel_par,
RachControlParameters rach_control,
ChannelDescriptionTV cbch_chan_desc optional,
MobileAllocationT cbch_mobile_alloc optional,
MobileAllocationTLV cbch_mobile_alloc optional,
SI4RestOctets rest_octets /* see 10.5.2.35 */
} with { variant "TAG(cbch_chan_desc, iei = '64'O; cbch_mobile_alloc, iei = '72'O)" };