Rekha Naik wrote:
Hi all,

I am trying to encode code of "3GPP TS 29.002 v4.4.0" with snacc1.3.

It is not able to compile the code containing CLASS.

Please suggest what should I do it to make it work.

For snacc I advise you to:

1. remove MAP-EXTENSION class
2. Replace any instance of "MAP-EXTENSION.&ExtensionType(Foo)" to just "Foo"
3. Replace the other occurences of MAP-EXTENSION.&ExtensionType to "ANY".
4. Replace any instance of "MAP-EXTENSION.&extensionId" to just "OBJECT IDENTIFIER"

With a bit of luck, it will work.

MAP-EXTENSION::=CLASS {
        &ExtensionType                          OPTIONAL,
        &extensionId    OBJECT IDENTIFIER }
        -- The length of the Object Identifier shall not exceed 16 octets and 
the
        -- number of components of the Object Identifier shall not exceed 16

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

Reply via email to