[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / FilterCoefficient.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 _FilterCoefficient_H_
9 #define _FilterCoefficient_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 FilterCoefficient {
23         FilterCoefficient_fc0   = 0,
24         FilterCoefficient_fc1   = 1,
25         FilterCoefficient_fc2   = 2,
26         FilterCoefficient_fc3   = 3,
27         FilterCoefficient_fc4   = 4,
28         FilterCoefficient_fc5   = 5,
29         FilterCoefficient_fc6   = 6,
30         FilterCoefficient_fc7   = 7,
31         FilterCoefficient_fc8   = 8,
32         FilterCoefficient_fc9   = 9,
33         FilterCoefficient_fc11  = 10,
34         FilterCoefficient_fc13  = 11,
35         FilterCoefficient_fc15  = 12,
36         FilterCoefficient_fc17  = 13,
37         FilterCoefficient_fc19  = 14,
38         FilterCoefficient_spare1        = 15
39         /*
40          * Enumeration is extensible
41          */
42 } e_FilterCoefficient;
43
44 /* FilterCoefficient */
45 typedef long     FilterCoefficient_t;
46
47 /* Implementation */
48 extern asn_per_constraints_t asn_PER_type_FilterCoefficient_constr_1;
49 extern asn_TYPE_descriptor_t asn_DEF_FilterCoefficient;
50 extern const asn_INTEGER_specifics_t asn_SPC_FilterCoefficient_specs_1;
51 asn_struct_free_f FilterCoefficient_free;
52 asn_struct_print_f FilterCoefficient_print;
53 asn_constr_check_f FilterCoefficient_constraint;
54 ber_type_decoder_f FilterCoefficient_decode_ber;
55 der_type_encoder_f FilterCoefficient_encode_der;
56 xer_type_decoder_f FilterCoefficient_decode_xer;
57 xer_type_encoder_f FilterCoefficient_encode_xer;
58 oer_type_decoder_f FilterCoefficient_decode_oer;
59 oer_type_encoder_f FilterCoefficient_encode_oer;
60 per_type_decoder_f FilterCoefficient_decode_uper;
61 per_type_encoder_f FilterCoefficient_encode_uper;
62 per_type_decoder_f FilterCoefficient_decode_aper;
63 per_type_encoder_f FilterCoefficient_encode_aper;
64
65 #ifdef __cplusplus
66 }
67 #endif
68
69 #endif  /* _FilterCoefficient_H_ */
70 #include <asn_internal.h>