Commit 809b75e1 authored by Denis Filatov's avatar Denis Filatov
Browse files

Fix not ascii symbols

parent 589d9e48
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ DENM ::= SEQUENCE {
 *
 *
 * @field location: the optional Location Container.
 * @field location: the optional Location Container.
 *
 *
 * @field alacarte: the optional À La Carte Container .
 * @field alacarte: the optional ALaCarte Container .
 *
 *
*/
*/
DenmPayload ::= SEQUENCE {
DenmPayload ::= SEQUENCE {
@@ -245,7 +245,7 @@ ImpactReductionContainer ::= SEQUENCE {
 *
 *
 * @field timeToCollision: the optional estimated time to collision of a vehicle with the object. 
 * @field timeToCollision: the optional estimated time to collision of a vehicle with the object. 
 *
 *
 * @field impactSection: indication of the object’s section where the impact will most likely occur. 
 * @field impactSection: indication of the object's section where the impact will most likely occur. 
 * When the target object is likely to be a vehicle, then this component should be present, otherwise it should not be provided.  
 * When the target object is likely to be a vehicle, then this component should be present, otherwise it should not be provided.  
 *
 *
 * @field estimatedBrakingDistance: the optional estimated distance in which the vehicle would need to come to a complete hold, 
 * @field estimatedBrakingDistance: the optional estimated distance in which the vehicle would need to come to a complete hold, 
@@ -347,7 +347,7 @@ StationaryVehicleContainer ::= SEQUENCE {
}
}


/** 
/** 
 * This type represents the À La Carte Container.
 * This type represents the A La Carte Container.
 *
 *
 * It shall include the following components: 
 * It shall include the following components: 
 *
 *