Commits (2)
[submodule "cdd"]
path = cdd
url = https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2.git
Copyright 2019 ETSI
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
# 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".
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
Subproject commit 818cf75a4eb70a47479ee1aacace232dc164b2e5