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`
8 #ifndef _SupportedBandwidth_H_
9 #define _SupportedBandwidth_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_CHOICE.h>
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;
48 /* SupportedBandwidth */
49 typedef struct SupportedBandwidth {
50 SupportedBandwidth_PR present;
51 union SupportedBandwidth_u {
56 /* Context for parsing across buffer boundaries */
57 asn_struct_ctx_t _asn_ctx;
58 } SupportedBandwidth_t;
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;
72 #endif /* _SupportedBandwidth_H_ */
73 #include <asn_internal.h>