diff --git a/library/RLCMAC_CSN1_Types.ttcn b/library/RLCMAC_CSN1_Types.ttcn index ea2edf6d8..11df29d92 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 */ diff --git a/sysinfo/gen_links.sh b/sysinfo/gen_links.sh index f44350adb..d32b89b79 100755 --- a/sysinfo/gen_links.sh +++ b/sysinfo/gen_links.sh @@ -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