problems compiling H.323 ASN.1

Bruce Fitzsimons Bruce@REDACTED
Fri Nov 22 13:31:40 CET 2002


Hi Vance,

Did you get an answer to this? I believe that constraints are not
implemented yet, removing them has no effect on the protocol exchanges (its
just validation for what you can put into them).

By the way, H.323 is ASN.1 PER so you need:

1>asn1ct:compile("H323-MESSAGES.asn", [per]).

or it will default to ASN.1 BER.

(if you knew this already I apologise)

I've lost all my files. Grrr. But I'm interested enough to get all the
H.323v4 files and compile them. Almost there :-)

/Bruce

----- Original Message -----
From: "Vance Shipley" <vances@REDACTED>
To: <erlang-questions@REDACTED>
Sent: Wednesday, November 20, 2002 6:14 PM
Subject: Re: problems compiling H.323 ASN.1


>
> After fixing the other problems I am left with the following.
> I see the reason as not_implemented.  What is it that is not
> implemented?
>
> -Vance
>
>
> 9> asn1ct:compile("H323-MESSAGES.asn").
> Erlang ASN.1 version "1.4" compiling "H323-MESSAGES.asn"
> Compiler Options: []
> asn1error:13:'H323-MESSAGES':'H323-UserInformation' {asn1,
>                                                         {not_implemented,
>
{merge_constraints,
>
[{'PermittedAlphabet',
>
{'SingleValue',
>
"#*0123456789abc"}}]}}}
> asn1error:706:'H323-MESSAGES':'GSM-UIM' {asn1,
>                                             {not_implemented,
>                                                 {merge_constraints,
>                                                     [{'PermittedAlphabet',
>                                                          {'SingleValue',
>
"#*0123456789abc"}}]}}}
> {error,{asn1,[{error,{type,13,
>                            'H323-MESSAGES',
>                            'H323-UserInformation',
>                            {asn1,{not_implemented,
>                                      {merge_constraints,
>                                          [{'PermittedAlphabet',
>                                               {'SingleValue',
>
"#*0123456789abc"}}]}}}}},
>               {error,{type,706,
>                            'H323-MESSAGES',
>                            'GSM-UIM',
>                            {asn1,{not_implemented,
>                                      {merge_constraints,
>                                          [{'PermittedAlphabet',
>                                               {'SingleValue',
>
"#*0123456789abc"}}]}}}}}]}}
>





More information about the erlang-questions mailing list