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
4491f379
Commit
4491f379
authored
Aug 13, 2020
by
Yann Garcia
Browse files
Update Linux scripts to support AtdRtcmem
parent
f940a2af
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/merge_its_project.bash
View file @
4491f379
...
...
@@ -166,7 +166,7 @@ done
echo
'Update TTCN-3 files'
TTCN_3_ORG_PATH
=
${
SRC_ITS_PATH
}
/ttcn
TTCN_3_DST_PATH
=
${
PATH_DEV_ITS
}
/src
TTCN_3_ATS_LIST
=
'AtsAutoInterop AtsCAM AtsDENM AtsBTP AtsGeoNetworking AtsSecurity
LibCommon TestCodec
'
TTCN_3_ATS_LIST
=
'AtsAutoInterop AtsCAM AtsDENM AtsBTP AtsGeoNetworking AtsSecurity
AtsPki AtsIvim AtsMapemSpatem AtsSremSsem AtsRtcmem AtsRSUsSimulator LibCommon
'
for
i
in
${
TTCN_3_ATS_LIST
}
do
LIST_TTCN_FILES
=
`
find
${
TTCN_3_ORG_PATH
}
/
$i
-name
"*.ttcn"
-type
f
`
...
...
@@ -219,7 +219,7 @@ do
done
done
TTCN_3_LIB_LIST
=
'
Common
BTP CAM DENM GeoNetworking Ipv6OverGeoNetworking
Security
'
TTCN_3_LIB_LIST
=
'BTP CAM
Common
DENM GeoNetworking
Http
Ipv6OverGeoNetworking
IVIM MapemSpatem Pki Rtcmem Security SremSsem
'
for
i
in
${
TTCN_3_LIB_LIST
}
do
LIST_TTCN_FILES
=
`
find
${
TTCN_3_ORG_PATH
}
/LibIts/ttcn/
$i
-name
"*.ttcn"
-type
f
`
...
...
ttcn/AtsSecurity/ItsSecurity_Functions.ttcn
View file @
4491f379
...
...
@@ -683,7 +683,7 @@ module ItsSecurity_Functions {
function
f_setCamFrequencyGreatherThan1Hz
()
runs
on
ItsBaseComponent
return
ItsCam
{
var
ItsCam
v_camComponent
;
v_camComponent
:=
ItsCam
.
create
(
"CAM Trigger"
);
v_camComponent
:=
ItsCam
.
create
(
"CAM Trigger"
)
alive
;
v_camComponent
.
start
(
fb_setCamFrequencyGreatherThan1Hz
());
return
v_camComponent
;
...
...
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