Commit 96f15ad5 authored by Thomas Ritter's avatar Thomas Ritter
Browse files

Prepare stable draft

parent 4bce23ca
Loading
Loading
Loading
Loading
Loading
+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
[submodule "asn2md"]
	path = asn2md
	url = https://forge.etsi.org/rep/forge-tools/asn2md.git
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ IMPORTS

addGrpC, REG-EXT-ID-AND-TYPE
FROM ETSI-ITS-DSRC {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) major-version-2 (2)
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) major-version-2 (2) minor-version-1 (1)
}
WITH SUCCESSORS

@@ -23,7 +23,7 @@ ConnectionManeuverAssist-addGrpC, ConnectionTrajectory-addGrpC,
IntersectionState-addGrpC, LaneAttributes-addGrpC, MapData-addGrpC,
MovementEvent-addGrpC, NodeAttributeSet-addGrpC, Position3D-addGrpC, RequestorDescription-addGrpC, RestrictionUserType-addGrpC, SignalStatusPackage-addGrpC
FROM ETSI-ITS-DSRC-AddGrpC {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) addgrpc (0) major-version-2 (2)
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) addgrpc (0) major-version-2 (2) minor-version-1 (1)
}
WITH SUCCESSORS;

+2 −1
Original line number Diff line number Diff line
@@ -2070,7 +2070,8 @@ BasicVehicleRole ::= ENUMERATED {
  pedestrian      (20),
  nonMotorized    (21),
  military        (22),
  ...
  ...,
  tram            (23)
}

/**
+3 −4
Original line number Diff line number Diff line
# Abstract syntax notation module for ETSI TS 103 301
# Abstract syntax notation module for ETSI TS 103 301 Release 2

These modules will be published as a part of delivery **ETSI TS 103 301 v2.2.1**

# Status: EARLY DRAFT - donot use
# Status: STABLE DRAFT - donot use

## License

@@ -13,8 +13,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**: "Intelligent Transport Systems (ITS); Users and applications requirements; Part 2: Applications and facilities layer common data dictionary".
* The **[IVI](https://standards.iso.org/iso/ts/19321/ed-2/en/)** module from **CEN ISO/TS 19321**: "Intelligent transport systems - Cooperative ITS - Dictionary of in-vehicle information (IVI) data structures".

* The **[IVI](https://standards.iso.org/iso/ts/19321/ed-3/en/)** module from **CEN ISO/TS 19321**: "Intelligent transport systems - Cooperative ITS - Dictionary of in-vehicle information (IVI) data structures".

## Syntax check

Original line number Diff line number Diff line
Subproject commit 19ff95e56254599dcc6a718bad2adf3f1fe62213
Loading