Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
cc4c4b7c
Commit
cc4c4b7c
authored
Mar 18, 2016
by
garciay
Browse files
STF507 Week#11: Merge GNSS support from C2C branch
parent
be558b90
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ttcn/AtsSecurity/AtsSecurity_Functions.ttcn3
ttcn/AtsSecurity/AtsSecurity_Functions.ttcn3
+1
-1
ttcn/AtsSecurity/AtsSecurity_TestSystem.ttcn3
ttcn/AtsSecurity/AtsSecurity_TestSystem.ttcn3
+1
-1
ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn3
ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn3
+4
-4
No files found.
ttcn/AtsSecurity/AtsSecurity_Functions.ttcn3
View file @
cc4c4b7c
...
...
@@ -168,7 +168,7 @@ module AtsSecurity_Functions {
);
// Return secured Gn packet
log
(
"f_prepareSecuredCam_Bo: "
,
m_geoNwSecPdu
(
v_gnNonSecuredPacket
,
v_securedMessage
));
//
log("f_prepareSecuredCam_Bo: ", m_geoNwSecPdu(v_gnNonSecuredPacket, v_securedMessage));
return
valueof
(
m_geoNwSecPdu
(
v_gnNonSecuredPacket
,
v_securedMessage
));
}
// End of function f_prepareSecuredCam_Bo
...
...
ttcn/AtsSecurity/AtsSecurity_TestSystem.ttcn3
View file @
cc4c4b7c
...
...
@@ -22,7 +22,7 @@ module AtsSecurity_TestSystem {
*/
type
component
ItsSecSystem
{
port
AdapterControlPort
acPort
;
port
LibItsGeoNetworking_TestSystem
.
AdapterControlPort
acPort
;
// NT2 ports
port
LibItsGeoNetworking_TestSystem
.
UpperTesterPort
utPort
;
...
...
ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn3
View file @
cc4c4b7c
...
...
@@ -15858,7 +15858,7 @@ module ItsSecurity_TestCases {
fx_computePositionUsingDistance(
v_longPosVectorNodeB.latitude,
v_longPosVectorNodeB.longitude,
29900,
29900
.0
,
0,
v_latitude,
v_longitude
...
...
@@ -15952,7 +15952,7 @@ module ItsSecurity_TestCases {
fx_computePositionUsingDistance(
v_longPosVectorNodeB.latitude,
v_longPosVectorNodeB.longitude,
31000,
31000
.0
,
0,
v_latitude,
v_longitude
...
...
@@ -21382,7 +21382,7 @@ module ItsSecurity_TestCases {
fx_computePositionUsingDistance(
v_longPosVectorNodeB.latitude,
v_longPosVectorNodeB.longitude,
29900,
29900
.0
,
0,
v_latitude,
v_longitude
...
...
@@ -21434,7 +21434,7 @@ module ItsSecurity_TestCases {
fx_computePositionUsingDistance(
v_longPosVectorNodeB.latitude,
v_longPosVectorNodeB.longitude,
31000,
31000
.0
,
0,
v_latitude,
v_longitude
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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