more wiki authored by mitshell's avatar mitshell
......@@ -33,6 +33,7 @@ by the runtime:
- NULL: int value 0
- BOOLEAN: bool
- INTEGER: int
- REAL: 3-tuple of int (mantissa, base, exponent)
- ENUMERATED: str, must be a key in the enumerated content (available in the *_cont*
attribute)
- OBJECT IDENTIFIER: tuple of positive int
......@@ -54,7 +55,7 @@ by the runtime:
- 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
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
......
......