[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / CA-BandwidthClassEUTRA.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 _CA_BandwidthClassEUTRA_H_
9 #define _CA_BandwidthClassEUTRA_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 CA_BandwidthClassEUTRA {
23         CA_BandwidthClassEUTRA_a        = 0,
24         CA_BandwidthClassEUTRA_b        = 1,
25         CA_BandwidthClassEUTRA_c        = 2,
26         CA_BandwidthClassEUTRA_d        = 3,
27         CA_BandwidthClassEUTRA_e        = 4,
28         CA_BandwidthClassEUTRA_f        = 5
29         /*
30          * Enumeration is extensible
31          */
32 } e_CA_BandwidthClassEUTRA;
33
34 /* CA-BandwidthClassEUTRA */
35 typedef long     CA_BandwidthClassEUTRA_t;
36
37 /* Implementation */
38 extern asn_per_constraints_t asn_PER_type_CA_BandwidthClassEUTRA_constr_1;
39 extern asn_TYPE_descriptor_t asn_DEF_CA_BandwidthClassEUTRA;
40 extern const asn_INTEGER_specifics_t asn_SPC_CA_BandwidthClassEUTRA_specs_1;
41 asn_struct_free_f CA_BandwidthClassEUTRA_free;
42 asn_struct_print_f CA_BandwidthClassEUTRA_print;
43 asn_constr_check_f CA_BandwidthClassEUTRA_constraint;
44 ber_type_decoder_f CA_BandwidthClassEUTRA_decode_ber;
45 der_type_encoder_f CA_BandwidthClassEUTRA_encode_der;
46 xer_type_decoder_f CA_BandwidthClassEUTRA_decode_xer;
47 xer_type_encoder_f CA_BandwidthClassEUTRA_encode_xer;
48 oer_type_decoder_f CA_BandwidthClassEUTRA_decode_oer;
49 oer_type_encoder_f CA_BandwidthClassEUTRA_encode_oer;
50 per_type_decoder_f CA_BandwidthClassEUTRA_decode_uper;
51 per_type_encoder_f CA_BandwidthClassEUTRA_encode_uper;
52 per_type_decoder_f CA_BandwidthClassEUTRA_decode_aper;
53 per_type_encoder_f CA_BandwidthClassEUTRA_encode_aper;
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _CA_BandwidthClassEUTRA_H_ */
60 #include <asn_internal.h>