blob: 532d265c7282584a7217fc199127ae900861ac18 [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 _RNTP_Threshold_H_
9#define _RNTP_Threshold_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 RNTP_Threshold {
23 RNTP_Threshold_minusInfinity = 0,
24 RNTP_Threshold_minusEleven = 1,
25 RNTP_Threshold_minusTen = 2,
26 RNTP_Threshold_minusNine = 3,
27 RNTP_Threshold_minusEight = 4,
28 RNTP_Threshold_minusSeven = 5,
29 RNTP_Threshold_minusSix = 6,
30 RNTP_Threshold_minusFive = 7,
31 RNTP_Threshold_minusFour = 8,
32 RNTP_Threshold_minusThree = 9,
33 RNTP_Threshold_minusTwo = 10,
34 RNTP_Threshold_minusOne = 11,
35 RNTP_Threshold_zero = 12,
36 RNTP_Threshold_one = 13,
37 RNTP_Threshold_two = 14,
38 RNTP_Threshold_three = 15
39 /*
40 * Enumeration is extensible
41 */
42} e_RNTP_Threshold;
43
44/* RNTP-Threshold */
45typedef long RNTP_Threshold_t;
46
47/* Implementation */
48extern asn_per_constraints_t asn_PER_type_RNTP_Threshold_constr_1;
49extern asn_TYPE_descriptor_t asn_DEF_RNTP_Threshold;
50extern const asn_INTEGER_specifics_t asn_SPC_RNTP_Threshold_specs_1;
51asn_struct_free_f RNTP_Threshold_free;
52asn_struct_print_f RNTP_Threshold_print;
53asn_constr_check_f RNTP_Threshold_constraint;
54ber_type_decoder_f RNTP_Threshold_decode_ber;
55der_type_encoder_f RNTP_Threshold_encode_der;
56xer_type_decoder_f RNTP_Threshold_decode_xer;
57xer_type_encoder_f RNTP_Threshold_encode_xer;
58per_type_decoder_f RNTP_Threshold_decode_uper;
59per_type_encoder_f RNTP_Threshold_encode_uper;
60per_type_decoder_f RNTP_Threshold_decode_aper;
61per_type_encoder_f RNTP_Threshold_encode_aper;
62
63#ifdef __cplusplus
64}
65#endif
66
67#endif /* _RNTP_Threshold_H_ */
68#include "asn_internal.h"