/* * 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 _UE_associatedLogicalF1_ConnectionItem_H_ #define _UE_associatedLogicalF1_ConnectionItem_H_ #include /* Including external dependencies */ #include "GNB-CU-UE-F1AP-ID.h" #include "GNB-DU-UE-F1AP-ID.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct ProtocolExtensionContainer; /* UE-associatedLogicalF1-ConnectionItem */ typedef struct UE_associatedLogicalF1_ConnectionItem { GNB_CU_UE_F1AP_ID_t *gNB_CU_UE_F1AP_ID; /* OPTIONAL */ GNB_DU_UE_F1AP_ID_t *gNB_DU_UE_F1AP_ID; /* 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; } UE_associatedLogicalF1_ConnectionItem_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_UE_associatedLogicalF1_ConnectionItem; #ifdef __cplusplus } #endif #endif /* _UE_associatedLogicalF1_ConnectionItem_H_ */ #include