/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "E2AP-PDU-Contents" * found in "2022_E2AP.asn1" * `asn1c -D ./E2AP/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _E2nodeComponentConfigUpdate_List_H_ #define _E2nodeComponentConfigUpdate_List_H_ #include /* Including external dependencies */ #include #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct ProtocolIE_SingleContainerE2; /* E2nodeComponentConfigUpdate-List */ typedef struct E2nodeComponentConfigUpdate_List { A_SEQUENCE_OF(struct ProtocolIE_SingleContainerE2) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } E2nodeComponentConfigUpdate_List_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_E2nodeComponentConfigUpdate_List; #ifdef __cplusplus } #endif #endif /* _E2nodeComponentConfigUpdate_List_H_ */ #include