Commit 37e918eb authored by Denis Filatov's avatar Denis Filatov
Browse files

ETSI EN 302 890-1 v1.2.1

parent 023af624
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+3 −0
Original line number Diff line number Diff line
[submodule "cdd"]
	path = cdd
	url = https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2.git
+13 −2
Original line number Diff line number Diff line
# SAEM EN 302 890
# Abstract syntax notation module for ETSI EN 302 890-1 (SA)

Abstract syntax notation module for Services Announcement message (SAEM)
 No newline at end of file
These modules was published as a part of delivery **[ETSI TS 302 890-1 v1.2.1](https://www.etsi.org/deliver/etsi_en/302800_302899/30289001/01.02.01_60/en_30289001v010201p.pdf) (2019-07)**

## License

The content of this repository and the files contained are released under the BSD-3-Clause license.

See the attached LICENSE file or visit https://forge.etsi.org/legal-matters.

## Dependencies

* The **ITS-Container** module from **[ETSI TS 102 894-2 v1.3.1](https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2)**: "Intelligent Transport Systems (ITS); Users and applications requirements; Part 2: Applications and facilities layer common data dictionary".
* The **ITSsa** module from  **[ISO/TS 16460](https://standards.iso.org/iso/ts/16460/)**: "Intelligent transport systems — Communications access for land mobiles (CALM) — Communication protocol messages for global usage".
+17 −0
Original line number Diff line number Diff line
SAEM-PDU-Descriptions {
    itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (3028901) sam (0) version1 (1)
}

DEFINITIONS AUTOMATIC TAGS ::= 

BEGIN

IMPORTS
Sam FROM ITSsa { iso (1) standard (0) localized(16460) sa(2) version0 (0)}
ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)};

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

END
Original line number Diff line number Diff line
Subproject commit 818cf75a4eb70a47479ee1aacace232dc164b2e5