1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-IEs"
* found in "asn.1/Information Element Definitions.asn1"
* `asn1c -pdu=all -fcompound-names -fno-include-deps -findirect-choice -gen-PER -D src`
*/
#ifndef _Ngap_PagingDRX_H_
#define _Ngap_PagingDRX_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeEnumerated.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum Ngap_PagingDRX {
Ngap_PagingDRX_v32 = 0,
Ngap_PagingDRX_v64 = 1,
Ngap_PagingDRX_v128 = 2,
Ngap_PagingDRX_v256 = 3
/*
* Enumeration is extensible
*/
} e_Ngap_PagingDRX;
/* Ngap_PagingDRX */
typedef long Ngap_PagingDRX_t;
/* Implementation */
extern asn_per_constraints_t asn_PER_type_Ngap_PagingDRX_constr_1;
extern asn_TYPE_descriptor_t asn_DEF_Ngap_PagingDRX;
extern const asn_INTEGER_specifics_t asn_SPC_PagingDRX_specs_1;
asn_struct_free_f PagingDRX_free;
asn_struct_print_f PagingDRX_print;
asn_constr_check_f PagingDRX_constraint;
ber_type_decoder_f PagingDRX_decode_ber;
der_type_encoder_f PagingDRX_encode_der;
xer_type_decoder_f PagingDRX_decode_xer;
xer_type_encoder_f PagingDRX_encode_xer;
oer_type_decoder_f PagingDRX_decode_oer;
oer_type_encoder_f PagingDRX_encode_oer;
per_type_decoder_f PagingDRX_decode_uper;
per_type_encoder_f PagingDRX_encode_uper;
per_type_decoder_f PagingDRX_decode_aper;
per_type_encoder_f PagingDRX_encode_aper;
#ifdef __cplusplus
}
#endif
#endif /* _Ngap_PagingDRX_H_ */
#include <asn_internal.h>