Hi,
I'd like to express constrained values such the following, where "c" has the same value as "a".
The problem is the value of "a" is unkown until the runtime.

A ::= INTEGER( 1 | 2 )

MySequence ::= SEQUENCE {
   a    A,
   b    INTEGER,
   c    A(a)
}

Is it possible and is it the right way to do ?
Thanks.

Guillaume Martin

_______________________________________________
ASN1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1

Reply via email to