Commit e2945944 authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent ef8daf02
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -210,10 +210,11 @@ This group of detectors is defined for the Use Case Traffic Condition – Loc

   - @param DistanceIncWithLocalSlowDown:  The awarenessDistance is not present or its value is not set to lessThan1000m (4).
  
   - @param CamSpeedIncWithLocalSlowDown : The following trigger conditions shall be verified: the component 'termination' in the management container 
     of the suspected DENM shall not be equal to isCancellation(0) or isNegation(1) and the speed value in the next CAM transmitted 
     by the DENM-originating ITS-S (i.e. same stationId), in the time interval comprised between referenceTime and referenceTime + 1 second, 
     has a speed higher than twice the eventSpeed contained in that DENM.
   - @param CamSpeedIncWithLocalSlowDown : The following three triggering conditions shall be verified:
         - the component 'termination' in the management container of the suspected DENM shall not be equal to isCancellation(0) or isNegation(1),
         - the eventSpeed value in that DENM is higher than a minimum speed value of 10 km/h, 
         - the speed value in the next CAM transmitted by the DENM-originating ITS-S (i.e. same stationId), in the time interval comprised between 
           referenceTime and referenceTime + 1 second, has a speed higher than twice the eventSpeed contained in that DENM.
     The CAM timestamp (generationDeltaTime) shall verify one of the following conditions: 
       -	The generationDeltaTime is higher than the (referenceTime mod 65,536) and the (generationDeltatTime - referenceTime mod 65,536) is lower than
         1000 (unit in millisecond).