[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / BandParameters.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 _BandParameters_H_
9 #define _BandParameters_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "FreqBandIndicatorEUTRA.h"
16 #include "CA-BandwidthClassEUTRA.h"
17 #include <constr_SEQUENCE.h>
18 #include "FreqBandIndicatorNR.h"
19 #include "CA-BandwidthClassNR.h"
20 #include <constr_CHOICE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum BandParameters_PR {
28         BandParameters_PR_NOTHING,      /* No components present */
29         BandParameters_PR_eutra,
30         BandParameters_PR_nr
31 } BandParameters_PR;
32
33 /* BandParameters */
34 typedef struct BandParameters {
35         BandParameters_PR present;
36         union BandParameters_u {
37                 struct BandParameters__eutra {
38                         FreqBandIndicatorEUTRA_t         bandEUTRA;
39                         CA_BandwidthClassEUTRA_t        *ca_BandwidthClassDL_EUTRA;     /* OPTIONAL */
40                         CA_BandwidthClassEUTRA_t        *ca_BandwidthClassUL_EUTRA;     /* OPTIONAL */
41                         
42                         /* Context for parsing across buffer boundaries */
43                         asn_struct_ctx_t _asn_ctx;
44                 } *eutra;
45                 struct BandParameters__nr {
46                         FreqBandIndicatorNR_t    bandNR;
47                         CA_BandwidthClassNR_t   *ca_BandwidthClassDL_NR;        /* OPTIONAL */
48                         CA_BandwidthClassNR_t   *ca_BandwidthClassUL_NR;        /* OPTIONAL */
49                         
50                         /* Context for parsing across buffer boundaries */
51                         asn_struct_ctx_t _asn_ctx;
52                 } *nr;
53         } choice;
54         
55         /* Context for parsing across buffer boundaries */
56         asn_struct_ctx_t _asn_ctx;
57 } BandParameters_t;
58
59 /* Implementation */
60 extern asn_TYPE_descriptor_t asn_DEF_BandParameters;
61 extern asn_CHOICE_specifics_t asn_SPC_BandParameters_specs_1;
62 extern asn_TYPE_member_t asn_MBR_BandParameters_1[2];
63 extern asn_per_constraints_t asn_PER_type_BandParameters_constr_1;
64
65 #ifdef __cplusplus
66 }
67 #endif
68
69 #endif  /* _BandParameters_H_ */
70 #include <asn_internal.h>