Closed fabpiaf closed 6 months ago
Hi @fabpiaf,
ASN.1 grammar parse error near 36523-1-i30_s08_04-s08_09.asn1.txt:3 (token "::="): syntax error ASN.1 grammar parse error near 36523-1-i30_s22-s24.asn1.txt:3 (token "::="): syntax error ASN.1 grammar parse error near 38523-1-h51_s08-s08161.asn1.txt:4 (token "::="): syntax error
These 3 asn.1 modules are missing DEFINITIONS, BEGIN and END statements and because of this are invalid.
MyModule DEFINITIONS AUTOMATIC TAGS ::= BEGIN
END
ASN.1 grammar parse error near 38523-1-h51_s08-s08161.asn1.txt:4 (token "::="): syntax error
There is one trailing comma on line 4885 that you need to remove
pathlossReferenceRS-Id-r18 PathlossReferenceRS-Id-r17 OPTIONAL, -- Need R
The comma after OPTIONAL
and before the comment --
@velichkov thank you!
@fabpiaf if the above suggestion by @velichkov fixes your problem - would you mind closing this issue? Otherwise, please provide more info.
No response, and no feedback. Closing.
Hi, I tried several forks of asn1c - yours is the most successful which is why I post the issue here:
36523-1-i30_s08_04-s08_09.asn1.txt 36523-1-i30_s22-s24.asn1.txt 38523-1-h51_s08-s08161.asn1.txt 38331-i00.asn1.txt
maybe you can look into this?