The compiler is looking for defination od OPERATION MACRO
which is defined in Remote-Operation-Notation { joint-iso-ccitt (2)
remote-operations (4) notation (0) }
module. I don't know much about OSS compiler but it seems you need to
include this module also.
Hope this will help you
Regards,
Amit
----- Original Message -----
From: "Abid Ali M A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 18, 2002 11:01 AM
Subject: [ASN.1] OPERATION and ERROR
> Hi,
> I am trying to run a asn1 file on OSS compiler. I got the following
> error.
>
> "24080_341.asn", line 9 (SS-Protocol): A0256W: 'OPERATION' is referenced,
> but is
> not defined.
>
> "24080_341.asn", line 9 (SS-Protocol): A0052E: 'OPERATION' is not defined.
>
> C0043I: 1 error message issued, 1 warning or informatory message issued.
>
> Can some one help me to decode these errors.
>
> Here is the asn1 code which i tried to run.
>
> SS-Protocol{ 0 identified-organization (4) etsi (0) mobileDomain (0)
> gsm-Access (2) modules (3) ss-Protocol (3) version6 (6) }
> DEFINITIONS ::=
> BEGIN
>
> registerSS OPERATION ::= {
> ARGUMENT
> registerSS-Arg SEQUENCE {
> ss-Code OCTET STRING ( SIZE (1 ) ),
> basicService CHOICE {
> bearerService [2] IMPLICIT OCTET STRING ( SIZE (1 ) ),
> teleservice [3] IMPLICIT OCTET STRING ( SIZE (1 ) )}
> OPTIONAL,
> forwardedToNumber [4] IMPLICIT OCTET STRING ( SIZE (1 ..
20
> ) ) OPTIONAL,
> forwardedToSubaddress [6] IMPLICIT OCTET STRING ( SIZE (1 ..
21
> ) ) OPTIONAL,
> noReplyConditionTime [5] IMPLICIT INTEGER ( 5 .. 30 )
OPTIONAL,
> ... ,
> defaultPriority [7] IMPLICIT INTEGER ( 0 .. 15 )
OPTIONAL,
> nbrUser [8] IMPLICIT INTEGER ( 1 .. 7 ) OPTIONAL,
> longFTN-Supported [9] IMPLICIT NULL OPTIONAL}
> RESULT
> ss-Info CHOICE {
> forwardingInfo [0] IMPLICIT SEQUENCE {
> ss-Code OCTET STRING ( SIZE (1 ) ) OPTIONAL,
> forwardingFeatureList SEQUENCE ( SIZE (1 .. 13 ) ) OF
> SEQUENCE {
> basicService CHOICE {
> bearerService [2] IMPLICIT OCTET STRING ( SIZE
(1
> ) ),
> teleservice [3] IMPLICIT OCTET STRING ( SIZE
(1
> ) )} OPTIONAL,
> ss-Status [4] IMPLICIT OCTET STRING
SIZE
> (1 ) ) OPTIONAL,
> forwardedToNumber [5] IMPLICIT OCTET STRING
SIZE
> (1 .. 20 ) ) ( SIZE (1 .. 9 ) ) OPTIONAL,
> forwardedToSubaddress [8] IMPLICIT OCTET STRING
SIZE
> (1 .. 21 ) ) OPTIONAL,
> forwardingOptions [6] IMPLICIT OCTET STRING
SIZE
> (1 ) ) OPTIONAL,
> noReplyConditionTime [7] IMPLICIT INTEGER ( 5 .. 30 )
> OPTIONAL,
> ... ,
> longForwardedToNumber [9] IMPLICIT OCTET STRING
SIZE
> (1 .. 20 ) ) ( SIZE (1 .. 15 ) ) OPTIONAL},
> ... },
> callBarringInfo [1] IMPLICIT SEQUENCE {
> ss-Code OCTET STRING ( SIZE (1 ) ) OPTIONAL,
> callBarringFeatureList SEQUENCE ( SIZE (1 .. 13 ) ) OF
> SEQUENCE {
> basicService CHOICE {
> bearerService [2] IMPLICIT OCTET STRING ( SIZE
(1
> ) ),
> teleservice [3] IMPLICIT OCTET STRING ( SIZE
(1
> ) )} OPTIONAL,
> ss-Status [4] IMPLICIT OCTET STRING ( SIZE (1 ) )
> OPTIONAL,
> ... },
> ... },
> ss-Data [3] IMPLICIT SEQUENCE {
> ss-Code OCTET STRING ( SIZE (1 ) ) OPTIONAL,
> ss-Status [4] IMPLICIT OCTET STRING ( SIZE
(1 ) )
> OPTIONAL,
> ss-SubscriptionOption CHOICE {
> cliRestrictionOption [2] IMPLICIT ENUMERATED {
> permanent (0 ),
> temporaryDefaultRestricted (1 ),
> temporaryDefaultAllowed (2 )},
> overrideCategory [1] IMPLICIT ENUMERATED {
> overrideEnabled (0 ),
> overrideDisabled (1 )}} OPTIONAL,
> basicServiceGroupList SEQUENCE ( SIZE (1 .. 13 ) ) OF
> CHOICE {
> bearerService [2] IMPLICIT OCTET STRING ( SIZE (1 )
> ),
> teleservice [3] IMPLICIT OCTET STRING ( SIZE (1 )
> )} OPTIONAL,
> ... ,
> defaultPriority INTEGER ( 0 .. 15 ) OPTIONAL,
> nbrUser [5] IMPLICIT INTEGER ( 1 .. 7 )
> OPTIONAL}}
> ERRORS {
> -- systemFailure -- localValue : 34,
> -- dataMissing -- localValue : 35,
> -- unexpectedDataValue -- localValue : 36,
> -- bearerServiceNotProvisioned -- localValue : 10,
> -- teleserviceNotProvisioned -- localValue : 11,
> -- callBarred -- localValue : 13,
> -- illegalSS-Operation -- localValue : 16,
> -- ss-ErrorStatus -- localValue : 17,
> -- ss-Incompatibility -- localValue : 20}
> }
>
> END
>
>
>
>
> Thanks in advance.
> abid
>
>
>
> **********************************************************************
> The information contained in this email and any attachments
> is likely to be confidential and legally privileged, and is for the
> intended recipient named above only. Any copying,
> dissemination, disclosure of or use of this email or its
> attachments unless authorised by us is prohibited, except
> that you may forward this email and/or attachments to a third
> party on a strict "need to know" basis.
>
> If you have received this email in error, please notify us
> immediately by replying to the email or by calling
> +91-80-2297030. Please then delete this email and any full
> or partial copies of it.
>
> You as the intended recipient must be aware and accept
> that emailis not a totally secure communications medium.
>
> Although we have taken all reasonable steps to make
> sure this email and any attachments are free from viruses,
> we do not (to the extent permitted by law) accept any liability
> whatsoever for any virus infection and/or compromise of
> security caused by this email and any attachment.
>
> No contract may be formed or documents served by you
> on or with us by this email or any attachments unless
> expressly agreed otherwise by us.
>
> Any views expressed in this email or attachments by
> an individual are not necessarily those of UbiNetics
> India (Private) Limited.
>
> **********************************************************************
>