2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "F1AP-IEs"
5 * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _ExecuteDuplication_H_
9 #define _ExecuteDuplication_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
22 typedef enum ExecuteDuplication {
23 ExecuteDuplication_true = 0
25 * Enumeration is extensible
27 } e_ExecuteDuplication;
29 /* ExecuteDuplication */
30 typedef long ExecuteDuplication_t;
33 extern asn_TYPE_descriptor_t asn_DEF_ExecuteDuplication;
34 asn_struct_free_f ExecuteDuplication_free;
35 asn_struct_print_f ExecuteDuplication_print;
36 asn_constr_check_f ExecuteDuplication_constraint;
37 ber_type_decoder_f ExecuteDuplication_decode_ber;
38 der_type_encoder_f ExecuteDuplication_encode_der;
39 xer_type_decoder_f ExecuteDuplication_decode_xer;
40 xer_type_encoder_f ExecuteDuplication_encode_xer;
41 oer_type_decoder_f ExecuteDuplication_decode_oer;
42 oer_type_encoder_f ExecuteDuplication_encode_oer;
43 per_type_decoder_f ExecuteDuplication_decode_uper;
44 per_type_encoder_f ExecuteDuplication_encode_uper;
45 per_type_decoder_f ExecuteDuplication_decode_aper;
46 per_type_encoder_f ExecuteDuplication_encode_aper;
52 #endif /* _ExecuteDuplication_H_ */
53 #include <asn_internal.h>