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

Change-Id: Iac7d7b694bc44887443418f755e51d636abe8575
This commit is contained in:
Pau Espin 2019-12-30 20:21:00 +01:00 committed by laforge
parent 4536c82b99
commit 86904080a3
2 changed files with 6 additions and 1 deletions

View File

@ -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 */

View File

@ -8,6 +8,10 @@ DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
gen_links $DIR $FILES
DIR=$BASEDIR/titan.ProtocolModules.MobileL3_v13.4.0/src
FILES="MobileL3_CommonIE_Types.ttcn MobileL3_GMM_SM_Types.ttcn MobileL3_MM_Types.ttcn"
gen_links $DIR $FILES
DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
FILES="Socket_API_Definitions.ttcn"
gen_links $DIR $FILES