Commit 6da26905 authored by Jasja Tijink's avatar Jasja Tijink
Browse files

Draft 002 of ASN.1 for target V2.2.1

parent cf886e48
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ BEGIN

IMPORTS

CardinalNumber1B, PerceivedObject
PerceivedObject
FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) major-version-4 (4) minor-version-3 (3)} 
WITH SUCCESSORS
;
@@ -16,13 +16,10 @@ WITH SUCCESSORS
 *
 * It shall include the following components: 
 *
 * @field numberOfPerceivedObjects: the total number of perceived objects at the time of generating the message. 
 *
 * @field perceivedObjects: the list of perceived objects.
 *
*/
PerceivedObjectContainer ::= SEQUENCE {
    numberOfPerceivedObjects    CardinalNumber1B,
    perceivedObjects            PerceivedObjects,
    ...
}