asn1tools: Getting (asn1tools.errors.CompileError) error
import asn1tools foo = asn1tools.compile_files(‘huawei-cdr.asn’)
asn1tools.errors.CompileError: Type 'GraphicString' not found in module 'CS-R99-R4-CHARGING'.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 33 (13 by maintainers)
Try the code below with release 0.55.0 of asn1tools. Then open
cdr.xmlto see the data in XML.hey @eerimoq @Immasarti I have reworked ber.MembersType.decode() to add support for SET members in any order, and also improved decode performance at the same time. See my fork: https://github.com/Finndersen/asn1tools There is also an open pull request
It worked like a charm! Thank you so much @eerimoq!!!
Worked like charm, Have a great day!!