I am beginner in ASN.1 and have a basic question. How ASN.1 compiler and encoder/decoder (C-OER, Canonical Octet Encoding Rule) treat the SEQUENCE OF when the number of items/objects/elements of the sequence are not known in advance? - Do you ave to specify how many items/objects/elements one have in the SEQUENCE OF? - Can one specify a maximum number (MAX) and the compiler and encoder find out how many are existing in each particular case? - what is the most efficient way (in terms of used bytes...