Commit 217bca7b authored by Denis Filatov's avatar Denis Filatov
Browse files

ETSI EN 302 890-2 v2.1.1

parent 763dd8f1
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

ITSRangingSAMData.asn

0 → 100755
+23 −0
Original line number Diff line number Diff line
ITSRangingSAMData { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (302890) poti (2) version (1) }
 
DEFINITIONS AUTOMATIC TAGS ::= 
 
BEGIN
 
IMPORTS
Altitude, Heading FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts(102894) cdd (2) version (2) };
 
ITSRangingSAMAppData ::= SEQUENCE {
    protocolVersion INTEGER (0..255),
    groundAltitude Altitude OPTIONAL, --- From A.103 DF_Altitude from [i.21]ETSI ETSI TS 102 894 2
    ackResponseService ACKResponseService OPTIONAL,
    roadAngles RoadAngles OPTIONAL,
    ... 
}
ACKResponseService::= SEQUENCE {
    ackRespDelayAdjust INTEGER (-32768..32767),
    ackRespDelayStdDev INTEGER (0..65535),
    ...
}
RoadAngles::= SEQUENCE OF Heading --- DF_Heading in ETSI TS 102 894 2 [10].
END

LICENSE

0 → 100755
+23 −0
Original line number Diff line number Diff line
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
+12 −2
Original line number Diff line number Diff line
# POTI EN 302 890-2
# Abstract syntax notation module for ETSI EN 302 890-2 (PoTi)

ASN.1 module for ETSI EN 302 890-2 (PoTi) messages
 No newline at end of file
These modules was published as a part of delivery **[ETSI TS 302 890-2 v2.1.1](https://www.etsi.org/deliver/etsi_en/302800_302899/30289001/01.02.01_60/en_30289001v010201p.pdf) (2020-06)**

## 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".
Original line number Diff line number Diff line
Subproject commit 818cf75a4eb70a47479ee1aacace232dc164b2e5