anjana_sreekumar@infosys.com | 991c206 | 2020-01-08 11:42:57 +0530 | [diff] [blame^] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "S1AP-IEs" |
| 4 | * found in "./asn1c/S1AP-IEs.asn" |
| 5 | * `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU` |
| 6 | */ |
| 7 | |
| 8 | #ifndef _M6delay_threshold_H_ |
| 9 | #define _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 M6delay_threshold { |
| 23 | M6delay_threshold_ms30 = 0, |
| 24 | M6delay_threshold_ms40 = 1, |
| 25 | M6delay_threshold_ms50 = 2, |
| 26 | M6delay_threshold_ms60 = 3, |
| 27 | M6delay_threshold_ms70 = 4, |
| 28 | M6delay_threshold_ms80 = 5, |
| 29 | M6delay_threshold_ms90 = 6, |
| 30 | M6delay_threshold_ms100 = 7, |
| 31 | M6delay_threshold_ms150 = 8, |
| 32 | M6delay_threshold_ms300 = 9, |
| 33 | M6delay_threshold_ms500 = 10, |
| 34 | M6delay_threshold_ms750 = 11 |
| 35 | /* |
| 36 | * Enumeration is extensible |
| 37 | */ |
| 38 | } e_M6delay_threshold; |
| 39 | |
| 40 | /* M6delay-threshold */ |
| 41 | typedef long M6delay_threshold_t; |
| 42 | |
| 43 | /* Implementation */ |
| 44 | extern asn_per_constraints_t asn_PER_type_M6delay_threshold_constr_1; |
| 45 | extern asn_TYPE_descriptor_t asn_DEF_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 | oer_type_decoder_f M6delay_threshold_decode_oer; |
| 55 | oer_type_encoder_f M6delay_threshold_encode_oer; |
| 56 | per_type_decoder_f M6delay_threshold_decode_uper; |
| 57 | per_type_encoder_f M6delay_threshold_encode_uper; |
| 58 | per_type_decoder_f M6delay_threshold_decode_aper; |
| 59 | per_type_encoder_f M6delay_threshold_encode_aper; |
| 60 | |
| 61 | #ifdef __cplusplus |
| 62 | } |
| 63 | #endif |
| 64 | |
| 65 | #endif /* _M6delay_threshold_H_ */ |
| 66 | #include <asn_internal.h> |