Commit b19c1ef2 authored by berge's avatar berge
Browse files

Removed cam_test ASN.1 definitions

parent bbb8b823
Loading
Loading
Loading
Loading

CAM/CAM_test.asn

deleted100644 → 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