Steven Legg wrote: > > Folks, > > In trying to tie up some loose ends in my ASN.1 compiler implementation > I've come across some situations where the interplay between > parameterization > and ambiguity in the notation becomes problematic. The ASN.1 specifications > don't provide sufficient detail for me to determine how to resolve the > problems. > [snip]
I believe all your problems boils down to and is solved by: 18.11 Within an instance of value notation for an integer type with a "NamedNumberList", any occurrence of a name that is both an "identifier" from the "NamedNumberList" and a reference name shall be interpreted as the "identifier". 19.10 Within an instance of value notation for an enumerated type, any occurrence of a name that is both an "identifier" from the "Enumeration" and a reference name shall be interpreted as the "identifier". These two clauses are added in the ASN.1:2002 edition. There is a link to the drafts at http://asn1.elibel.tm.fr/ Best regards Egon Andersen -- * Talura ApS * Phone: +45 43 52 50 00 * * Baldersh�j 24 B * mailto:[EMAIL PROTECTED] * * DK-2635 Ish�j * http://www.talura.dk *
