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)
Second problem:
ROP2 ::= Integer8
{
-- syntax error : in the actual parameter list
r2BLACK (1),
r2DPon (2),
Third problem:
ROP3 ::= Integer8
{
-- syntax error : in the actual parameter list
r3BLACK ('00'H),
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???
If someone has ready-to-use T.12x ASN, I'll really appreciate it...
TIA,
AlexK