Commit 845d4e27 authored by Yann Garcia's avatar Yann Garcia
Browse files

Move to CDD 4.3; Add module.mk

parent f4052e19
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ BEGIN

IMPORTS
Sam FROM ITSsa1 { iso (1) standard (0) localized(16460) sa(2) version1 (1)}
ItsPduHeader FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-1 (1)} WITH SUCCESSORS;
ItsPduHeader FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-3 (3)} WITH SUCCESSORS;

/** 
 * This type represents the SAEM PDU.

module.mk

0 → 100644
+6 −0
Original line number Diff line number Diff line
ifeq (,$(findstring SAEM_PDU_Descriptions.asn,$(all_sources)))
  sources := SAEM_PDU_Descriptions.asn
endif
ifeq (,$(findstring ETSI_ITS_CDD.asn,$(all_sources)))
   sources += cdd/ETSI_ITS_CDD.asn
endif