Changes
Page history
more wiki
authored
Oct 13, 2017
by
mitshell
Show whitespace changes
Inline
Side-by-side
Using-the-pycrate-asn1-runtime.md
View page @
15b230c6
...
@@ -33,6 +33,7 @@ by the runtime:
...
@@ -33,6 +33,7 @@ by the runtime:
-
NULL: int value 0
-
NULL: int value 0
-
BOOLEAN: bool
-
BOOLEAN: bool
-
INTEGER: int
-
INTEGER: int
-
REAL: 3-tuple of int (mantissa, base, exponent)
-
ENUMERATED: str, must be a key in the enumerated content (available in the
*_cont*
-
ENUMERATED: str, must be a key in the enumerated content (available in the
*_cont*
attribute)
attribute)
-
OBJECT IDENTIFIER: tuple of positive int
-
OBJECT IDENTIFIER: tuple of positive int
...
@@ -54,7 +55,7 @@ by the runtime:
...
@@ -54,7 +55,7 @@ by the runtime:
-
OPEN, ANY: bytes, alternatively a CHOICE-like value in case some constraints
-
OPEN, ANY: bytes, alternatively a CHOICE-like value in case some constraints
are defined (use
*_get_const_tr()*
method to list all potential objects in those
are defined (use
*_get_const_tr()*
method to list all potential objects in those
constraints)
constraints)
-
EXTERNAL, EMBEDDED PD
Y
and CHARACTER STRING are just defined like SEQUENCE objects
-
EXTERNAL, EMBEDDED PD
V
and CHARACTER STRING are just defined like SEQUENCE objects
## The UMTS and LTE RRC protocols
## The UMTS and LTE RRC protocols
...
...
...
...