hampi icon indicating copy to clipboard operation
hampi copied to clipboard

Support for `COMPONENTS OF` Notation in asn1-compiler

Open GreenYun opened this issue 1 year ago • 1 comments

As described in X.680 specification, notation COMPONENTS OF is used to define the inclusion, at this point in the list of components, of all the component types.

When I tried to compile such a Type Definition from MHEG-5.asn1, the compiler failed and throw the error when parsing ApplicationClass. As I commented out the line COMPONENTS OF GroupClass, it passed and throwing errors on the next similar line.

I am looking forward to the support for this notation.

GreenYun avatar May 18 '23 16:05 GreenYun

@GreenYun : Will take this up after the BER codec support. That work is pending for quite some time. In the meanwhile, any PR for the same is welcome.

gabhijit avatar May 24 '23 11:05 gabhijit