Loading asn1/DENM/DENM.asn +7 −10 Original line number Original line Diff line number Diff line Loading @@ -110,7 +110,7 @@ DecentralizedSituationLocation::= SEQUENCE { --STF405: changed MessageID to inline definition, as in CAM --STF405: changed MessageID to inline definition, as in CAM --MessageID ::= INTEGER (0..255) -- 1 byte --MessageID ::= INTEGER (0..255) --STF405: uses imported TimeStamp type instead as this is actually referenced, LongTimeStamp never --STF405: uses imported TimeStamp type instead as this is actually referenced, LongTimeStamp never --LongTimeStamp ::= INTEGER (0.. 281474976710655) --LongTimeStamp ::= INTEGER (0.. 281474976710655) Loading Loading @@ -233,15 +233,12 @@ Severity ::= ENUMERATED -- 1 byte --STF405: replaced by imported type from CAM --STF405: replaced by imported type from CAM --RefPosition ::= SEQUENCE { --RefPosition ::= SEQUENCE { -- situationLat Latitude, -- 4 bytes -- situationLat Latitude, -- situationLong Longitude, -- 4 bytes -- situationLong Longitude, -- situationAlt Altitude, -- 2 bytes -- situationAlt Altitude, -- -- accuracy of the reference position -- accuracy PositionAccuracy, -- accuracy PositionAccuracy, -- 4 bytes -- speed Speed OPTIONAL, -- -- speed of the detected event if it is in mobility, i.e. vehicle station -- direction Direction OPTIONAL -- speed Speed OPTIONAL, -- 2 bytes -- -- direction of the event if it is in mobility, i.e. vehicle station -- direction Direction OPTIONAL -- 2 bytes --} --} Altitude ::= INTEGER (-10000..16767215) -- multiples of 0.1 m Altitude ::= INTEGER (-10000..16767215) -- multiples of 0.1 m Loading Loading
asn1/DENM/DENM.asn +7 −10 Original line number Original line Diff line number Diff line Loading @@ -110,7 +110,7 @@ DecentralizedSituationLocation::= SEQUENCE { --STF405: changed MessageID to inline definition, as in CAM --STF405: changed MessageID to inline definition, as in CAM --MessageID ::= INTEGER (0..255) -- 1 byte --MessageID ::= INTEGER (0..255) --STF405: uses imported TimeStamp type instead as this is actually referenced, LongTimeStamp never --STF405: uses imported TimeStamp type instead as this is actually referenced, LongTimeStamp never --LongTimeStamp ::= INTEGER (0.. 281474976710655) --LongTimeStamp ::= INTEGER (0.. 281474976710655) Loading Loading @@ -233,15 +233,12 @@ Severity ::= ENUMERATED -- 1 byte --STF405: replaced by imported type from CAM --STF405: replaced by imported type from CAM --RefPosition ::= SEQUENCE { --RefPosition ::= SEQUENCE { -- situationLat Latitude, -- 4 bytes -- situationLat Latitude, -- situationLong Longitude, -- 4 bytes -- situationLong Longitude, -- situationAlt Altitude, -- 2 bytes -- situationAlt Altitude, -- -- accuracy of the reference position -- accuracy PositionAccuracy, -- accuracy PositionAccuracy, -- 4 bytes -- speed Speed OPTIONAL, -- -- speed of the detected event if it is in mobility, i.e. vehicle station -- direction Direction OPTIONAL -- speed Speed OPTIONAL, -- 2 bytes -- -- direction of the event if it is in mobility, i.e. vehicle station -- direction Direction OPTIONAL -- 2 bytes --} --} Altitude ::= INTEGER (-10000..16767215) -- multiples of 0.1 m Altitude ::= INTEGER (-10000..16767215) -- multiples of 0.1 m Loading