aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-12-30 20:21:00 +0100
committerlaforge <laforge@osmocom.org>2019-12-31 16:35:29 +0000
commit86904080a36450e135941443a77c52f0fa38cd46 (patch)
treecab55da7737baf7238d968e6fb592adeef3c7c62 /library
parent4536c82b99d46c6b5ff6a8c28c19c6b4bbdd1744 (diff)
RLCMAC_CSN1_Types.ttcn: Support encoding of MS Radio Access Capability 2
Diffstat (limited to 'library')
-rw-r--r--library/RLCMAC_CSN1_Types.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/RLCMAC_CSN1_Types.ttcn b/library/RLCMAC_CSN1_Types.ttcn
index ea2edf6d..11df29d9 100644
--- a/library/RLCMAC_CSN1_Types.ttcn
+++ b/library/RLCMAC_CSN1_Types.ttcn
@@ -16,6 +16,7 @@ module RLCMAC_CSN1_Types {
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 @@ module RLCMAC_CSN1_Types {
* (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 */