/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "F1AP-IEs" * found in "F1.asn1" * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _GNB_DU_Served_Cells_Item_H_ #define _GNB_DU_Served_Cells_Item_H_ #include /* Including external dependencies */ #include "Served-Cell-Information.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct GNB_DU_System_Information; struct ProtocolExtensionContainer; /* GNB-DU-Served-Cells-Item */ typedef struct GNB_DU_Served_Cells_Item { Served_Cell_Information_t served_Cell_Information; struct GNB_DU_System_Information *gNB_DU_System_Information; /* OPTIONAL */ struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */ /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } GNB_DU_Served_Cells_Item_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_GNB_DU_Served_Cells_Item; #ifdef __cplusplus } #endif #endif /* _GNB_DU_Served_Cells_Item_H_ */ #include