Commit ba58b0d7 authored by YannGarcia's avatar YannGarcia
Browse files

Merging TTF002 in TTF011 - Phase1: AtsCAM, AtsDENM, AtsGeoNetworking, AtsSecurity, AtsPki

parent 059c75d6
...@@ -11,4 +11,6 @@ sources := \ ...@@ -11,4 +11,6 @@ sources := \
ifeq (,$(ITS_CONTAINER)) ifeq (,$(ITS_CONTAINER))
ITS_CONTAINER := defined ITS_CONTAINER := defined
sources += ../../asn1/cdd/ITS_Container.asn sources += ../../asn1/cdd/ITS_Container.asn
else
sources += $(ITS_CONTAINER) # Set in config.mk
endif endif
...@@ -16,8 +16,8 @@ module LibItsHttp_BinaryMessageBodyTypes { ...@@ -16,8 +16,8 @@ module LibItsHttp_BinaryMessageBodyTypes {
*/ */
// TODO Add here your custom binary import // TODO Add here your custom binary import
// LibIts // LibIts
import from IEEE1609dot2BaseTypes language "ASN.1:1997" all; import from Ieee1609Dot2BaseTypes language "ASN.1:1997" all;
import from IEEE1609dot2 language "ASN.1:1997" all; import from Ieee1609Dot2 language "ASN.1:1997" all;
import from EtsiTs102941BaseTypes language "ASN.1:1997" all; import from EtsiTs102941BaseTypes language "ASN.1:1997" all;
import from EtsiTs102941TypesEnrolment language "ASN.1:1997" all; import from EtsiTs102941TypesEnrolment language "ASN.1:1997" all;
import from EtsiTs102941MessagesCa language "ASN.1:1997" all; import from EtsiTs102941MessagesCa language "ASN.1:1997" all;
......
...@@ -15,8 +15,8 @@ module LibItsHttp_BinaryTemplates { ...@@ -15,8 +15,8 @@ module LibItsHttp_BinaryTemplates {
// TODO Add here your custom binary import // TODO Add here your custom binary import
// LibIts // LibIts
import from IEEE1609dot2BaseTypes language "ASN.1:1997" all; import from Ieee1609Dot2BaseTypes language "ASN.1:1997" all;
import from IEEE1609dot2 language "ASN.1:1997" all; import from Ieee1609Dot2 language "ASN.1:1997" all;
import from EtsiTs102941BaseTypes language "ASN.1:1997" all; import from EtsiTs102941BaseTypes language "ASN.1:1997" all;
import from EtsiTs102941TypesEnrolment language "ASN.1:1997" all; import from EtsiTs102941TypesEnrolment language "ASN.1:1997" all;
import from EtsiTs102941MessagesCa language "ASN.1:1997" all; import from EtsiTs102941MessagesCa language "ASN.1:1997" all;
......
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