Loading CAM/CAM_test.asndeleted 100644 → 0 +0 −34 Original line number Diff line number Diff line CAM-TEST-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS ItsPduHeader, StationID FROM CAM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) }; InvalidCamPdu ::= SEQUENCE { header ItsPduHeader, cam CoopAwarenessInvalid } -- 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? ... } } END Loading
CAM/CAM_test.asndeleted 100644 → 0 +0 −34 Original line number Diff line number Diff line CAM-TEST-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS ItsPduHeader, StationID FROM CAM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) }; InvalidCamPdu ::= SEQUENCE { header ItsPduHeader, cam CoopAwarenessInvalid } -- 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? ... } } END