Commit b3e775ad authored by mullers's avatar mullers
Browse files

corrections of TOPO and SPAT.asn

parent 1d0948f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

IMPORTS 
   ItsPduHeader, CauseCode, ReferencePosition, AccelerationControl, Curvature, CurvatureAccuracy, CurvatureCalculationMode, Direction, DirectionConfidence, IncidentRule, LaneNumber, Percentage, Priority, PtLineRoute, PtScheduleDelay, EmbarkationStatus, Movement, DriveDirection, LongitudinalAcceleration, StationType, ExteriorLights, LongTruck, DangerousGoods, SpecialTransportType, LightBarSirenInUse, VehicleRole, VehicleLength, VehicleLengthConfidenceIndication, PathHistory, RoadworkType, LaneInfo, TrafficRule, SpeedLimit FROM ITS-Container {
   ItsPduHeader, CauseCode, ReferencePosition, AccelerationControl, Curvature, CurvatureAccuracy, CurvatureCalculationMode, Direction, DirectionConfidence, IncidentRule, LaneNumber, Percentage, Priority, PtLineRoute, PtScheduleDelay, EmbarkationStatus, Movement, DriveDirection, LongitudinalAcceleration, StationType, ExteriorLights, DangerousGoods, SpecialTransportType, LightBarSirenInUse, VehicleRole, VehicleLength, VehicleLengthConfidenceIndication, PathHistory, RoadworkType, LaneInfo, TrafficRule, SpeedLimit FROM ITS-Container {
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cc (0) version (2) 
};

+12 −1
Original line number Diff line number Diff line
@@ -39,8 +39,19 @@ Change ::= SEQUENCE{ -- change of signal phase
	likelyTimeToChange TimeToChange,
	confidence Confidence,								-- Not (yet) used in DRIVE C2X
	passState BOOLEAN,									-- Not used in DRIVE C2X
	predCnt INTEGER										-- Not used in DRIVE C2X
	predCnt INTEGER,										-- Not used in DRIVE C2X
	greenWaveSpeed	INTEGER (0..255) OPTIONAL 			-- added for Testfeld telematik
}

LaneSet ::= SET( SIZE(1..127)) OF LaneNumber



TimeToChange ::= INTEGER (0..65535)

Confidence ::= INTEGER (0..15)							-- Not (yet) used in DRIVE C2X

LaneNumber ::= INTEGER
IntersectionID ::= INTEGER (0..999999)

END
 No newline at end of file
+3 −10
Original line number Diff line number Diff line
@@ -101,20 +101,13 @@ VehicleLaneAttributes ::= BIT STRING {

ConnectsTo ::= SEQUENCE(SIZE(1..48)) OF ConnectionInformation

TimeToChange ::= INTEGER (0..65535)

Confidence ::= INTEGER (0..15)							-- Not (yet) used in DRIVE C2X

IntersectionID ::= INTEGER (0..999999)

LaneSet ::= SET( SIZE(1..127)) OF LaneNumber

LaneNumber ::= INTEGER

LaneWidth ::= Dimension

Dimension ::= INTEGER (0..16383)

ApproachNumber ::= INTEGER (0..127)

LaneNumber ::= INTEGER
IntersectionID ::= INTEGER (0..999999)

END
 No newline at end of file