more wiki authored by mitshell's avatar mitshell
...@@ -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 PDY and CHARACTER STRING are just defined like SEQUENCE objects - EXTERNAL, EMBEDDED PDV and CHARACTER STRING are just defined like SEQUENCE objects
## The UMTS and LTE RRC protocols ## The UMTS and LTE RRC protocols
... ...
......