From aa7e1dfaf471fa9f464baa26f525f54866e0acd2 Mon Sep 17 00:00:00 2001 From: Denis Filatov Date: Wed, 18 Nov 2020 10:14:53 +0100 Subject: [PATCH 1/2] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3fa628..82eccf7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ASN.1 module for VAM - ETSI TS 103 300-3 This repository contains VRU Awareness Basic Service ETSI TS 103 300-3 Specification of the VRU Awareness Message format. -The text of the TS 103 300-1 V2.1.1 can be found using the link https://www.etsi.org/deliver/etsi_ts/103300_103399/10330003/02.01.01_60/ts_10330003v020101p.pdf. +The text of the TS 103 300-3 V2.1.1 can be found using the link https://www.etsi.org/deliver/etsi_ts/103300_103399/10330003/02.01.01_60/ts_10330003v020101p.pdf. ## License -- GitLab From a3d063bc12d7ea06c28b472883faa18fd0c81a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik-J=C3=B6rn=20G=C3=BCnther?= Date: Fri, 28 May 2021 10:38:15 +0200 Subject: [PATCH 2/2] Fix typo in import statement for DSRC-module --- VAM-PDU-Descriptions.asn | 2 +- VAM-Temp-Imports.asn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VAM-PDU-Descriptions.asn b/VAM-PDU-Descriptions.asn index 3ad5b0b..902086b 100755 --- a/VAM-PDU-Descriptions.asn +++ b/VAM-PDU-Descriptions.asn @@ -31,7 +31,7 @@ BEGIN IntersectionReferenceID, LaneID FROM DSRC {iso (1) standard (0) signalizedIntersection (19091) profilec(2) - dsrc (2) version (2)} + dsrc (2) version2 (2)} ; diff --git a/VAM-Temp-Imports.asn b/VAM-Temp-Imports.asn index 8e5c92c..2a04160 100644 --- a/VAM-Temp-Imports.asn +++ b/VAM-Temp-Imports.asn @@ -25,7 +25,7 @@ NodeOffsetPointXY, Offset-B10, Offset-B11, Offset-B12, Offset-B13, Offset-B14, Offset-B16 FROM DSRC {iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) - version (2)} + version2 (2)} ; -- GitLab