Juha Hyttinen | ff8dccd | 2019-12-10 14:34:07 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "X2AP-IEs" |
| 4 | * found in "Spec/e2_and_x2-combined-and-minimized.asn1" |
| 5 | * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example` |
| 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 | per_type_decoder_f PA_Values_decode_uper; |
| 51 | per_type_encoder_f PA_Values_encode_uper; |
| 52 | per_type_decoder_f PA_Values_decode_aper; |
| 53 | per_type_encoder_f PA_Values_encode_aper; |
| 54 | |
| 55 | #ifdef __cplusplus |
| 56 | } |
| 57 | #endif |
| 58 | |
| 59 | #endif /* _PA_Values_H_ */ |
| 60 | #include "asn_internal.h" |