IVE: Not all ASN.1 file are used
The tool reports an error saying that T-UInt32 is not defined, however it is defined in "taste-types.asn" that is listed as a .asn file in the .pro file
It seems that when you call asn1scc you still don't pass properly all the asn1 files
Because of this parsing error, none of the types from this module are visible in the interfaces of the system
... Except those defined in taste-types.asn! That's confusing
Example demonstrating the issue: asn1Issues.zip
If you look at the .pro files you'll see the 3 asn1 files listed, but if you open the model, the parsing of the one that uses the IMPORT from another one of the file fails. Note one of the files is in a remote folder, that exists in the TASTE VM
Edited by Guenter Schwann