Add version 0.5.0
[ric-plt/submgr.git] / e2ap / headers / PA-Values.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _PA_Values_H_
9 #define _PA_Values_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 PA_Values {
23         PA_Values_dB_6  = 0,
24         PA_Values_dB_4dot77     = 1,
25         PA_Values_dB_3  = 2,
26         PA_Values_dB_1dot77     = 3,
27         PA_Values_dB0   = 4,
28         PA_Values_dB1   = 5,
29         PA_Values_dB2   = 6,
30         PA_Values_dB3   = 7
31         /*
32          * Enumeration is extensible
33          */
34 } e_PA_Values;
35
36 /* PA-Values */
37 typedef long     PA_Values_t;
38
39 /* Implementation */
40 extern asn_per_constraints_t asn_PER_type_PA_Values_constr_1;
41 extern asn_TYPE_descriptor_t asn_DEF_PA_Values;
42 extern const asn_INTEGER_specifics_t asn_SPC_PA_Values_specs_1;
43 asn_struct_free_f PA_Values_free;
44 asn_struct_print_f PA_Values_print;
45 asn_constr_check_f PA_Values_constraint;
46 ber_type_decoder_f PA_Values_decode_ber;
47 der_type_encoder_f PA_Values_encode_der;
48 xer_type_decoder_f PA_Values_decode_xer;
49 xer_type_encoder_f PA_Values_encode_xer;
50 oer_type_decoder_f PA_Values_decode_oer;
51 oer_type_encoder_f PA_Values_encode_oer;
52 per_type_decoder_f PA_Values_decode_uper;
53 per_type_encoder_f PA_Values_encode_uper;
54 per_type_decoder_f PA_Values_decode_aper;
55 per_type_encoder_f PA_Values_encode_aper;
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _PA_Values_H_ */
62 #include <asn_internal.h>