Loading ttcn/AtsCAM/ItsCam_TpFunctions.ttcn +9 −9 Original line number Diff line number Diff line Loading @@ -2599,7 +2599,7 @@ module ItsCam_TpFunctions { t_genCam_dcc.start; alt { [] camPort.receive(mw_camInd ( mw_camMsg_BC_refPos ( v_expectedReferencePosition ) )){ tc_ac.stop; t_genCam_dcc.stop; log("*** " & testcasename() & ": PASS: CAM message received ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } Loading Loading
ttcn/AtsCAM/ItsCam_TpFunctions.ttcn +9 −9 Original line number Diff line number Diff line Loading @@ -2599,7 +2599,7 @@ module ItsCam_TpFunctions { t_genCam_dcc.start; alt { [] camPort.receive(mw_camInd ( mw_camMsg_BC_refPos ( v_expectedReferencePosition ) )){ tc_ac.stop; t_genCam_dcc.stop; log("*** " & testcasename() & ": PASS: CAM message received ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } Loading