D McCormack wrote:
> 
> Hi,
> 
>         I want to define a number of ASN.1 operations under a company
>         object identifier.
> 
>         I can define each operation as
> 
>         op1 { 1 2 3 4 5 1}
> 
>         DEFINITIONS ::=
> 
>         .....
> 
>         END
> 
>         op2 { 1 2 3 4 5 2}
> 
>         DEFINITIONS ::=
> 
>         .....
> 
>         END
> 
>         Is it possible to define 1 2 3 4 5 as being Company
>         and then do the following
> 
>         op1 { company 1}
> 
>         DEFINITIONS ::=
> 
>         .....
> 
>         END
> 
>         op2 { company 2}
> 
>         DEFINITIONS ::=
> 
>         .....
> 
>         END
> 
>         I tried this using OBJECT IDENTIFER but cannot seem to define
>         an OBJECT IDENTIFER outside of an operation definition.
> 
>         Hope someone can help.
> 
>                 Danny McCormack
ModuleIdentifier uses DefinitiveIdentifier, which can not have a
DefinedValue.
So the answer to your question is: You can't.

Best regards
Egon Andersen
-- 
* Talura ApS      * Phone: +45 43 52 50 00 *
* Baldersh�j 24 B * mailto:[EMAIL PROTECTED]  *
* DK-2635  Ish�j  * http://www.talura.dk   *

Reply via email to