Dear Sir,

Thanks for your suggesstion on using a tool to encode and decode the ASN.1
type of data using BER.
Sir, We searched the entire web for a freeware satisfying encoding rules
specified in X.690 (1994) but were able to find only an evaluation copy of
OSS ASN1C compiler satisfying our requirements. One more thing is our
specification(i.e) Megaco Structures are defined using the notation
X.680(1997) . But the trial expires after 30 days.
So SIr , Pls Can you specify some other freeware satisfying our above
mentioned requirements.
Kindly treat this as urgent,
Best Regards
Parag

On Wednesday 31 October 2001 02:56 pm, you wrote:
> MEDIA-GATEWAY-CONTROL DEFINITIONS AUTOMATIC TAGS::= BEGIN
>
>    MegacoMessage ::= SEQUENCE
>    {
>         authHeader      AuthenticationHeader OPTIONAL,
>         mess            Message
>    }
>    AuthenticationHeader ::= SEQUENCE
>    {
>         secParmIndex    SecurityParmIndex,
>         seqNum          SequenceNum,
>         ad              AuthData
>    }
>
>    SecurityParmIndex ::= OCTET STRING(SIZE(4))
>
>    SequenceNum       ::= OCTET STRING(SIZE(4))
>
>    AuthData          ::= OCTET STRING (SIZE (12..32))
>
>    Message ::= SEQUENCE
>    {    version         INTEGER(0..99),
>         -- The version of the protocol defined here is equal to 1.
>         mId             MId,    -- Name/address of message originator
>         messageBody             CHOICE
>         {
>                 messageError    ErrorDescriptor,
>                 transactions    SEQUENCE OF Transaction
>         },
>         ...
>    }
>
> END
>
> The above ASN.1 partial structure is specified for MEGACO.
> We are implementing encoding and decoding in BER without the help of any
> tool or compiler.
> We are stuck with the Tagging issues .
> Kindly specify the solution and how the tagging is to be carried out for
> the above substructure without the help of any tool or compiler.
>
> Kindly treat this as urgent and reply at the earliest.
>
> Best Regds,
> parag
>
> --------------------------------------------------------------
> Dexcel Electronics Designs (P) Ltd., Bangalore, India

-------------------------------------------------------

--------------------------------------------------------------
Dexcel Electronics Designs (P) Ltd., Bangalore, India


Reply via email to