Commit 3857655c authored by juvancic's avatar juvancic
Browse files

updated to correct configurations

parent ebdfa18e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ module DiameterShDh_TCFunctions {
                 * @desc    Verify that the IUT can successfully process all mandatory AVPs in an AC-Request received due to Charging Data Transfer
                 * @verdict pass on success, fail on error or inconc on timeout only 
                 */
                function f_TC_SH_HSS_M() runs on DiameterShDh { 
                function f_TC_SH_HSS_MS_01() runs on DiameterShDh { 
                    // Local variables
                    
                    // Preamble
                    f_preamble_Sh_HSS();
                    f_preamble_Sh_AS();
                    f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); 
                    log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");

@@ -72,11 +72,11 @@ module DiameterShDh_TCFunctions {

                    f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); 

                    f_postamble_Sh_HSS();
                    f_postamble_Sh_AS();
                    f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict()); 
                    log("*** " & __SCOPE__ & ": INFO: Postamble done. ***");
                    
                } // End of function f_TC_SH_HSS_M
                } // End of function f_TC_SH_HSS_MS_01
                
            }