Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for COMPONENTS OF Notation in asn1-compiler #94

Open
GreenYun opened this issue May 18, 2023 · 1 comment
Open

Support for COMPONENTS OF Notation in asn1-compiler #94

GreenYun opened this issue May 18, 2023 · 1 comment

Comments

@GreenYun
Copy link

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.

@gabhijit
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants