Commit a206301c authored by Denis Filatov's avatar Denis Filatov
Browse files

Merge branch 'release2' of https://forge.etsi.org/rep/ITS/asn1/saem_ts104091 into release2

parents e43a8b7b 2e2a406e
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
# <a name="SAEM-PDU-Descriptions"></a>ASN.1 module SAEM-PDU-Descriptions
OID: _{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (3028901) sam (0) version1 (1) }_
OID: _{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts104091 (104091) sam (0) version-major-1 (1) version-minor-1 (1) }_

## Imports:
* **[ITSsa1](ITSsa1.md)** *{ iso (1) standard (0) localized(16460) sa(2) version1 (1)}*<br/>
@@ -13,7 +13,8 @@ Fields:
```asn1
SAEM ::= SEQUENCE {
    header  ItsPduHeader, 
    sam     Sam (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})})}
    sam     Sam (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})})
}
```