On Thu, 7 Nov 2002, Alex Komissarov wrote:

> Hello all,
>
> I'm having problem compiling t.128 asn's (using tool from
> http://asn1.elibel.tm.fr/en/tools/asnp/index.htm):
>
> First problem (t.128-base.asn1):
> -- Bit Flag Types
>
> ExtraTextFlags ::= BIT STRING
> {
> opaqueRectangle (1),
> clipToRectangle (2),
> deltaXPresent (15),
> ...
> }
>
> -- syntax error : an extension marker "..." can't be used within a BIT
> STRING type (note that such a type is implicitly extensible)

The error message is correct.  Extension markers are not allowed in a
NamedBitList.

> Second problem:
> ROP2 ::= Integer8
> {
> -- syntax error : in the actual parameter list
> r2BLACK  (1),
> r2DPon   (2),

The error message is correct.  A NamedNumberList can only be applied to
built-in type INTEGER.

> Third problem:
> ROP3 ::= Integer8
> {
> -- syntax error : in the actual parameter list
> r3BLACK ('00'H),

The error message is correct.  Again, a NamedNumberList can only be
applied to built-in type INTEGER.

> Source files located at: www.ixresearch.com/t.128-legacy.asn1 and
> www.ixresearch.com/t.128-base.asn1
> I'm new to this, and still reading relevant books. Syntax seems ok???

No, the syntax is incorrect.

> If someone has ready-to-use T.12x ASN, I'll really appreciate it...

I'll send you a copy.

-------------------------------------------------------------------------
Bancroft Scott                               Toll Free    :1-888-OSS-ASN1
OSS Nokalva                                  International:1-732-302-0750
[EMAIL PROTECTED]                                 Tech Support :1-732-302-9669 x-1
1-732-302-9669 x-200                         Fax          :1-732-302-0023
http://www.oss.com

Reply via email to