blob: eb5f323797dc8a8b9743723c03ec1cf0c99b7692 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
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 _PA_Values_H_
9#define _PA_Values_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 PA_Values {
23 PA_Values_dB_6 = 0,
24 PA_Values_dB_4dot77 = 1,
25 PA_Values_dB_3 = 2,
26 PA_Values_dB_1dot77 = 3,
27 PA_Values_dB0 = 4,
28 PA_Values_dB1 = 5,
29 PA_Values_dB2 = 6,
30 PA_Values_dB3 = 7
31 /*
32 * Enumeration is extensible
33 */
34} e_PA_Values;
35
36/* PA-Values */
37typedef long PA_Values_t;
38
39/* Implementation */
40extern asn_per_constraints_t asn_PER_type_PA_Values_constr_1;
41extern asn_TYPE_descriptor_t asn_DEF_PA_Values;
42extern const asn_INTEGER_specifics_t asn_SPC_PA_Values_specs_1;
43asn_struct_free_f PA_Values_free;
44asn_struct_print_f PA_Values_print;
45asn_constr_check_f PA_Values_constraint;
46ber_type_decoder_f PA_Values_decode_ber;
47der_type_encoder_f PA_Values_encode_der;
48xer_type_decoder_f PA_Values_decode_xer;
49xer_type_encoder_f PA_Values_encode_xer;
50per_type_decoder_f PA_Values_decode_uper;
51per_type_encoder_f PA_Values_encode_uper;
52per_type_decoder_f PA_Values_decode_aper;
53per_type_encoder_f PA_Values_encode_aper;
54
55#ifdef __cplusplus
56}
57#endif
58
59#endif /* _PA_Values_H_ */
60#include "asn_internal.h"