laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16688 )

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

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

Change-Id: Iac7d7b694bc44887443418f755e51d636abe8575
---
M library/RLCMAC_CSN1_Types.ttcn
M sysinfo/gen_links.sh
2 files changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



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 */
diff --git a/sysinfo/gen_links.sh b/sysinfo/gen_links.sh
index f44350a..d32b89b 100755
--- a/sysinfo/gen_links.sh
+++ b/sysinfo/gen_links.sh
@@ -8,6 +8,10 @@
 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

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16688
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iac7d7b694bc44887443418f755e51d636abe8575
Gerrit-Change-Number: 16688
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to