Commit 57303d67 authored by mullers's avatar mullers
Browse files

CC - moved the optional fields to the end of the sequence in DangerousGoodsExtended

DENM - moved relevanceTrafficDirection up in LocationContainer
parent 72163217
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -262,12 +262,12 @@ DangerousGoodsBasic::= ENUMERATED {
DangerousGoodsExtended ::= SEQUENCE {
   dangerousGoodsType  DangerousGoodsBasic,
   unNumber            INTEGER (0..9999),
   elevatedTemperature BOOLEAN,
   tunnelsRestricted   BOOLEAN,
   limitedQuantity     BOOLEAN,
   emergencyActionCode IA5String OPTIONAL,
   phoneNumber         IA5String OPTIONAL,
   companyName         UTF8String OPTIONAL,
   elevatedTemperature BOOLEAN,
   tunnelsRestricted   BOOLEAN,
   limitedQuantity     BOOLEAN
}


+2 −2
Original line number Diff line number Diff line
@@ -45,11 +45,11 @@ SituationContainer ::= SEQUENCE {
}

LocationContainer ::= SEQUENCE {
	relevanceTrafficDirection RelevanceTrafficDirection,
	eventSpeed Movement OPTIONAL,
	eventPositionHeading Direction OPTIONAL,
	traces Traces,
	roadClass RoadClass OPTIONAL,
	relevanceTrafficDirection RelevanceTrafficDirection
	roadClass RoadClass OPTIONAL
}

ImpactReductionContainer ::= SEQUENCE {