Merge "HelloWorld E2SM Dockerfile update"
[ric-app/hw.git] / asn1c_defs / X2N_M6delay-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_M6delay_threshold_H_
9 #define _X2N_M6delay_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_M6delay_threshold {
23         X2N_M6delay_threshold_ms30      = 0,
24         X2N_M6delay_threshold_ms40      = 1,
25         X2N_M6delay_threshold_ms50      = 2,
26         X2N_M6delay_threshold_ms60      = 3,
27         X2N_M6delay_threshold_ms70      = 4,
28         X2N_M6delay_threshold_ms80      = 5,
29         X2N_M6delay_threshold_ms90      = 6,
30         X2N_M6delay_threshold_ms100     = 7,
31         X2N_M6delay_threshold_ms150     = 8,
32         X2N_M6delay_threshold_ms300     = 9,
33         X2N_M6delay_threshold_ms500     = 10,
34         X2N_M6delay_threshold_ms750     = 11
35         /*
36          * Enumeration is extensible
37          */
38 } e_X2N_M6delay_threshold;
39
40 /* X2N_M6delay-threshold */
41 typedef long     X2N_M6delay_threshold_t;
42
43 /* Implementation */
44 extern asn_per_constraints_t asn_PER_type_X2N_M6delay_threshold_constr_1;
45 extern asn_TYPE_descriptor_t asn_DEF_X2N_M6delay_threshold;
46 extern const asn_INTEGER_specifics_t asn_SPC_M6delay_threshold_specs_1;
47 asn_struct_free_f M6delay_threshold_free;
48 asn_struct_print_f M6delay_threshold_print;
49 asn_constr_check_f M6delay_threshold_constraint;
50 ber_type_decoder_f M6delay_threshold_decode_ber;
51 der_type_encoder_f M6delay_threshold_encode_der;
52 xer_type_decoder_f M6delay_threshold_decode_xer;
53 xer_type_encoder_f M6delay_threshold_encode_xer;
54 per_type_decoder_f M6delay_threshold_decode_uper;
55 per_type_encoder_f M6delay_threshold_encode_uper;
56 per_type_decoder_f M6delay_threshold_decode_aper;
57 per_type_encoder_f M6delay_threshold_encode_aper;
58
59 #ifdef __cplusplus
60 }
61 #endif
62
63 #endif  /* _X2N_M6delay_threshold_H_ */
64 #include <asn_internal.h>