esa / opengeode

OpenGEODE - a free SDL editor
https://opengeode.net
GNU Lesser General Public License v3.0
69 stars 20 forks source link

Sorry , I am back again with a question #47

Closed zongz1024 closed 5 years ago

zongz1024 commented 5 years ago

How to express the infinity in asn.1???? I want to express the natural number by ASN.1

Natural::INTEGER(0..MAX);

How to express this "MAX"?????

maxime-esa commented 5 years ago

Like this:

Natural ::= INTEGER (0 .. MAX)

Recommendation: to know everything about ASN.1, dowload this book: www.oss.com/asn1/resources/books-whitepapers-pubs/dubuisson-asn1-book.PDF