-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
ASN1Tools Fails to Compile 3GPP Release 16 ASN.1 #156
Comments
On further testing this appears to apply with R15 and R14 S1AP as well. |
Is any update? Traceback (most recent call last): |
I think the README.md clearly states which language features are supported and not. Most 3GPP (particularly NAS, but also S1AP) specifications make use of information object classes / the CLASS keyword. The README.md says The CLASS keyword (X.681) and its friends are not yet supported. |
When trying to compile 3GPP's ASN.1 for S1AP Release 16 using asn1tools version 0.164.0, the compilation fails with the following error:
This occurs either when the various S1AP ASN.1 definitions are in separate files or concatenated into a single file. The S1AP-IEs or S1AP-Containers definitions appears to be the offending definitions as compilation completes okay without including them, although this leaves the compiled ASN1 missing the actual definitions needed to encode/decode S1AP messages.
The text was updated successfully, but these errors were encountered: