Commit 08ad3885 authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent 8245b5f5
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@ OID: _{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en
### <a name="SAEM"></a>SAEM

* _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader) <br>
* _sam_ of type [**Sam**](ITSsa1.md#Sam)  (WITH COMPONENTS {body (WITH COMPONENTS {..., serviceInfos PRESENT})})<br>
* _sam_ of type [**Sam**](ITSsa1.md#Sam)  (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})})<br>
```asn1
SAEM ::= SEQUENCE {
    header  ItsPduHeader, 
    sam     Sam (WITH COMPONENTS {body (WITH COMPONENTS {..., serviceInfos PRESENT})})}
    sam     Sam (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})})}
```