[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / AggregatedBandwidth.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "./22April22_Paging/rrc_15.3_asn.asn1"
5  *      `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _AggregatedBandwidth_H_
9 #define _AggregatedBandwidth_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 AggregatedBandwidth {
23         AggregatedBandwidth_mhz50       = 0,
24         AggregatedBandwidth_mhz100      = 1,
25         AggregatedBandwidth_mhz150      = 2,
26         AggregatedBandwidth_mhz200      = 3,
27         AggregatedBandwidth_mhz250      = 4,
28         AggregatedBandwidth_mhz300      = 5,
29         AggregatedBandwidth_mhz350      = 6,
30         AggregatedBandwidth_mhz400      = 7,
31         AggregatedBandwidth_mhz450      = 8,
32         AggregatedBandwidth_mhz500      = 9,
33         AggregatedBandwidth_mhz550      = 10,
34         AggregatedBandwidth_mhz600      = 11,
35         AggregatedBandwidth_mhz650      = 12,
36         AggregatedBandwidth_mhz700      = 13,
37         AggregatedBandwidth_mhz750      = 14,
38         AggregatedBandwidth_mhz800      = 15
39 } e_AggregatedBandwidth;
40
41 /* AggregatedBandwidth */
42 typedef long     AggregatedBandwidth_t;
43
44 /* Implementation */
45 extern asn_per_constraints_t asn_PER_type_AggregatedBandwidth_constr_1;
46 extern asn_TYPE_descriptor_t asn_DEF_AggregatedBandwidth;
47 extern const asn_INTEGER_specifics_t asn_SPC_AggregatedBandwidth_specs_1;
48 asn_struct_free_f AggregatedBandwidth_free;
49 asn_struct_print_f AggregatedBandwidth_print;
50 asn_constr_check_f AggregatedBandwidth_constraint;
51 ber_type_decoder_f AggregatedBandwidth_decode_ber;
52 der_type_encoder_f AggregatedBandwidth_encode_der;
53 xer_type_decoder_f AggregatedBandwidth_decode_xer;
54 xer_type_encoder_f AggregatedBandwidth_encode_xer;
55 oer_type_decoder_f AggregatedBandwidth_decode_oer;
56 oer_type_encoder_f AggregatedBandwidth_encode_oer;
57 per_type_decoder_f AggregatedBandwidth_decode_uper;
58 per_type_encoder_f AggregatedBandwidth_encode_uper;
59 per_type_decoder_f AggregatedBandwidth_decode_aper;
60 per_type_encoder_f AggregatedBandwidth_encode_aper;
61
62 #ifdef __cplusplus
63 }
64 #endif
65
66 #endif  /* _AggregatedBandwidth_H_ */
67 #include <asn_internal.h>