RSL_Types: ms_identity, full_imm_ass_info IE types

This commit is contained in:
Harald Welte 2017-12-07 17:53:42 +01:00
parent d5f521ef5c
commit fff6930765
1 changed files with 4 additions and 0 deletions

View File

@ -465,6 +465,7 @@ module RSL_Types {
RSL_IE_StartingTime starting_time,
RSL_IE_RequestRef req_ref,
RSL_LV full_imm_ass_info,
RSL_LV ms_identity,
RSL_LV other
}
@ -499,6 +500,9 @@ module RSL_Types {
starting_time, iei = RSL_IE_STARTNG_TIME;
req_ref, iei = RSL_IE_REQ_REFERENCE;
full_imm_ass_info, iei = RSL_IE_FULL_IMM_ASS_INFO;
ms_identity, iei = RSL_IE_MS_IDENTITY;
other, iei = RSL_IE_FULL_BCCH_INFO;
other, OTHERWISE;
)" };