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 _Transmission_Bandwidth_H_ |
| 9 | #define _Transmission_Bandwidth_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 Transmission_Bandwidth { |
| 23 | Transmission_Bandwidth_bw6 = 0, |
| 24 | Transmission_Bandwidth_bw15 = 1, |
| 25 | Transmission_Bandwidth_bw25 = 2, |
| 26 | Transmission_Bandwidth_bw50 = 3, |
| 27 | Transmission_Bandwidth_bw75 = 4, |
| 28 | Transmission_Bandwidth_bw100 = 5, |
| 29 | /* |
| 30 | * Enumeration is extensible |
| 31 | */ |
| 32 | Transmission_Bandwidth_bw1 = 6 |
| 33 | } e_Transmission_Bandwidth; |
| 34 | |
| 35 | /* Transmission-Bandwidth */ |
| 36 | typedef long Transmission_Bandwidth_t; |
| 37 | |
| 38 | /* Implementation */ |
| 39 | extern asn_per_constraints_t asn_PER_type_Transmission_Bandwidth_constr_1; |
| 40 | extern asn_TYPE_descriptor_t asn_DEF_Transmission_Bandwidth; |
| 41 | extern const asn_INTEGER_specifics_t asn_SPC_Transmission_Bandwidth_specs_1; |
| 42 | asn_struct_free_f Transmission_Bandwidth_free; |
| 43 | asn_struct_print_f Transmission_Bandwidth_print; |
| 44 | asn_constr_check_f Transmission_Bandwidth_constraint; |
| 45 | ber_type_decoder_f Transmission_Bandwidth_decode_ber; |
| 46 | der_type_encoder_f Transmission_Bandwidth_encode_der; |
| 47 | xer_type_decoder_f Transmission_Bandwidth_decode_xer; |
| 48 | xer_type_encoder_f Transmission_Bandwidth_encode_xer; |
| 49 | per_type_decoder_f Transmission_Bandwidth_decode_uper; |
| 50 | per_type_encoder_f Transmission_Bandwidth_encode_uper; |
| 51 | per_type_decoder_f Transmission_Bandwidth_decode_aper; |
| 52 | per_type_encoder_f Transmission_Bandwidth_encode_aper; |
| 53 | |
| 54 | #ifdef __cplusplus |
| 55 | } |
| 56 | #endif |
| 57 | |
| 58 | #endif /* _Transmission_Bandwidth_H_ */ |
| 59 | #include "asn_internal.h" |