X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FE2AP_MASTER%2FCauseE2.h;fp=src%2Fcodec_utils%2FE2AP_MASTER%2FCauseE2.h;h=0000000000000000000000000000000000000000;hb=a5c3f55c615bff6a466e8273084757e8d339689e;hp=1298a7f97204f77c0651763ec2b64eba2f29e5cc;hpb=653aa9a77c383713ea88d4b34759b333576646b4;p=o-du%2Fl2.git diff --git a/src/codec_utils/E2AP_MASTER/CauseE2.h b/src/codec_utils/E2AP_MASTER/CauseE2.h deleted file mode 100644 index 1298a7f97..000000000 --- a/src/codec_utils/E2AP_MASTER/CauseE2.h +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) - * From ASN.1 module "E2AP-IEs" - * found in "E2AP.asn1" - * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` - */ - -#ifndef _CauseE2_H_ -#define _CauseE2_H_ - - -#include - -/* Including external dependencies */ -#include "CauseRIC.h" -#include "CauseRICservice.h" -#include "CauseTransport.h" -#include "CauseProtocol.h" -#include "CauseMisc.h" -#include - -#ifdef __cplusplus -extern "C" { -#endif - -/* Dependencies */ -typedef enum CauseE2_PR { - CauseE2_PR_NOTHING, /* No components present */ - CauseE2_PR_ricRequest, - CauseE2_PR_ricService, - CauseE2_PR_transport, - CauseE2_PR_protocol, - CauseE2_PR_misc - /* Extensions may appear below */ - -} CauseE2_PR; - -/* CauseE2 */ -typedef struct CauseE2 { - CauseE2_PR present; - union CauseE2_u { - CauseRIC_t ricRequest; - CauseRICservice_t ricService; - CauseTransport_t transport; - CauseProtocol_t protocol; - CauseMisc_t misc; - /* - * This type is extensible, - * possible extensions are below. - */ - } choice; - - /* Context for parsing across buffer boundaries */ - asn_struct_ctx_t _asn_ctx; -} CauseE2_t; - -/* Implementation */ -extern asn_TYPE_descriptor_t asn_DEF_CauseE2; -extern asn_CHOICE_specifics_t asn_SPC_CauseE2_specs_1; -extern asn_TYPE_member_t asn_MBR_CauseE2_1[5]; -extern asn_per_constraints_t asn_PER_type_CauseE2_constr_1; - -#ifdef __cplusplus -} -#endif - -#endif /* _CauseE2_H_ */ -#include