RICPLT-2801 Implement Subscription Request timer, RICPLT-2801 Implement Subscription...
[ric-plt/submgr.git] / e2ap / headers / RNTP-Threshold.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "X2AP-15-4-0.asn1"
5  *      `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _RNTP_Threshold_H_
9 #define _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 RNTP_Threshold {
23         RNTP_Threshold_minusInfinity    = 0,
24         RNTP_Threshold_minusEleven      = 1,
25         RNTP_Threshold_minusTen = 2,
26         RNTP_Threshold_minusNine        = 3,
27         RNTP_Threshold_minusEight       = 4,
28         RNTP_Threshold_minusSeven       = 5,
29         RNTP_Threshold_minusSix = 6,
30         RNTP_Threshold_minusFive        = 7,
31         RNTP_Threshold_minusFour        = 8,
32         RNTP_Threshold_minusThree       = 9,
33         RNTP_Threshold_minusTwo = 10,
34         RNTP_Threshold_minusOne = 11,
35         RNTP_Threshold_zero     = 12,
36         RNTP_Threshold_one      = 13,
37         RNTP_Threshold_two      = 14,
38         RNTP_Threshold_three    = 15
39         /*
40          * Enumeration is extensible
41          */
42 } e_RNTP_Threshold;
43
44 /* RNTP-Threshold */
45 typedef long     RNTP_Threshold_t;
46
47 /* Implementation */
48 extern asn_per_constraints_t asn_PER_type_RNTP_Threshold_constr_1;
49 extern asn_TYPE_descriptor_t asn_DEF_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 oer_type_decoder_f RNTP_Threshold_decode_oer;
59 oer_type_encoder_f RNTP_Threshold_encode_oer;
60 per_type_decoder_f RNTP_Threshold_decode_uper;
61 per_type_encoder_f RNTP_Threshold_encode_uper;
62 per_type_decoder_f RNTP_Threshold_decode_aper;
63 per_type_encoder_f RNTP_Threshold_encode_aper;
64
65 #ifdef __cplusplus
66 }
67 #endif
68
69 #endif  /* _RNTP_Threshold_H_ */
70 #include <asn_internal.h>