-
Notifications
You must be signed in to change notification settings - Fork 71
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
Problem parsing ISO-TS-19091-addgrp-C-2018.asn #125
Comments
Sorry, I don't know. In general, the newer "baroque"-style ASN.1 goes poorly with asn1c, which is moch better suited towards simpler ASN.1 definitions... Maybe somebody else here could comment...? |
The simple answer is that asn1c just doesn't support the token I am also not that well versed in this style of ASN.1. Frankly I find the entire grammar confusing. Implementing 3 modules - where each module use But the line {ConnectionManeuverAssist-addGrpC IDENTIFIED BY addGrpC}, Suggests that the type {ConnectionManeuverAssist-addGrpC IDENTIFIED BY AddGrpC}, Or am I misunderstanding something? |
Trying to parse the following:
https://standards.iso.org/iso/ts/19091/ed-2/en/ISO-TS-19091-addgrp-C-2018.asn
With the statement below:
asn1c ISO-TS-19091-addgrp-C-2018.asn
Resulting in:
ASN.1 grammar parse error near line 244 (token "IDENTIFIED"): syntax error, unexpected TOK_capitalreference, expecting '}' Cannot parse "ISO-TS-19091-addgrp-C-2018.asn"
Any ideas?
Help is much appreciated.
The text was updated successfully, but these errors were encountered: