From cf7d74f8cba42dcd187d97768989cf256d4c4855 Mon Sep 17 00:00:00 2001 From: garciay Date: Thu, 24 Nov 2016 10:05:28 +0000 Subject: [PATCH] http://forge.etsi.org/mantis/view.php?id=7444 --- ttcn/AtsCAM/ItsCam_TpFunctions.ttcn | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ttcn/AtsCAM/ItsCam_TpFunctions.ttcn b/ttcn/AtsCAM/ItsCam_TpFunctions.ttcn index 722ca525c..51581e3c5 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); -- GitLab