[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / UL-DataSplitThreshold.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "../../../rrc_15.3_asn.asn1"
5  *      `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _UL_DataSplitThreshold_H_
9 #define _UL_DataSplitThreshold_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 UL_DataSplitThreshold {
23         UL_DataSplitThreshold_b0        = 0,
24         UL_DataSplitThreshold_b100      = 1,
25         UL_DataSplitThreshold_b200      = 2,
26         UL_DataSplitThreshold_b400      = 3,
27         UL_DataSplitThreshold_b800      = 4,
28         UL_DataSplitThreshold_b1600     = 5,
29         UL_DataSplitThreshold_b3200     = 6,
30         UL_DataSplitThreshold_b6400     = 7,
31         UL_DataSplitThreshold_b12800    = 8,
32         UL_DataSplitThreshold_b25600    = 9,
33         UL_DataSplitThreshold_b51200    = 10,
34         UL_DataSplitThreshold_b102400   = 11,
35         UL_DataSplitThreshold_b204800   = 12,
36         UL_DataSplitThreshold_b409600   = 13,
37         UL_DataSplitThreshold_b819200   = 14,
38         UL_DataSplitThreshold_b1228800  = 15,
39         UL_DataSplitThreshold_b1638400  = 16,
40         UL_DataSplitThreshold_b2457600  = 17,
41         UL_DataSplitThreshold_b3276800  = 18,
42         UL_DataSplitThreshold_b4096000  = 19,
43         UL_DataSplitThreshold_b4915200  = 20,
44         UL_DataSplitThreshold_b5734400  = 21,
45         UL_DataSplitThreshold_b6553600  = 22,
46         UL_DataSplitThreshold_infinity  = 23,
47         UL_DataSplitThreshold_spare8    = 24,
48         UL_DataSplitThreshold_spare7    = 25,
49         UL_DataSplitThreshold_spare6    = 26,
50         UL_DataSplitThreshold_spare5    = 27,
51         UL_DataSplitThreshold_spare4    = 28,
52         UL_DataSplitThreshold_spare3    = 29,
53         UL_DataSplitThreshold_spare2    = 30,
54         UL_DataSplitThreshold_spare1    = 31
55 } e_UL_DataSplitThreshold;
56
57 /* UL-DataSplitThreshold */
58 typedef long     UL_DataSplitThreshold_t;
59
60 /* Implementation */
61 extern asn_per_constraints_t asn_PER_type_UL_DataSplitThreshold_constr_1;
62 extern asn_TYPE_descriptor_t asn_DEF_UL_DataSplitThreshold;
63 extern const asn_INTEGER_specifics_t asn_SPC_UL_DataSplitThreshold_specs_1;
64 asn_struct_free_f UL_DataSplitThreshold_free;
65 asn_struct_print_f UL_DataSplitThreshold_print;
66 asn_constr_check_f UL_DataSplitThreshold_constraint;
67 ber_type_decoder_f UL_DataSplitThreshold_decode_ber;
68 der_type_encoder_f UL_DataSplitThreshold_encode_der;
69 xer_type_decoder_f UL_DataSplitThreshold_decode_xer;
70 xer_type_encoder_f UL_DataSplitThreshold_encode_xer;
71 oer_type_decoder_f UL_DataSplitThreshold_decode_oer;
72 oer_type_encoder_f UL_DataSplitThreshold_encode_oer;
73 per_type_decoder_f UL_DataSplitThreshold_decode_uper;
74 per_type_encoder_f UL_DataSplitThreshold_encode_uper;
75 per_type_decoder_f UL_DataSplitThreshold_decode_aper;
76 per_type_encoder_f UL_DataSplitThreshold_encode_aper;
77
78 #ifdef __cplusplus
79 }
80 #endif
81
82 #endif  /* _UL_DataSplitThreshold_H_ */
83 #include <asn_internal.h>