[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / BandCombination.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 _BandCombination_H_
9 #define _BandCombination_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "FeatureSetCombinationId.h"
16 #include <BIT_STRING.h>
17 #include <NativeEnumerated.h>
18 #include <asn_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum BandCombination__powerClass_v1530 {
28         BandCombination__powerClass_v1530_pc2   = 0
29 } e_BandCombination__powerClass_v1530;
30
31 /* Forward declarations */
32 struct CA_ParametersEUTRA;
33 struct CA_ParametersNR;
34 struct MRDC_Parameters;
35 struct BandParameters;
36
37 /* BandCombination */
38 typedef struct BandCombination {
39         struct BandCombination__bandList {
40                 A_SEQUENCE_OF(struct BandParameters) list;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } bandList;
45         FeatureSetCombinationId_t        featureSetCombination;
46         struct CA_ParametersEUTRA       *ca_ParametersEUTRA;    /* OPTIONAL */
47         struct CA_ParametersNR  *ca_ParametersNR;       /* OPTIONAL */
48         struct MRDC_Parameters  *mrdc_Parameters;       /* OPTIONAL */
49         BIT_STRING_t    *supportedBandwidthCombinationSet;      /* OPTIONAL */
50         long    *powerClass_v1530;      /* OPTIONAL */
51         
52         /* Context for parsing across buffer boundaries */
53         asn_struct_ctx_t _asn_ctx;
54 } BandCombination_t;
55
56 /* Implementation */
57 /* extern asn_TYPE_descriptor_t asn_DEF_powerClass_v1530_9;     // (Use -fall-defs-global to expose) */
58 extern asn_TYPE_descriptor_t asn_DEF_BandCombination;
59 extern asn_SEQUENCE_specifics_t asn_SPC_BandCombination_specs_1;
60 extern asn_TYPE_member_t asn_MBR_BandCombination_1[7];
61
62 #ifdef __cplusplus
63 }
64 #endif
65
66 #endif  /* _BandCombination_H_ */
67 #include <asn_internal.h>