Loading DiameterCxDx/ttcn/DiameterCxDx_Templates.ttcn +8 −1 Original line number Diff line number Diff line Loading @@ -956,6 +956,13 @@ module DiameterCxDx_Templates { } // end group CxModified_answer_templates_send group Cx_modified_answer_templates_receive { template UAA_Body_AVP mw_UAA_ResulFaile (template Result_Code_AVP p_resultCode, template UAA_Body_AVP.failed p_failed) modifies mw_UAA_basic := { result_Code := p_resultCode, // optional in TS 129 229 failed := p_failed // optional in TS 129 229 } } // end group CxModified_answer_templates_receive } //end group CxModified_templates Loading Loading
DiameterCxDx/ttcn/DiameterCxDx_Templates.ttcn +8 −1 Original line number Diff line number Diff line Loading @@ -956,6 +956,13 @@ module DiameterCxDx_Templates { } // end group CxModified_answer_templates_send group Cx_modified_answer_templates_receive { template UAA_Body_AVP mw_UAA_ResulFaile (template Result_Code_AVP p_resultCode, template UAA_Body_AVP.failed p_failed) modifies mw_UAA_basic := { result_Code := p_resultCode, // optional in TS 129 229 failed := p_failed // optional in TS 129 229 } } // end group CxModified_answer_templates_receive } //end group CxModified_templates Loading