/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "F1AP-PDU-Contents" * found in "../F1.asn1" * `asn1c -D ../F1_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER` */ #ifndef _ResetType_H_ #define _ResetType_H_ #include /* Including external dependencies */ #include "ResetAll.h" #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum ResetType_PR { ResetType_PR_NOTHING, /* No components present */ ResetType_PR_f1_Interface, ResetType_PR_partOfF1_Interface, ResetType_PR_choice_extension } ResetType_PR; /* Forward declarations */ struct UE_associatedLogicalF1_ConnectionListRes; struct ProtocolIE_SingleContainer; /* ResetType */ typedef struct ResetType { ResetType_PR present; union ResetType_u { ResetAll_t f1_Interface; struct UE_associatedLogicalF1_ConnectionListRes *partOfF1_Interface; struct ProtocolIE_SingleContainer *choice_extension; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } ResetType_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_ResetType; #ifdef __cplusplus } #endif #endif /* _ResetType_H_ */ #include