RSL_Types: ms_identity, full_imm_ass_info IE types
diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 5366042..270d0cf 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -465,6 +465,7 @@
 		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 @@
 					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;
 		)" };