Loading ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn +0 −2 Original line number Diff line number Diff line Loading @@ -201,8 +201,6 @@ module ItsRSUsSimulator_Functions { function f_cf01Down() runs on ItsRSUsSimulator { vc_longPosVectorRsu := {}; vc_geoArea := {}; vc_rsuMessagesValueList := {}; f_uninitialiseSecuredMode(); Loading ttcn/AtsRSUsSimulator/ItsRSUsSimulator_TestSystem.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -19,11 +19,11 @@ module ItsRSUsSimulator_TestSystem { /** * @desc RSU position */ var LongPosVector vc_longPosVectorRsu := {}; var LongPosVector vc_longPosVectorRsu; /** * @desc RSU Geonetworking area */ var GeoArea vc_geoArea := {}; var GeoArea vc_geoArea; /** * @desc Supported sent messages templates: one or more from CAM, DENM, MAPEM, SPATEM, IVIM, SSEM * @see PICS_GENERATE_xxx Loading Loading
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn +0 −2 Original line number Diff line number Diff line Loading @@ -201,8 +201,6 @@ module ItsRSUsSimulator_Functions { function f_cf01Down() runs on ItsRSUsSimulator { vc_longPosVectorRsu := {}; vc_geoArea := {}; vc_rsuMessagesValueList := {}; f_uninitialiseSecuredMode(); Loading
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_TestSystem.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -19,11 +19,11 @@ module ItsRSUsSimulator_TestSystem { /** * @desc RSU position */ var LongPosVector vc_longPosVectorRsu := {}; var LongPosVector vc_longPosVectorRsu; /** * @desc RSU Geonetworking area */ var GeoArea vc_geoArea := {}; var GeoArea vc_geoArea; /** * @desc Supported sent messages templates: one or more from CAM, DENM, MAPEM, SPATEM, IVIM, SSEM * @see PICS_GENERATE_xxx Loading