Loading CAM/CAM.asn +21 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,12 @@ CamPdu ::= SEQUENCE { } InvalidCamPdu ::= SEQUENCE { header ItsPduHeader, cam CoopAwarenessInvalid } ItsPduHeader ::= SEQUENCE { -- protocolVersion fixed to 0 Loading Loading @@ -47,6 +53,21 @@ CoopAwareness ::= SEQUENCE { ... } -- invalid message type containing only stationID and stationCharacteristic, for testing purposes CoopAwarenessInvalid ::= SEQUENCE { stationID StationID, stationCharacteristics SEQUENCE { mobileItsStation BOOLEAN, -- will ITS station change position? privateItsStation BOOLEAN, -- not public authority physicalRelevantItsStation BOOLEAN, -- can another mobile ITS station crash into this station? ... } -- other mandatory fields missing here (invalid message type) } IrsParameters ::= SEQUENCE { referencePositionIrs ReferencePositionIrs, ... Loading Loading
CAM/CAM.asn +21 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,12 @@ CamPdu ::= SEQUENCE { } InvalidCamPdu ::= SEQUENCE { header ItsPduHeader, cam CoopAwarenessInvalid } ItsPduHeader ::= SEQUENCE { -- protocolVersion fixed to 0 Loading Loading @@ -47,6 +53,21 @@ CoopAwareness ::= SEQUENCE { ... } -- invalid message type containing only stationID and stationCharacteristic, for testing purposes CoopAwarenessInvalid ::= SEQUENCE { stationID StationID, stationCharacteristics SEQUENCE { mobileItsStation BOOLEAN, -- will ITS station change position? privateItsStation BOOLEAN, -- not public authority physicalRelevantItsStation BOOLEAN, -- can another mobile ITS station crash into this station? ... } -- other mandatory fields missing here (invalid message type) } IrsParameters ::= SEQUENCE { referencePositionIrs ReferencePositionIrs, ... Loading