Commit 6ccbbce6 authored by garciay's avatar garciay
Browse files

STF512 Week#25:

- Continue validation for both Rf and Ro interfaces
- Start SIP triggering tests
- Bug fixed on the ATS and the Test Adapter
- Align TCs comments with TSS&TPs
- Source codes were committed
parent b263b5b7
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -2971,10 +2971,10 @@ module LibDiameter_Types_RfRo_AVPs {
                 * @member aVP_Header                   Header AVP
                 * @member envelope_Start_Time          TODO
                 * @member envelope_End_Time            TODO
                 * @member cc_Total_Octets              TODO
                 * @member cc_Input_Octets              TODO
                 * @member cc_Output_Octets             TODO
                 * @member cc_Service_Specific_Units    TODO
                 * @member cC_Total_Octets              TODO
                 * @member cC_Input_Octets              TODO
                 * @member cC_Output_Octets             TODO
                 * @member cC_Service_Specific_Units    TODO
                 * @member aVP_Type                     TODO
                 * 
                 * @see ETSI TS 132 299 V10.15.0 Clause 7.2.59  Envelope AVP
@@ -2984,10 +2984,10 @@ module LibDiameter_Types_RfRo_AVPs {
                    AVP_Header  aVP_Header,//<AVP header: 1266...>
                    Envelope_Start_Time_AVP         envelope_Start_Time,
                    Envelope_End_Time_AVP           envelope_End_Time optional,
                    CC_Total_Octets_AVP             cc_Total_Octets optional,
                    CC_Input_Octets_AVP             cc_Input_Octets optional,
                    CC_Output_Octets_AVP            cc_Output_Octets optional,
                    CC_Service_Specific_Units_AVP   cc_Service_Specific_Units optional,
                    CC_Total_Octets_AVP             cC_Total_Octets optional,
                    CC_Input_Octets_AVP             cC_Input_Octets optional,
                    CC_Output_Octets_AVP            cC_Output_Octets optional,
                    CC_Service_Specific_Units_AVP   cC_Service_Specific_Units optional,
                    set of AVP_Type                 aVP_Type optional
                } // End of type Envelope_AVP