Commit be7d08f2 authored by fischer's avatar fischer
Browse files

ASN.1 corrected ( ::= 2x missing before SEQUENCE)

parent 2fa692ba
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -22,9 +22,9 @@ CoopAwareness ::= SEQUENCE {
	stationID	StationID,

	stationCharacteristics	SEQUENCE {
		mobile		BOOLEAN,	-- will ITS station change position?
		private		BOOLEAN,	-- not public authority
		physicalRelevant	BOOLEAN,	-- can another mobile ITS station crash into this station?
		mobileItsStation			BOOLEAN,	-- will ITS station change position?
		privateItsStation			BOOLEAN,	-- not public authority
		physicalRelevantItsStation	BOOLEAN,	-- can another mobile ITS station crash into this station?
		...
	},
	
@@ -37,13 +37,13 @@ CoopAwareness ::= SEQUENCE {
   ...
}

	IrsParameters SEQUENCE {
	IrsParameters ::= SEQUENCE {
	 referencePosition ReferencePositionIrs,
	 ...
	}
	
	
	VehicleParameters SEQUENCE {
	VehicleParameters ::= SEQUENCE {
	 referencePosition ReferencePositionVehicle,

	-- a Parameter list that has optional and mandatory entries depending on the profile of the