X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=asn1c_defs%2FE2N_TypeOfError.h;fp=asn1c_defs%2FE2N_TypeOfError.h;h=0000000000000000000000000000000000000000;hb=7152b861301ac8179f657507b20b894c2b69e8b8;hp=f929dad4c3ca0e0bdfd4187f051497e052ba6d5f;hpb=5c9b8ea6569d3ba9319a3c4a9e1aadafce410714;p=ric-app%2Fhw.git diff --git a/asn1c_defs/E2N_TypeOfError.h b/asn1c_defs/E2N_TypeOfError.h deleted file mode 100644 index f929dad..0000000 --- a/asn1c_defs/E2N_TypeOfError.h +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c) - * From ASN.1 module "X2AP-IEs" - * found in "../../asn_defs/asn1/X2AP-minimized.asn" - * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER` - */ - -#ifndef _E2N_TypeOfError_H_ -#define _E2N_TypeOfError_H_ - - -#include - -/* Including external dependencies */ -#include - -#ifdef __cplusplus -extern "C" { -#endif - -/* Dependencies */ -typedef enum E2N_TypeOfError { - E2N_TypeOfError_not_understood = 0, - E2N_TypeOfError_missing = 1 - /* - * Enumeration is extensible - */ -} e_E2N_TypeOfError; - -/* E2N_TypeOfError */ -typedef long E2N_TypeOfError_t; - -/* Implementation */ -extern asn_per_constraints_t asn_PER_type_E2N_TypeOfError_constr_1; -extern asn_TYPE_descriptor_t asn_DEF_E2N_TypeOfError; -extern const asn_INTEGER_specifics_t asn_SPC_TypeOfError_specs_1; -asn_struct_free_f TypeOfError_free; -asn_struct_print_f TypeOfError_print; -asn_constr_check_f TypeOfError_constraint; -ber_type_decoder_f TypeOfError_decode_ber; -der_type_encoder_f TypeOfError_encode_der; -xer_type_decoder_f TypeOfError_decode_xer; -xer_type_encoder_f TypeOfError_encode_xer; -per_type_decoder_f TypeOfError_decode_uper; -per_type_encoder_f TypeOfError_encode_uper; -per_type_decoder_f TypeOfError_decode_aper; -per_type_encoder_f TypeOfError_encode_aper; - -#ifdef __cplusplus -} -#endif - -#endif /* _E2N_TypeOfError_H_ */ -#include