Commit 69b0a252 authored by Jasja Tijink's avatar Jasja Tijink
Browse files

Typos corrected

parent 9dafffe9
Loading
Loading
Loading
Loading
+28 −24
Original line number Diff line number Diff line
/** draft 006 of the CCD module for TS 102 894-2 V2.2.1 integrating:
/** draft 007 of the CCD module for TS 102 894-2 V2.2.1 integrating:
- ITSWG1(23)062003   Update VAM parameters definitions in ITS Common Data Dictionary
- ITSWG1(23)063016   CPM ASN.1 format (CDD+CPS)
- ITSWG1(23)063017   Generalize the opening angles of the radial shape options
@@ -24,6 +24,7 @@
- ITSWG1(23)000192r1 Bosch comments for DENM Release 2
- ITSWG1(23)000195   BMF comments to CDD Release 2
- ITSWG1(23)000193	 TS 102 894-2 CR adding sub-cause codes to impassability cause code
- Corrections of typos w.r.t. draft 6
*/
-- Note: the above information will be deleted before publication! 

@@ -3042,11 +3043,12 @@ SensorTypes ::= BIT STRING {
    nightvision       (5),
    ultrasonic        (6),
    pmd               (7),
    fusion          (8), 
    inductionloop   (9),
    sphericalCamera (10),
    itssaggregation (11), 
	uwb             (12)
    inductionLoop     (8),
    sphericalCamera   (9),
    uwb               (10),
    acoustic          (11),
    localAggregation  (12),
    itsAggregation    (13)
} (SIZE (16,... ))

/**
@@ -3195,7 +3197,7 @@ SpeedValue ::= INTEGER {
 * - `2` dynamicDb        - in case the stored information type is a dynamic database
 * - `3` realTimeDb       - in case the stored information type is a real time updated database.
 * - `4` map              - in case the stored information type is a road topology map.
 * - Bits 5 to 7          - are reserved for future use
 * - Bits 5 to 7          - are reserved for future use.
 *
 * @note: If all bits are set to 0, then no stored information type is used
 *
@@ -3208,7 +3210,7 @@ StoredInformationType::= BIT STRING {
    dynamicDb   	(2),
    realTimeDb  	(3),
    map		    	(4)	
} (SIZE (1..168,... )) 
} (SIZE (8,... )) 

/** 
 * This DE represents the value of a velocity component in a defined coordinate system.
@@ -3547,7 +3549,7 @@ TrafficConditionSubCauseCode ::= INTEGER {
    trafficJamSlowlyIncreasing   (2),
    trafficJamIncreasing         (3),
    trafficJamStronglyIncreasing (4),
    trafficjamStationary         (5),
    trafficJam                   (5),
    trafficJamSlightlyDecreasing (6),
    trafficJamDecreasing         (7),
    trafficJamStronglyDecreasing (8),
@@ -5347,7 +5349,7 @@ GeneralizedLanePosition ::= SEQUENCE {
}

/**
 * This DF represents transversal position information w.r.t the road, at an externally defined reference position. It shall contain a set of up to `4` @ref GeneralizedLanePosition.
 * This DF represents transversal position information with respect to the road, at an externally defined reference position. It shall contain a set of up to `4` @ref GeneralizedLanePosition.
 * Multiple entries can be used to describe several lane positions with the associated confidence, in cases where the reference position cannot be mapped to a single lane.
 *
 * @category: Road Topology information
@@ -5451,7 +5453,8 @@ InterferenceManagementZoneDefinition::= SEQUENCE{
    interferenceManagementZoneLatitude     Latitude, 
    interferenceManagementZoneLongitude    Longitude, 
    interferenceManagementZoneId           ProtectedZoneId OPTIONAL,
    interferenceManagementZoneShape        Shape (WITH COMPONENTS{..., radial ABSENT, radialShapes ABSENT}) OPTIONAL,
    interferenceManagementZoneShape        Shape 
   (WITH COMPONENTS{..., radial ABSENT, radialShapes ABSENT}) OPTIONAL,
    ...
}

@@ -5880,7 +5883,7 @@ MessageSegmentationInfo ::= SEQUENCE {
 * 
 * @field usedDetectionInformation: the type of sensor(s) that is used to provide the detection information.
 * 
 * @field usedStoredInformation: the type of source of the stored information 
 * @field usedStoredInformation: the type of source of the stored information. 
 *
 * @field confidenceValue: an optional confidence value associated to the information. 
 * 
@@ -5955,7 +5958,8 @@ MitigationPerTechnologyClass ::= SEQUENCE {
ObjectClass ::= CHOICE {
    vehicleSubClass      TrafficParticipantType (unknown|passengerCar..tram|agricultural),
    vruSubClass          VruProfileAndSubprofile,
    groupSubClass        VruClusterInformation (WITH COMPONENTS{..., clusterBoundingBoxShape ABSENT}),
    groupSubClass        VruClusterInformation 
    (WITH COMPONENTS{..., clusterBoundingBoxShape ABSENT}),
    otherSubClass        OtherSubClass,
    ...
}
@@ -6115,7 +6119,7 @@ PathPredicted::= SEQUENCE (SIZE(1..16,...)) OF PathPointPredicted
 *
 * @field usageIndication: an indication of how the predicted path will be used. 
 *
 * @field confidenceLevel: the confidence that the path/trajectory in pathPredicted will occur as predicted
 * @field confidenceLevel: the confidence that the path/trajectory in pathPredicted will occur as predicted.
 *
 * @category: GeoReference information
 * @revision: created in V2.2.1
@@ -6705,7 +6709,7 @@ RoadConfigurationSectionList::= SEQUENCE (SIZE(1..8,...)) OF RoadConfiguration
 *
 * @field connectedPaths: the identifier(s) of the path(s) having one or an ordered subset of waypoints located upstream of the RoadConfigurationSection’ starting point. 
 * 
 * @field includedPaths: the identifier(s) of the trace(s) that covers (either with all its length or with a part of it) a RoadConfigurationSection. 
 * @field includedPaths: the identifier(s) of the path(s) that covers (either with all its length or with a part of it) a RoadConfigurationSection. 
 *
 * @field isEventZoneIncluded: indicates, if set to TRUE, that the @ref EventZone incl. its reference position covers a RoadConfigurationSection (either with all its length or with a part of it). 
 *