Merge "HelloWorld E2SM Dockerfile update"
[ric-app/hw.git] / asn1c_defs / X2N_RNTP-Threshold.h
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _X2N_RNTP_Threshold_H_
9 #define _X2N_RNTP_Threshold_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum X2N_RNTP_Threshold {
23         X2N_RNTP_Threshold_minusInfinity        = 0,
24         X2N_RNTP_Threshold_minusEleven  = 1,
25         X2N_RNTP_Threshold_minusTen     = 2,
26         X2N_RNTP_Threshold_minusNine    = 3,
27         X2N_RNTP_Threshold_minusEight   = 4,
28         X2N_RNTP_Threshold_minusSeven   = 5,
29         X2N_RNTP_Threshold_minusSix     = 6,
30         X2N_RNTP_Threshold_minusFive    = 7,
31         X2N_RNTP_Threshold_minusFour    = 8,
32         X2N_RNTP_Threshold_minusThree   = 9,
33         X2N_RNTP_Threshold_minusTwo     = 10,
34         X2N_RNTP_Threshold_minusOne     = 11,
35         X2N_RNTP_Threshold_zero = 12,
36         X2N_RNTP_Threshold_one  = 13,
37         X2N_RNTP_Threshold_two  = 14,
38         X2N_RNTP_Threshold_three        = 15
39         /*
40          * Enumeration is extensible
41          */
42 } e_X2N_RNTP_Threshold;
43
44 /* X2N_RNTP-Threshold */
45 typedef long     X2N_RNTP_Threshold_t;
46
47 /* Implementation */
48 extern asn_per_constraints_t asn_PER_type_X2N_RNTP_Threshold_constr_1;
49 extern asn_TYPE_descriptor_t asn_DEF_X2N_RNTP_Threshold;
50 extern const asn_INTEGER_specifics_t asn_SPC_RNTP_Threshold_specs_1;
51 asn_struct_free_f RNTP_Threshold_free;
52 asn_struct_print_f RNTP_Threshold_print;
53 asn_constr_check_f RNTP_Threshold_constraint;
54 ber_type_decoder_f RNTP_Threshold_decode_ber;
55 der_type_encoder_f RNTP_Threshold_encode_der;
56 xer_type_decoder_f RNTP_Threshold_decode_xer;
57 xer_type_encoder_f RNTP_Threshold_encode_xer;
58 per_type_decoder_f RNTP_Threshold_decode_uper;
59 per_type_encoder_f RNTP_Threshold_encode_uper;
60 per_type_decoder_f RNTP_Threshold_decode_aper;
61 per_type_encoder_f RNTP_Threshold_encode_aper;
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _X2N_RNTP_Threshold_H_ */
68 #include <asn_internal.h>