Commits on Source (11)
-
Pau Espin Pedrol authored
-
Pau Espin Pedrol authored
titan 11.0.0 doesn't support concatenating templates.
-
Pau Espin Pedrol authored
This fixes build errors with titan 11.0.0: NAS_CommonTemplates.ttcn:1448.20-39: error: Type mismatch: a value or template of type `@NAS_CommonTypeDefs.ExtdProtocolConfigOptions.pco' was expected instead of `@NAS_CommonTypeDefs.NAS_ExtdProtocolConfigOptions_Type' NAS_AuxiliaryDefsAndFunctions.ttcn:124.42-50: error: Type mismatch: a value or template of type `@NAS_CommonTypeDefs.ProtocolConfigOptions.pco' was expected instead of `@NAS_CommonTypeDefs.NAS_ExtdProtocolConfigOptions_Type NAS_AuxiliaryDefsAndFunctions.ttcn:124.42-50: error: Type mismatch: a value or template of type `@NAS_CommonTypeDefs.NAS_ProtocolConfigOptions_Type' was expected instead of `@NAS_CommonTypeDefs.NAS_ExtdProtocolConfigOptions_Type'
-
Pau Espin Pedrol authored
titan 11.0.0 fails during compilation with: NG_NAS_Common.ttcn:405.21-55: error: Type mismatch: a value of type `@NG_NAS_TypeDefs.XtdRejectedS_NSSAI_List' was expected instead of `@NG_NAS_TypeDefs.PartialXtdRejectedNSSAIType0.rejectS_NSSAI' NG_NAS_Templates.ttcn:2212.22-32: error: Type mismatch: a value or template of type `@NG_NAS_TypeDefs.QoS_Flow.parameterList' was expected instead of `@NAS_CommonTypeDefs.QoSParametersList NG_NAS_Templates.ttcn:2364.24-34: error: Type mismatch: a value or template of type `@NG_NAS_TypeDefs.QoSFlowDescr.listofFlows' was expected instead of `@NG_NAS_TypeDefs.QoS_FlowList
-
Pau Espin Pedrol authored
titan 11.0.0 fails to compile: NAS_AuxiliaryDefsAndFunctions.ttcn:319.12-34: error: Reference to a value was expected instead of template variable `v_ProtocolContainerList' NAS_AuxiliaryDefsAndFunctions.ttcn:319.38-70: error: Reference to a value was expected instead of template parameter `p_AdditionalProtocolConfigOptions'
-
Pau Espin Pedrol authored
Fix compilation errors building with titan 9.0.0: CommonDefs.ttcn:1298.12-23: error: Reference to a value was expected instead of template variable `v_Substring1' CommonDefs.ttcn:1298.12-31: In the right operand of operation `&': CommonDefs.ttcn:1298.27-31: error: Reference to a value was expected instead of template parameter `p_Bit' CommonDefs.ttcn:1298.12-46: In the right operand of operation `&': CommonDefs.ttcn:1298.35-46: error: Reference to a value was expected instead of template variable `v_Substring2'
-
Pau Espin Pedrol authored
-
Pau Espin Pedrol authored
-
Pau Espin Pedrol authored
-
Pau Espin Pedrol authored
The iei field in nasSecurityAlgorithms is filled by the decoder, which should be decoded as "omit". type record NAS_KeySetIdentifier already has a variant "FORCEOMIT(iei)" in its definition, but according to "Programmers' Technical Reference Guide for the TITAN TTCN-3 Toolset", FORCEOMIT "Forces the lower-level optional field(s) specified by the parameters to always be omitted. It does not affect the own fields of the defining record/set." Applying the variant in the parent-level record fixes the decoding issue.
-
Bostjan Pintar authored
Multiple fixes to build and run with eclipse titan See merge request int/5g-core/nas!6