Hi,

I have aANS.1 spec as,
        dir2or3se ABSTRACT-SYNTAX ::= {
          SESEapdus
                {{dirAuthenticationTwoWay | dirAuthenticationThreeWay |
spkmThreeWay},
                {NoInvocationId}}
          IDENTIFIED BY  {id-as-2or3se}
        }

Unfortunately the ASN.1 compiler I use (Erlang) doesn't still support
SingleValue Set Contraints. How can I convert the above spec to remove Value
Set constraint?

Could it be like,
        dir2or3se ABSTRACT-SYNTAX ::= {
          SESEapdus
          IDENTIFIED BY  {id-as-2or3se}
        }

Thanks,
- Eranga


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

Reply via email to