[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / SupportedBandwidth.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 _SupportedBandwidth_H_
9 #define _SupportedBandwidth_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum SupportedBandwidth_PR {
24         SupportedBandwidth_PR_NOTHING,  /* No components present */
25         SupportedBandwidth_PR_fr1,
26         SupportedBandwidth_PR_fr2
27 } SupportedBandwidth_PR;
28 typedef enum SupportedBandwidth__fr1 {
29         SupportedBandwidth__fr1_mhz5    = 0,
30         SupportedBandwidth__fr1_mhz10   = 1,
31         SupportedBandwidth__fr1_mhz15   = 2,
32         SupportedBandwidth__fr1_mhz20   = 3,
33         SupportedBandwidth__fr1_mhz25   = 4,
34         SupportedBandwidth__fr1_mhz30   = 5,
35         SupportedBandwidth__fr1_mhz40   = 6,
36         SupportedBandwidth__fr1_mhz50   = 7,
37         SupportedBandwidth__fr1_mhz60   = 8,
38         SupportedBandwidth__fr1_mhz80   = 9,
39         SupportedBandwidth__fr1_mhz100  = 10
40 } e_SupportedBandwidth__fr1;
41 typedef enum SupportedBandwidth__fr2 {
42         SupportedBandwidth__fr2_mhz50   = 0,
43         SupportedBandwidth__fr2_mhz100  = 1,
44         SupportedBandwidth__fr2_mhz200  = 2,
45         SupportedBandwidth__fr2_mhz400  = 3
46 } e_SupportedBandwidth__fr2;
47
48 /* SupportedBandwidth */
49 typedef struct SupportedBandwidth {
50         SupportedBandwidth_PR present;
51         union SupportedBandwidth_u {
52                 long     fr1;
53                 long     fr2;
54         } choice;
55         
56         /* Context for parsing across buffer boundaries */
57         asn_struct_ctx_t _asn_ctx;
58 } SupportedBandwidth_t;
59
60 /* Implementation */
61 /* extern asn_TYPE_descriptor_t asn_DEF_fr1_2;  // (Use -fall-defs-global to expose) */
62 /* extern asn_TYPE_descriptor_t asn_DEF_fr2_14; // (Use -fall-defs-global to expose) */
63 extern asn_TYPE_descriptor_t asn_DEF_SupportedBandwidth;
64 extern asn_CHOICE_specifics_t asn_SPC_SupportedBandwidth_specs_1;
65 extern asn_TYPE_member_t asn_MBR_SupportedBandwidth_1[2];
66 extern asn_per_constraints_t asn_PER_type_SupportedBandwidth_constr_1;
67
68 #ifdef __cplusplus
69 }
70 #endif
71
72 #endif  /* _SupportedBandwidth_H_ */
73 #include <asn_internal.h>