Hi, I am trying to initialize value data in a structure with Constructed types but pyasn1 raise an exception. Can you tell me which is the correct way to initialize nested structures? Thanks. Follow an simple example code Auto-generated by asn1ate v.0.6.1.dev0 from simple.asn (last modified on 2018-01-22 10:37:36.976241) """ -- test structured data Module-record DEFINITIONS AUTOMATIC TAGS ::= BEGIN Record ::= SEQUENCE {header Header, body Body-type } Header ::= SEQUENCE { sap INTEGER DEFAULT 0, msgid...