Commit 04cd970a authored by Jasja Tijink's avatar Jasja Tijink
Browse files

Replace SAEM-PDU-Descriptions.asn

parent f9d1c5b1
Loading
Loading
Loading
Loading
Loading
+29 −18
Original line number Original line Diff line number Diff line
SAEM-PDU-Descriptions {
SAEM-PDU-Descriptions {
    itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts104091 (104091) sam (0) major-version-1 (1) minor-version-1 (1)
    itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts104091 (104091) sam (0) major-version-2 (2) minor-version-1 (1)
}
}


DEFINITIONS AUTOMATIC TAGS ::= 
DEFINITIONS AUTOMATIC TAGS ::= 
@@ -8,10 +8,21 @@ BEGIN


IMPORTS
IMPORTS
Sam FROM ITSsa1 { iso (1) standard (0) localized(16460) sa(2) version1 (1)}
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)};
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;

/** 
 * This type represents the SAEM PDU.
 *
 * It shall include the following components: 
 *
 * @field header: the header of the SAEM PDU.
 *
 * @field sam: the service announcement data of the SAEM PDU.
*/



SAEM ::= SEQUENCE {
SAEM ::= SEQUENCE {
    header  ItsPduHeader, -- use value for SAEM, see ETSI TS 102 894-2 [2]
    header  ItsPduHeader (WITH COMPONENTS {... , protocolVersion (2), messageId(saem)}),
    sam     Sam (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})})
    sam     Sam (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})})
}
}