ASN: Broken import from other modules
Say I have 2 ASN.1 files in the model
The parser properly reads all types from all files - you fixed that in the past
However, it is possible to import a type from one module into another module and this does not work:
When you do the check, you do it probably only passing the current file as parameter, while all ASN.1 files in the model should be used for the ASN.1 compiler to resolve the dependencies
Note: This did work with the old daemon based solution.
Hint: The compiler handles properly the imports if it has all the files given in the command line
Edited by Guenter Schwann