[ASN.1] Assignment of an IntegerValue

2001-09-17 Thread Egon Andersen, Talura
I've been looking at the following construction. --- alpha INTEGER { a (1) } ::= 3 beta INTEGER { alpha (7) } ::= alpha --- What is the value of beta? 3 or 7? 'alpha' can be regarded as both a DefinedValue and an identifier. Both types are defined with different named values and different names

Re: [ASN.1] Assignment of an IntegerValue

2001-09-17 Thread Bancroft Scott
On Mon, 17 Sep 2001, Egon Andersen, Talura wrote: I've been looking at the following construction. --- alpha INTEGER { a (1) } ::= 3 beta INTEGER { alpha (7) } ::= alpha --- What is the value of beta? 3 or 7? 'alpha' can be regarded as both a DefinedValue and an identifier. Both types