"Bruno.Konik" wrote:
> 
> Hello St�phane,
> 
> I don't see your attached file but I know that CSTA phase II still uses X208
> ASN.1 macros. These macros should be transformed into Information Object
> Class (X680 syntax). I have the following suggestion :
> 
> Definitions like this one for alternateCall :
> 
> alternateCall   OPERATION
>         ARGUMENT        AlternateCallArgument
>         RESULT  AlternateCallResult
>         ERRORS  {universalFailure}
> ::= 1
> 
> ..should be transformed into :
> 
> alternateCall   OPERATION ::=
> {
>         ARGUMENT        AlternateCallArgument
>         RESULT  AlternateCallResult
>         ERRORS  {universalFailure}
>         CODE local : 1
> }
> 
> it is the same thing for the ERROR macro that should be transformed into :
> 
> universalFailure        ERROR ::=
> {
>         PARAMETER       UniversalFailure
>         CODE            local : 1
> }
> 
> I hope that this could help you...
> 

Thanks ! So will I need to change anything else or is it enough ? I must
say that I am an absolute beginner in ASN.1 ....

-- 
St�phane Leibovitsch
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Reply via email to