blob: b9ccac7accf0b0cb89fcb744ab5eec325af34785 [file] [log] [blame]
anjana_sreekumar@infosys.com991c2062020-01-08 11:42:57 +05301/*
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_Paging_eDRX_Cycle_H_
9#define _NB_IoT_Paging_eDRX_Cycle_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <NativeEnumerated.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum NB_IoT_Paging_eDRX_Cycle {
23 NB_IoT_Paging_eDRX_Cycle_hf2 = 0,
24 NB_IoT_Paging_eDRX_Cycle_hf4 = 1,
25 NB_IoT_Paging_eDRX_Cycle_hf6 = 2,
26 NB_IoT_Paging_eDRX_Cycle_hf8 = 3,
27 NB_IoT_Paging_eDRX_Cycle_hf10 = 4,
28 NB_IoT_Paging_eDRX_Cycle_hf12 = 5,
29 NB_IoT_Paging_eDRX_Cycle_hf14 = 6,
30 NB_IoT_Paging_eDRX_Cycle_hf16 = 7,
31 NB_IoT_Paging_eDRX_Cycle_hf32 = 8,
32 NB_IoT_Paging_eDRX_Cycle_hf64 = 9,
33 NB_IoT_Paging_eDRX_Cycle_hf128 = 10,
34 NB_IoT_Paging_eDRX_Cycle_hf256 = 11,
35 NB_IoT_Paging_eDRX_Cycle_hf512 = 12,
36 NB_IoT_Paging_eDRX_Cycle_hf1024 = 13
37 /*
38 * Enumeration is extensible
39 */
40} e_NB_IoT_Paging_eDRX_Cycle;
41
42/* NB-IoT-Paging-eDRX-Cycle */
43typedef long NB_IoT_Paging_eDRX_Cycle_t;
44
45/* Implementation */
46extern asn_per_constraints_t asn_PER_type_NB_IoT_Paging_eDRX_Cycle_constr_1;
47extern asn_TYPE_descriptor_t asn_DEF_NB_IoT_Paging_eDRX_Cycle;
48extern const asn_INTEGER_specifics_t asn_SPC_NB_IoT_Paging_eDRX_Cycle_specs_1;
49asn_struct_free_f NB_IoT_Paging_eDRX_Cycle_free;
50asn_struct_print_f NB_IoT_Paging_eDRX_Cycle_print;
51asn_constr_check_f NB_IoT_Paging_eDRX_Cycle_constraint;
52ber_type_decoder_f NB_IoT_Paging_eDRX_Cycle_decode_ber;
53der_type_encoder_f NB_IoT_Paging_eDRX_Cycle_encode_der;
54xer_type_decoder_f NB_IoT_Paging_eDRX_Cycle_decode_xer;
55xer_type_encoder_f NB_IoT_Paging_eDRX_Cycle_encode_xer;
56oer_type_decoder_f NB_IoT_Paging_eDRX_Cycle_decode_oer;
57oer_type_encoder_f NB_IoT_Paging_eDRX_Cycle_encode_oer;
58per_type_decoder_f NB_IoT_Paging_eDRX_Cycle_decode_uper;
59per_type_encoder_f NB_IoT_Paging_eDRX_Cycle_encode_uper;
60per_type_decoder_f NB_IoT_Paging_eDRX_Cycle_decode_aper;
61per_type_encoder_f NB_IoT_Paging_eDRX_Cycle_encode_aper;
62
63#ifdef __cplusplus
64}
65#endif
66
67#endif /* _NB_IoT_Paging_eDRX_Cycle_H_ */
68#include <asn_internal.h>