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 _NB_IoT_PagingTimeWindow_H_ |
| 9 | #define _NB_IoT_PagingTimeWindow_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 NB_IoT_PagingTimeWindow { |
| 23 | NB_IoT_PagingTimeWindow_s1 = 0, |
| 24 | NB_IoT_PagingTimeWindow_s2 = 1, |
| 25 | NB_IoT_PagingTimeWindow_s3 = 2, |
| 26 | NB_IoT_PagingTimeWindow_s4 = 3, |
| 27 | NB_IoT_PagingTimeWindow_s5 = 4, |
| 28 | NB_IoT_PagingTimeWindow_s6 = 5, |
| 29 | NB_IoT_PagingTimeWindow_s7 = 6, |
| 30 | NB_IoT_PagingTimeWindow_s8 = 7, |
| 31 | NB_IoT_PagingTimeWindow_s9 = 8, |
| 32 | NB_IoT_PagingTimeWindow_s10 = 9, |
| 33 | NB_IoT_PagingTimeWindow_s11 = 10, |
| 34 | NB_IoT_PagingTimeWindow_s12 = 11, |
| 35 | NB_IoT_PagingTimeWindow_s13 = 12, |
| 36 | NB_IoT_PagingTimeWindow_s14 = 13, |
| 37 | NB_IoT_PagingTimeWindow_s15 = 14, |
| 38 | NB_IoT_PagingTimeWindow_s16 = 15 |
| 39 | /* |
| 40 | * Enumeration is extensible |
| 41 | */ |
| 42 | } e_NB_IoT_PagingTimeWindow; |
| 43 | |
| 44 | /* NB-IoT-PagingTimeWindow */ |
| 45 | typedef long NB_IoT_PagingTimeWindow_t; |
| 46 | |
| 47 | /* Implementation */ |
| 48 | extern asn_per_constraints_t asn_PER_type_NB_IoT_PagingTimeWindow_constr_1; |
| 49 | extern asn_TYPE_descriptor_t asn_DEF_NB_IoT_PagingTimeWindow; |
| 50 | extern const asn_INTEGER_specifics_t asn_SPC_NB_IoT_PagingTimeWindow_specs_1; |
| 51 | asn_struct_free_f NB_IoT_PagingTimeWindow_free; |
| 52 | asn_struct_print_f NB_IoT_PagingTimeWindow_print; |
| 53 | asn_constr_check_f NB_IoT_PagingTimeWindow_constraint; |
| 54 | ber_type_decoder_f NB_IoT_PagingTimeWindow_decode_ber; |
| 55 | der_type_encoder_f NB_IoT_PagingTimeWindow_encode_der; |
| 56 | xer_type_decoder_f NB_IoT_PagingTimeWindow_decode_xer; |
| 57 | xer_type_encoder_f NB_IoT_PagingTimeWindow_encode_xer; |
| 58 | oer_type_decoder_f NB_IoT_PagingTimeWindow_decode_oer; |
| 59 | oer_type_encoder_f NB_IoT_PagingTimeWindow_encode_oer; |
| 60 | per_type_decoder_f NB_IoT_PagingTimeWindow_decode_uper; |
| 61 | per_type_encoder_f NB_IoT_PagingTimeWindow_encode_uper; |
| 62 | per_type_decoder_f NB_IoT_PagingTimeWindow_decode_aper; |
| 63 | per_type_encoder_f NB_IoT_PagingTimeWindow_encode_aper; |
| 64 | |
| 65 | #ifdef __cplusplus |
| 66 | } |
| 67 | #endif |
| 68 | |
| 69 | #endif /* _NB_IoT_PagingTimeWindow_H_ */ |
| 70 | #include <asn_internal.h> |