Commit 02927f0a authored by YannGarcia's avatar YannGarcia
Browse files

Building AtsPki with latest version of IEEE1609.2.1 ASN files

parent 43330aa4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ FROM Ieee1609Dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
  CrlContents
FROM Ieee1609Dot2CrlBaseTypes {iso(1) identified-organization(3) ieee(111) 
    standards-association-numbered-series-standards(2) wave-stds(1609)  
    dot2(2) crl(3) base-types(2) major-version-2 (2) minor-version-2(2)}
    dot2(2) crl(3) base-types(2) major-version-3(3) minor-version-2(2)}

;

+5 −5
Original line number Diff line number Diff line
@@ -22,21 +22,21 @@ IMPORTS
  Uint8
FROM Ieee1609Dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
  standards-association-numbered-series-standards(2) wave-stds(1609) dot2(2) 
  base(1) base-types(2) major-version-2(2) minor-version-3(3)}
WITH SUCCESSORS
  base(1) base-types(2) major-version-2(2) minor-version-4(4)}
--WITH SUCCESSORSthe

  Certificate
FROM Ieee1609Dot2 {iso(1) identified-organization(3) ieee(111)
  standards-association-numbered-series-standards(2) wave-stds(1609) dot2(2)
  base(1) schema(1) major-version-2(2) minor-version-4(4)}
WITH SUCCESSORS
  base(1) schema(1) major-version-2(2) minor-version-6(6)}
--WITH SUCCESSORSthe
;

/** 
 * @class AcaEeInterfacePdu
 *
 * @brief This is the parent structure for all structures exchanged between
 * the ACA and the EE. The ACA  EE interface is a logical interface rather
 * the ACA and the EE. The ACA � EE interface is a logical interface rather
 * than a direct communications interface in that there is no direct message
 * flow between the ACA and the EE: Messages from the ACA are stored
 * by the RA and subsequently forwarded to the EE. The PDUs are identified as
+5 −5
Original line number Diff line number Diff line
@@ -26,15 +26,15 @@ IMPORTS
  Uint8
FROM Ieee1609Dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
  standards-association-numbered-series-standards(2) wave-stds(1609) dot2(2)
  base(1) base-types(2) major-version-2(2) minor-version-3(3)}
WITH SUCCESSORS
  base(1) base-types(2) major-version-2(2) minor-version-4(4)}
--WITH SUCCESSORSthe

  CertificateType,
  ToBeSignedCertificate
FROM Ieee1609Dot2 {iso(1) identified-organization(3) ieee(111)
  standards-association-numbered-series-standards(2) wave-stds(1609) dot2(2)
  base(1) schema(1) major-version-2(2) minor-version-4(4)}
WITH SUCCESSORS
  base(1) schema(1) major-version-2(2) minor-version-6(6)}
--WITH SUCCESSORSthe

  AcaEeCertResponsePlainSpdu,
  AcaEeCertResponsePrivateSpdu,
@@ -44,7 +44,7 @@ FROM Ieee1609Dot2Dot1Protocol {iso(1) identified-organization(3) ieee(111)
  standards-association-numbered-series-standards(2) wave-stds(1609) dot2(2)
  extension-standards(255) dot1(1) interfaces(1) protocol(17) 
  major-version-2(2)  minor-version-2(2)}
WITH SUCCESSORS
--WITH SUCCESSORSthe
;

/** 
+3 −3
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ IMPORTS
  Uint8
FROM Ieee1609Dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
  standards-association-numbered-series-standards(2) wave-stds(1609)
  dot2(2) base(1) base-types(2) major-version-2(2) minor-version-3(3)}
WITH SUCCESSORS
  dot2(2) base(1) base-types(2) major-version-2(2) minor-version-4(4)}
--WITH SUCCESSORSthe

  Ieee1609Dot2Data-Unsecured,
  Ieee1609Dot2Data-Signed
@@ -35,7 +35,7 @@ FROM Ieee1609Dot2Dot1Protocol {iso(1) identified-organization(3) ieee(111)
  standards-association-numbered-series-standards(2) wave-stds(1609) dot2(2)
  extension-standards(255) dot1(1) interfaces(1) protocol(17) 
  major-version-2(2)  minor-version-2(2)}
WITH SUCCESSORS
--WITH SUCCESSORSthe
;

/**
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ IMPORTS
FROM Ieee1609Dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
  standards-association-numbered-series-standards(2) wave-stds(1609) dot2(2)
  base(1) base-types(2) major-version-2(2) minor-version-3(3)}
WITH SUCCESSORS
--WITH SUCCESSORSthe
;

/**
Loading