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
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
