From 728d7ae4158b6fcf642db01fd8b08acb163e84a7 Mon Sep 17 00:00:00 2001 From: kovacsa Date: Thu, 15 Jul 2010 12:45:20 +0000 Subject: [PATCH] asn.1 update --- CAM/CAM.asn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CAM/CAM.asn b/CAM/CAM.asn index aff70422..68122f33 100644 --- a/CAM/CAM.asn +++ b/CAM/CAM.asn @@ -66,7 +66,7 @@ CoopAwareness ::= SEQUENCE { } ProfileParameters ::= CHOICE { - basicVehicle NULL, + basicVehicle BasicVehicle, emergencyVehicle EmergencyVehicle, publicTransportVehicle PublicTransportVehicle, ... @@ -141,6 +141,10 @@ VehicleCommonParameters ::= SEQUENCE { } -- STF405: introduced as replacement for TaggedValue to reflect the profiles +BasicVehicle ::= SEQUENCE { + ... +} + EmergencyVehicle ::= SEQUENCE { lightBarInUse LightBarInUse OPTIONAL, sireneInUse SireneInUse OPTIONAL, -- GitLab