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
5d403b63
Commit
5d403b63
authored
Nov 14, 2017
by
garciay
Browse files
Reorganise header files
parent
0140918f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/TestCodec/TestCodec_Certificates.ttcn
0 → 100644
View file @
5d403b63
/*
* @author
*
* @version
* 1.0
* @desc
*
* @remark
*
* @see
*
*/
module
TestCodec_Certificates
{
// LibIts
import
from
IEEE1609dot2BaseTypes
language
"ASN.1:1997"
all
;
import
from
IEEE1609dot2
language
"ASN.1:1997"
all
;
import
from
EtsiTs103097Module
language
"ASN.1:1997"
all
;
// TestCodec
import
from
TestCodec_TestAndSystem
all
;
// LibIts
import
from
EtsiTs103097Module
language
"ASN.1:1997"
all
;
template
(
value
)
EtsiTs103097Certificate
m_etsiTs103097Certificate
(
in
template
(
value
)
IssuerIdentifier
p_issuer
,
in
template
(
value
)
ToBeSignedCertificate
p_toBeSigned
)
:=
{
version
:=
3
,
type_
:=
explicit
,
issuer
:=
p_issuer
,
toBeSigned
:=
p_toBeSigned
,
signature_
:=
omit
}
// End of template m_etsiTs103097Certificate
testcase
tc_Certificate
()
runs
on
TCType
system
TCType
{
}
}
// End of module TestCodec_Certificates
\ No newline at end of file
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