RLCMAC_CSN1_Types.ttcn: Support encoding of MS Radio Access Capability 2

Change-Id: Iac7d7b694bc44887443418f755e51d636abe8575
diff --git a/library/RLCMAC_CSN1_Types.ttcn b/library/RLCMAC_CSN1_Types.ttcn
index ea2edf6..11df29d 100644
--- a/library/RLCMAC_CSN1_Types.ttcn
+++ b/library/RLCMAC_CSN1_Types.ttcn
@@ -16,6 +16,7 @@
 	import from General_Types all;
 	import from Osmocom_Types all;
 	import from GSM_Types all;
+	import from MobileL3_GMM_SM_Types all;
 
 	/* TS 44.060 11.2.0.1 */
 	type enumerated RlcmacDlCtrlMsgType {
@@ -418,7 +419,7 @@
 	 * (value part, see 3GPP TS 24.008, 10.5.5.12a) */
 	type union MSRadioAccCap2 {
 		/* TODO: see table 10.5.146/3GPP TS 24.008 */
-		bitstring		other
+		MSRadioAccessCapabilityV     msRadioAccessCapabilityV
 	};
 
 	/* Table 11.2.16.2 Access Type */