Loading ttcn/LibDiameter_Templates.ttcn +14 −0 Original line number Diff line number Diff line Loading @@ -497,6 +497,20 @@ module LibDiameter_Templates { aVP_Data := p_avpData } template QoS_Information_AVP mw_qosInformation_QosInfo_ARP := { aVP_Header := m_aVP_Header(c_vendIdQoS_Information_AVP), //<AVP header: 1016 ....> qoS_Class_Identifier :=?, max_Requested_Bandwidth_UL :=*, max_Requested_Bandwidth_DL :=*, guaranteed_Bitrate_UL :=*, guaranteed_Bitrate_DL :=*, bearer_Identifier :=*, allocation_Retention_Priority :=?, aPN_Aggregate_Max_Bitrate_UL :=*, aPN_Aggregate_Max_Bitrate_DL :=*, aVP_Type:=* } template Result_Code_AVP m_resultCode(template (value) /*integer*/Result_Code_Type p_avpData) := { aVP_Header := m_aVP_HeaderVid(c_vendIdResult_Code_AVP, 4, omit), aVP_Data := p_avpData Loading ttcn/LibDiameter_TypesAndValues.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -4455,5 +4455,7 @@ group BasicTypesAndConstants{ type set of Codec_Data_AVP Codec_Data_setof; type set of QoS_Information_AVP QoS_Information_AVP_setof; } // end of AuxTypes } //end module LibDiameter_TypesAndValues No newline at end of file Loading
ttcn/LibDiameter_Templates.ttcn +14 −0 Original line number Diff line number Diff line Loading @@ -497,6 +497,20 @@ module LibDiameter_Templates { aVP_Data := p_avpData } template QoS_Information_AVP mw_qosInformation_QosInfo_ARP := { aVP_Header := m_aVP_Header(c_vendIdQoS_Information_AVP), //<AVP header: 1016 ....> qoS_Class_Identifier :=?, max_Requested_Bandwidth_UL :=*, max_Requested_Bandwidth_DL :=*, guaranteed_Bitrate_UL :=*, guaranteed_Bitrate_DL :=*, bearer_Identifier :=*, allocation_Retention_Priority :=?, aPN_Aggregate_Max_Bitrate_UL :=*, aPN_Aggregate_Max_Bitrate_DL :=*, aVP_Type:=* } template Result_Code_AVP m_resultCode(template (value) /*integer*/Result_Code_Type p_avpData) := { aVP_Header := m_aVP_HeaderVid(c_vendIdResult_Code_AVP, 4, omit), aVP_Data := p_avpData Loading
ttcn/LibDiameter_TypesAndValues.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -4455,5 +4455,7 @@ group BasicTypesAndConstants{ type set of Codec_Data_AVP Codec_Data_setof; type set of QoS_Information_AVP QoS_Information_AVP_setof; } // end of AuxTypes } //end module LibDiameter_TypesAndValues No newline at end of file