Hi Venkat,
 
Pl. look that you are importing IMSI from MAP-CommonDataTypes module. Look for this module and add in your project directory. Your ASN tool should handle this imported module also. In that case u will get rid of these error. Which ASN1 tool do you use...?
 
regards
Yogesh
Venkat B <[EMAIL PROTECTED]> wrote:
Hi following is my .asn file
 
IMSEX DEFINITIONS  ::=
BEGIN
 
 IMPORTS IMSI
 FROM MAP-CommonDataTypes {
    itu-t identified-organization (4) etsi (0) mobileDomain (0)
    gsm-Network (1) modules (3) map-CommonDataTypes (18) version9 (9)}
        ;
 
 SAI ::= SET
  {
      imsi IMSI,
      name[1] IA5String,
      age[16383] INTEGER
  }
  
  sai SAI ::= {imsi "1234", name "siva",age 22}
     
END
 
When i run this file iam getting the errors
 
 line 8 (IMSEX): A0204W: Module 'MAP-CommonDataTypes' is not defined.
 
 line 5 (IMSEX): A0052E: 'IMSI' is not defined.
 
: 1 error message issued, 1 warning or informatory message issued.
 
Why iam getting these error & warning msg? Please help me
 
Regards,
Venkat

Yahoo! India Matrimony: Find your life partner online._______________________________________________
ASN1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
ASN1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1

Reply via email to