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
cf7d74f8
Commit
cf7d74f8
authored
Nov 24, 2016
by
garciay
Browse files
http://forge.etsi.org/mantis/view.php?id=7444
parent
1c0ac629
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsCAM/ItsCam_TpFunctions.ttcn
View file @
cf7d74f8
...
@@ -2599,7 +2599,7 @@ module ItsCam_TpFunctions {
...
@@ -2599,7 +2599,7 @@ module ItsCam_TpFunctions {
t_genCam_dcc
.
start
;
t_genCam_dcc
.
start
;
alt
{
alt
{
[]
camPort
.
receive
(
mw_camInd
(
mw_camMsg_BC_refPos
(
v_expectedReferencePosition
)
)){
[]
camPort
.
receive
(
mw_camInd
(
mw_camMsg_BC_refPos
(
v_expectedReferencePosition
)
)){
t
c_a
c
.
stop
;
t
_genCam_dc
c
.
stop
;
log
(
"*** "
&
testcasename
()
&
": PASS: CAM message received ***"
);
log
(
"*** "
&
testcasename
()
&
": PASS: CAM message received ***"
);
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_success
);
f_selfOrClientSyncAndVerdict
(
c_tbDone
,
e_success
);
}
}
...
@@ -3128,14 +3128,14 @@ module ItsCam_TpFunctions {
...
@@ -3128,14 +3128,14 @@ module ItsCam_TpFunctions {
// Test Body
// Test Body
v_camReq
:=
valueof
(
v_camReq
:=
valueof
(
m_camReq
(
m_camReq
(
m_camMsg_vehicle
(
m_camMsg_vehicle
(
f_getTsStationId
(),
f_getTsStationId
(),
f_getCurrentTime
()
mod
65536
,
// See ETSI EN 302 637-2 V1.3.0 - Clause B.3 generationDelatTime
f_getCurrentTime
()
mod
65536
,
// See ETSI EN 302 637-2 V1.3.0 - Clause B.3 generationDelatTime
m_tsPosition
m_tsPosition
)
)
)
)
);
);
camPort
.
send
(
v_camReq
)
;
camPort
.
send
(
v_camReq
)
;
f_sleep
(
PX_TNOAC
);
f_sleep
(
PX_TNOAC
);
...
...
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