Loading ttcn/DiameterShDh_TCFunctions.ttcn3 +4 −4 Original line number Diff line number Diff line Loading @@ -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. ***"); Loading Loading @@ -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 } Loading Loading
ttcn/DiameterShDh_TCFunctions.ttcn3 +4 −4 Original line number Diff line number Diff line Loading @@ -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. ***"); Loading Loading @@ -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 } Loading