Since i couldn't find the answer anywhere, thought should probably ask it.
In ASN.1
we use IMPORTS
to import modules from other ASN
. The syntax is of course as follows,
IMPORTS valuetag from eutra-def
My question is how to import it from the ASN that does not exist in the same folder. In other words how can i provide the path where eutra-def exist?
thanks