Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
0d9a4cde
Commit
0d9a4cde
authored
Aug 24, 2016
by
garciay
Browse files
Start updating RSUsimulator/CAM & DENM according to the ETSI ITS-CMS5 Plugtest/track coordinates
parent
ef202bd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn
View file @
0d9a4cde
...
...
@@ -201,8 +201,6 @@ module ItsRSUsSimulator_Functions {
function
f_cf01Down
()
runs
on
ItsRSUsSimulator
{
vc_longPosVectorRsu
:=
{};
vc_geoArea
:=
{};
vc_rsuMessagesValueList
:=
{};
f_uninitialiseSecuredMode
();
...
...
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_TestSystem.ttcn
View file @
0d9a4cde
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment