Commit 6be11824 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 01c38e00
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
}