help-libtasn1
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using integer


From: Nikos Mavrogiannopoulos
Subject: Re: using integer
Date: Thu, 21 Nov 2013 08:36:34 +0100

On Wed, 2013-11-20 at 16:03 +0300, Dr. Wassim Znaidi wrote:
> HI every one, 
> I am a new to libatsn and I have tried to use a definition (see
> below), but it is always refused (when checking using asn1Parser -c)

> OneEightyDegreeInt ::= INTEGER (-1800000000..1800000001)  
> Please any help, or hint ??

It seems that the parser doesn't accept negative numbers. But that
doesn't affect you much as libtasn1 doesn't check ranges anyway.

You can simply replace your definition with:
OneEightyDegreeInt ::= INTEGER

regards,
Nikos






reply via email to

[Prev in Thread] Current Thread [Next in Thread]