diff --git a/regression_test/EncodeDecode/RAW/Examples/SCCP_RAW_Samples.ttcn b/regression_test/EncodeDecode/RAW/Examples/SCCP_RAW_Samples.ttcn index 19356d3652e6ef5c7da5d395819ca35fb631f537..3199264c3214dd334e7f88449daf4b06f2aadf2d 100644 --- a/regression_test/EncodeDecode/RAW/Examples/SCCP_RAW_Samples.ttcn +++ b/regression_test/EncodeDecode/RAW/Examples/SCCP_RAW_Samples.ttcn @@ -27,7 +27,7 @@ const octetstring SCCPstr01 := '090003070B044301B0FE044340D8FE06000430040107'O; template PDU_SCCP SCCP01 := {unitdata := { messageType := udt, protClass := { - class := '0000'B, + class_ := '0000'B, messageHandling := '0000'B }, pointer1 := 3, @@ -85,7 +85,7 @@ template PDU_SCCP SCCP02 := {connrequest := { messageType := cr, sourceLocRef := 'FF002B'O, protClass := { - class := '0010'B, + class_ := '0010'B, messageHandling := '0000'B }, pointer1 := 2, @@ -150,7 +150,7 @@ template PDU_SCCP SCCP03 := {connconfirm := { destLocRef := 'FF002B'O, sourceLocRef:= '000001'O, protClass := { - class := '0010'B, + class_ := '0010'B, messageHandling := '0000'B }, pointer1 := 1, diff --git a/regression_test/EncodeDecode/RAW/Examples/SCCP_typedefs.ttcn b/regression_test/EncodeDecode/RAW/Examples/SCCP_typedefs.ttcn index 5c7224b990cbd8129bf7c1882ccaee5996d8f08d..1b9aac9b7f030d74471a811530491e79bee67d73 100644 --- a/regression_test/EncodeDecode/RAW/Examples/SCCP_typedefs.ttcn +++ b/regression_test/EncodeDecode/RAW/Examples/SCCP_typedefs.ttcn @@ -365,7 +365,7 @@ type record SCCP_param_CPartyAddress_opt //-------------------------------------------------------------------------------- type record SCCP_param_ProtocolClass { - BIT4 class, + BIT4 class_, BIT4 messageHandling } with { variant "" } @@ -531,7 +531,7 @@ type record SCCP_param_Segmentation_opt LIN1 paramLength, //always 4! BIT4 remainingSegment, BIT2 reserved, - BIT1 class, + BIT1 class_, BIT1 firstSegm, OCT3 segmLocalRef }