Commit 0190d9fd authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

Ieee1609dot2HeaderInfoContributedExtensions ->...

Ieee1609dot2HeaderInfoContributedExtensions -> Ieee1609Dot2HeaderInfoContributedExtensions; Unix EOL
parent 5f4362dd
Loading
Loading
Loading
Loading
+1233 −1233
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ WITH SUCCESSORS
EtsiOriginatingHeaderInfoExtension 
EtsiOriginatingHeaderInfoExtension 
FROM EtsiTs103097ExtensionModule {itu-t(0) identified-organization(4)
FROM EtsiTs103097ExtensionModule {itu-t(0) identified-organization(4)
    etsi(0) itsDomain(5) wg5(5) secHeaders(103097) extension(2)
    etsi(0) itsDomain(5) wg5(5) secHeaders(103097) extension(2)
    version0(0)}
    version1(1)}
WITH SUCCESSORS
WITH SUCCESSORS
;
;


@@ -369,7 +369,7 @@ WITH SUCCESSORS
 * @brief This data structure defines the format of an extension block 
 * @brief This data structure defines the format of an extension block 
 * provided by an identified contributor by using the temnplate provided
 * provided by an identified contributor by using the temnplate provided
 * in the class IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION constraint
 * in the class IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION constraint
 * to the objects in the set Ieee1609dot2HeaderInfoContributedExtensions.
 * to the objects in the set Ieee1609Dot2HeaderInfoContributedExtensions.
 *
 *
 * @param contributorId uniquely identifies the contributor
 * @param contributorId uniquely identifies the contributor
 *
 *
@@ -377,9 +377,9 @@ WITH SUCCESSORS
 */
 */
  ContributedExtensionBlock ::= SEQUENCE {
  ContributedExtensionBlock ::= SEQUENCE {
      contributorId IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION.
      contributorId IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION.
              &id({Ieee1609dot2HeaderInfoContributedExtensions}),
              &id({Ieee1609Dot2HeaderInfoContributedExtensions}),
      extns   SEQUENCE (SIZE(1..MAX)) OF IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION.
      extns   SEQUENCE (SIZE(1..MAX)) OF IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION.
              &Extn({Ieee1609dot2HeaderInfoContributedExtensions}{@.contributorId})
              &Extn({Ieee1609Dot2HeaderInfoContributedExtensions}{@.contributorId})
}
}


/**
/**
@@ -394,7 +394,7 @@ WITH SUCCESSORS
  } WITH SYNTAX {&Extn IDENTIFIED BY &id}
  } WITH SYNTAX {&Extn IDENTIFIED BY &id}


/**
/**
 * @class Ieee1609dot2HeaderInfoContributedExtensions
 * @class Ieee1609Dot2HeaderInfoContributedExtensions
 * 
 * 
 * @brief This data structure defines the set of ContributedExtensionBlock 
 * @brief This data structure defines the set of ContributedExtensionBlock 
 * Objects. 
 * Objects. 
@@ -404,7 +404,7 @@ WITH SUCCESSORS
 * The information object EtsiOriginatingHeaderInfoExtension is imported 
 * The information object EtsiOriginatingHeaderInfoExtension is imported 
 * from the EtsiTs103097ExtensionModule 
 * from the EtsiTs103097ExtensionModule 
 */
 */
  Ieee1609dot2HeaderInfoContributedExtensions 
  Ieee1609Dot2HeaderInfoContributedExtensions 
      IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION ::= {
      IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION ::= {
      {EtsiOriginatingHeaderInfoExtension IDENTIFIED BY etsiHeaderInfoContributorId},
      {EtsiOriginatingHeaderInfoExtension IDENTIFIED BY etsiHeaderInfoContributorId},
      ...
      ...
+1325 −1325

File changed.

Contains only whitespace changes.