Loading LibSip_XMLTypes.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -579,7 +579,8 @@ group CUGTypes{ type XSDAUX.integerXSD CugIndexType (0 .. 32767); type record CugRequestType { XSDAUX.booleanXSD outgoingAccessRequest, CugIndexType cugIndex XSDAUX.booleanXSD outgoingAccessRequest optional, //optional [Ref: ETSI TS 124 454 V8.0.0 Table 4.5.2.4.1:] CugIndexType cugIndex optional //optional [Ref: ETSI TS 124 454 V8.0.0 Table 4.5.2.4.1:] } type XSDAUX.hexBinary SixteenbitType length(2); Loading Loading
LibSip_XMLTypes.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -579,7 +579,8 @@ group CUGTypes{ type XSDAUX.integerXSD CugIndexType (0 .. 32767); type record CugRequestType { XSDAUX.booleanXSD outgoingAccessRequest, CugIndexType cugIndex XSDAUX.booleanXSD outgoingAccessRequest optional, //optional [Ref: ETSI TS 124 454 V8.0.0 Table 4.5.2.4.1:] CugIndexType cugIndex optional //optional [Ref: ETSI TS 124 454 V8.0.0 Table 4.5.2.4.1:] } type XSDAUX.hexBinary SixteenbitType length(2); Loading