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
7ea95047
Commit
7ea95047
authored
Aug 03, 2016
by
garciay
Browse files
RSUsimulator: Add PICS_GENERATE_xxx
parent
2e1a0f62
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn
View file @
7ea95047
...
...
@@ -70,7 +70,7 @@ module ItsRSUsSimulator_Functions {
f_initialiseSecuredMode
();
//Initialze the IUT
f_initialState
();
//
f_initialState();
// Initialisations
vc_longPosVectorRsu
:=
PICS_RSU_PARAMS
[
PX_RSU_ID
-
1
].
longPosVector
;
...
...
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_TestCases.ttcn
View file @
7ea95047
...
...
@@ -41,7 +41,7 @@ module ItsRSUsSimulator_TestCases {
if
(
isbound
(
vc_rsuMessagesValueList
[
PX_RSU_ID
-
1
].
cam
))
{
tc_cam
.
start
;
}
if
(
isbound
(
vc_rsuMessagesValueList
[
PX_RSU_ID
-
1
].
denm
))
{
if
(
isbound
(
vc_rsuMessagesValueList
[
PX_RSU_ID
-
1
].
denm
s
))
{
tc_denm
.
start
;
}
if
(
isbound
(
vc_rsuMessagesValueList
[
PX_RSU_ID
-
1
].
mapem
))
{
...
...
@@ -70,15 +70,17 @@ module ItsRSUsSimulator_TestCases {
repeat
;
}
[]
tc_cam
.
timeout
{
log
(
"*** "
&
testcasename
()
&
": DEBUG: Processing CAM ***"
);
f_prepare_cam
(
v_payload
);
f_send
(
v_payload
);
tc_cam
.
start
;
repeat
;
}
[]
tc_denm
.
timeout
{
log
(
"*** "
&
testcasename
()
&
": DEBUG: Processing DENM ***"
);
f_prepare_denm
(
v_payload
);
f_send
(
v_payload
);
tc_
ca
m
.
start
;
tc_
den
m
.
start
;
repeat
;
}
// [] tc_spatem.timeout {
...
...
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