Commit 59cfc78e authored by rennoch's avatar rennoch
Browse files

correction of variant attributes

parent 183ed280
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1818,7 +1818,7 @@ group BasicTypesAndConstants{
                }
                with {
                    variant "present=bytes(4, 284);use=com.testingtech.ttcn.tci.codec.CodecHelper;"
                    variant (aVP_Data) "fieldPresent=CodecHelper.isAvailable();condition=CodecHelper.leaveScope()"
                    variant (aVP_Type) "fieldPresent=CodecHelper.isAvailable();condition=CodecHelper.leaveScope()"
                }
                
                type record Route_Record_AVP{
@@ -2970,7 +2970,7 @@ group BasicTypesAndConstants{
                type record Requested_Action_AVP{
                //    Ref: RFC4006 8.41.  Requested-Action AVP
                    AVP_Header                     aVP_Header,//< AVP Header: 436 >
                    Requested_Action_Type       avp_data
                    Requested_Action_Type       aVP_Data
                }
                with {
                    variant "present=bytes(4, 436);use=com.testingtech.ttcn.tci.codec.CodecHelper"
@@ -3141,7 +3141,7 @@ group BasicTypesAndConstants{
                }
                with {
                    variant "present=bytes(4, 434);use=com.testingtech.ttcn.tci.codec.CodecHelper"
                    variant (aVP_Data) "condition=CodecHelper.leaveScope()"
                //    variant (aVP_Data) "condition=CodecHelper.leaveScope()"
                }
                type set Final_Unit_Indication_AVP{
                //    Ref: RFC4006 8.34.  Final-Unit-Indication AVP
@@ -3207,7 +3207,7 @@ group BasicTypesAndConstants{
                }
                with {
                    variant "present=bytes(4, 440);use=com.testingtech.ttcn.tci.codec.CodecHelper"
                    variant (aVP_Data) "condition=CodecHelper.leaveScope()"
                //    variant (aVP_Data) "condition=CodecHelper.leaveScope()"
                }
                
                type record CC_Correlation_Id_AVP{
@@ -3298,7 +3298,7 @@ group BasicTypesAndConstants{
                type record Direct_Debiting_Failure_Handling_AVP{
                //    Ref: RFC4006 8.15.  Direct-Debiting-Failure-Handling AVP
                    AVP_Header                     aVP_Header,//< AVP Header: 428 >
                    Direct_Debi_Fail_Hand_Type    avp_Data
                    Direct_Debi_Fail_Hand_Type    aVP_Data
                }
                with {
                    variant "present=bytes(4, 428);use=com.testingtech.ttcn.tci.codec.CodecHelper"