Commit 5edbfc28 authored by Denis Filatov's avatar Denis Filatov
Browse files

Merge branch 'release2-try' of...

Merge branch 'release2-try' of https://forge.etsi.org/rep/ITS/asn1/saem_en302890_1 into release2-try
parents 5e452d6c 6730cd3c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ See the attached LICENSE file or visit https://forge.etsi.org/legal-matters.
## Dependencies

* The **[ETSI_ITS_CDD](https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2)** module from **[ETSI TS 102 894-2 v2.2.1](https://www.etsi.org/deliver/etsi_ts/102800_102899/10289402/02.02.01_60/ts_10289402v020201p.pdf)**: "Intelligent Transport Systems (ITS); Users and applications requirements; Part 2: Applications and facilities layer common data dictionary; Release 2".
* The **[ITSsa](https://standards.iso.org/iso/ts/16460/)** module from  **ISO/TS 16460**: "Intelligent transport systems — Communications access for land mobiles (CALM) — Communication protocol messages for global usage".
* The **[ITSee1](https://standards.iso.org/iso/ts/16460/)** module from  **ISO/TS 16460**: "Intelligent transport systems — Communications access for land mobiles (CALM) — Communication protocol messages for global usage".
* The **[CITSapplMgmtApplReg2](https://standards.iso.org/iso/17419/ed-1/en/17419.2.asn)** module from  **ISO/TS 17419**: "Intelligent transport systems — Cooperative systems — Globally unique identification".
* The **[CITSdataDictionary1](https://standards.iso.org/iso/17419/ed-1/en/17419.1.asn)** module from  **ISO/TS 17419**: "Intelligent transport systems — Cooperative systems — Globally unique identification".
* The **[ITSsa](https://standards.iso.org/iso/16460/ed-1/en/ISO_16460_ITSsa1.asn)** module from  **ISO/TS 16460**: "Intelligent transport systems  Communications access for land mobiles (CALM)  Communication protocol messages for global usage".
* The **[ITSee1](https://standards.iso.org/iso/16460/ed-1/en/ISO_16460_ITSee1.asn)** module from  **ISO/TS 16460**: "Intelligent transport systems  Communications access for land mobiles (CALM)  Communication protocol messages for global usage".
* The **[CITSapplMgmtApplReg2](https://standards.iso.org/iso/17419/ed-1/en/17419.2.asn)** module from  **ISO/TS 17419**: "Intelligent transport systems  Cooperative systems  Globally unique identification".
* The **[CITSdataDictionary1](https://standards.iso.org/iso/17419/ed-1/en/17419.1.asn)** module from  **ISO/TS 17419**: "Intelligent transport systems  Cooperative systems  Globally unique identification".

docs/ETSI-ITS-CDD.md

0 → 100644
+9807 −0

File added.

Preview size limit exceeded, changes collapsed.

+19 −0
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) }_

## Imports:
* **[ITSsa1](ITSsa1.md)** *{ iso (1) standard (0) localized(16460) sa(2) version1 (1)}*<br/>
* **[ETSI-ITS-CDD](ETSI-ITS-CDD.md)** *{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-1 (1)}*<br/>
## Data Elements:
### <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>
```asn1
SAEM ::= SEQUENCE {
    header  ItsPduHeader, 
    sam     Sam (WITH COMPONENTS {body (WITH COMPONENTS {..., serviceInfos PRESENT})})}
```