diff --git a/ttcn/AtsCAM/ItsCam_TpFunctions.ttcn b/ttcn/AtsCAM/ItsCam_TpFunctions.ttcn index 722ca525c5aa94a114967f6e999232fc2283a908..51581e3c542c803203898421809c8e0646349c71 100644 --- a/ttcn/AtsCAM/ItsCam_TpFunctions.ttcn +++ b/ttcn/AtsCAM/ItsCam_TpFunctions.ttcn @@ -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); } @@ -3128,14 +3128,14 @@ module ItsCam_TpFunctions { // Test Body v_camReq := valueof( - m_camReq( - m_camMsg_vehicle( - f_getTsStationId(), - f_getCurrentTime() mod 65536, // See ETSI EN 302 637-2 V1.3.0 - Clause B.3 generationDelatTime - m_tsPosition - ) - ) - ); + m_camReq( + m_camMsg_vehicle( + f_getTsStationId(), + f_getCurrentTime() mod 65536, // See ETSI EN 302 637-2 V1.3.0 - Clause B.3 generationDelatTime + m_tsPosition + ) + ) + ); camPort.send( v_camReq ) ; f_sleep(PX_TNOAC);