Commit 5d403b63 authored by garciay's avatar garciay
Browse files

Reorganise header files

parent 0140918f
/*
* @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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment