Commit 8b11dd87 authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

Merge branch 'WI-00557' of https://forge.etsi.org/rep/ITS/asn1/ieee1609.2 into WI-00557

parents a8248f46 f22f2f88
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
IEEE1609dot2 {iso(1) identified-organization(3) ieee(111) 
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-3(3)}

@@ -46,14 +46,15 @@ IMPORTS
  Uint16, 
  Uint32,
  ValidityPeriod
FROM IEEE1609dot2BaseTypes {iso(1) identified-organization(3) ieee(111) 
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)}

EtsiOriginatingHeaderInfoExtension 
FROM EtsiTs103097ExtensionModule {itu-t(0) identified-organization(4)
    etsi(0) itsDomain(5) wg5(5) secHeaders(103097) extension(2)
    version1(1)} WITH SUCCESSORS
    version1(1)}
    WITH SUCCESSORS
;
-- 
--********************************************************************* 
@@ -134,9 +135,9 @@ ContributedExtensionBlocks ::= SEQUENCE (SIZE(1..MAX)) OF ContributedExtensionBl

ContributedExtensionBlock ::= SEQUENCE {
    contributorId IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION.
              &id({Ieee1609dot2HeaderInfoContributedExtensions}),
              &id({Ieee1609Dot2HeaderInfoContributedExtensions}),
    extns   SEQUENCE (SIZE(1..MAX)) OF IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION.
              &Extn({Ieee1609dot2HeaderInfoContributedExtensions}{@.contributorId})
              &Extn({Ieee1609Dot2HeaderInfoContributedExtensions}{@.contributorId})
}

IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION ::= CLASS {
@@ -144,7 +145,7 @@ IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION ::= CLASS {
    &Extn
} WITH SYNTAX {&Extn IDENTIFIED BY &id}

Ieee1609dot2HeaderInfoContributedExtensions 
Ieee1609Dot2HeaderInfoContributedExtensions 
    IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION ::= {
    {EtsiOriginatingHeaderInfoExtension IDENTIFIED BY etsiHeaderInfoContributorId},
    ...
+1 −1
Original line number Diff line number Diff line
IEEE1609dot2BaseTypes {iso(1) identified-organization(3) ieee(111) 
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)}