Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
d4311521
Commit
d4311521
authored
Apr 27, 2022
by
YannGarcia
Browse files
CV2X#3 Validation against PKIs (Remote)
parent
735e7987
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/Common/LibItsCommon_Functions.ttcn
View file @
d4311521
...
...
@@ -119,7 +119,7 @@ module LibItsCommon_Functions {
/**
* @desc Gets the current time since 01/01/1970 in UTC format
* @return The current time since 01/01/1970 in UTC format
* @return The current time since 01/01/1970 in UTC format
in milliseconds
*/
function
f_getCurrentTimeUtc
()
return
UInt64
{
var
UInt64
v_time
:=
0
;
...
...
ttcn/Common/LibItsCommon_TypesAndValues.ttcn
View file @
d4311521
...
...
@@ -203,6 +203,7 @@ module LibItsCommon_TypesAndValues {
const
integer
c_its_aid_TLC
:=
140
;
const
integer
c_its_aid_TLS
:=
140
;
const
integer
c_its_aid_GN
:=
141
;
const
integer
c_its_aid_CRL
:=
622
;
// ETSI TS 102 941 Clause 6.4 Generation and distribution of TLM / RCA Link Certificates
const
integer
c_its_aid_SCR
:=
623
;
// Secured Certificate Request, https://standards.ieee.org/products-services/regauth/psid/public.html
const
integer
c_its_aid_CPOC
:=
624
;
// ETSI TS 102 941 Clause 6.4 Generation and distribution of TLM / RCA Link Certificates
}
...
...
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