[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / BWP-DownlinkCommon.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 _BWP_DownlinkCommon_H_
9 #define _BWP_DownlinkCommon_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "BWP.h"
16 #include <NULL.h>
17 #include <constr_CHOICE.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Dependencies */
25 typedef enum BWP_DownlinkCommon__pdcch_ConfigCommon_PR {
26         BWP_DownlinkCommon__pdcch_ConfigCommon_PR_NOTHING,      /* No components present */
27         BWP_DownlinkCommon__pdcch_ConfigCommon_PR_release,
28         BWP_DownlinkCommon__pdcch_ConfigCommon_PR_setup
29 } BWP_DownlinkCommon__pdcch_ConfigCommon_PR;
30 typedef enum BWP_DownlinkCommon__pdsch_ConfigCommon_PR {
31         BWP_DownlinkCommon__pdsch_ConfigCommon_PR_NOTHING,      /* No components present */
32         BWP_DownlinkCommon__pdsch_ConfigCommon_PR_release,
33         BWP_DownlinkCommon__pdsch_ConfigCommon_PR_setup
34 } BWP_DownlinkCommon__pdsch_ConfigCommon_PR;
35
36 /* Forward declarations */
37 struct PDCCH_ConfigCommon;
38 struct PDSCH_ConfigCommon;
39
40 /* BWP-DownlinkCommon */
41 typedef struct BWP_DownlinkCommon {
42         BWP_t    genericParameters;
43         struct BWP_DownlinkCommon__pdcch_ConfigCommon {
44                 BWP_DownlinkCommon__pdcch_ConfigCommon_PR present;
45                 union BWP_DownlinkCommon__pdcch_ConfigCommon_u {
46                         NULL_t   release;
47                         struct PDCCH_ConfigCommon       *setup;
48                 } choice;
49                 
50                 /* Context for parsing across buffer boundaries */
51                 asn_struct_ctx_t _asn_ctx;
52         } *pdcch_ConfigCommon;
53         struct BWP_DownlinkCommon__pdsch_ConfigCommon {
54                 BWP_DownlinkCommon__pdsch_ConfigCommon_PR present;
55                 union BWP_DownlinkCommon__pdsch_ConfigCommon_u {
56                         NULL_t   release;
57                         struct PDSCH_ConfigCommon       *setup;
58                 } choice;
59                 
60                 /* Context for parsing across buffer boundaries */
61                 asn_struct_ctx_t _asn_ctx;
62         } *pdsch_ConfigCommon;
63         /*
64          * This type is extensible,
65          * possible extensions are below.
66          */
67         
68         /* Context for parsing across buffer boundaries */
69         asn_struct_ctx_t _asn_ctx;
70 } BWP_DownlinkCommon_t;
71
72 /* Implementation */
73 extern asn_TYPE_descriptor_t asn_DEF_BWP_DownlinkCommon;
74 extern asn_SEQUENCE_specifics_t asn_SPC_BWP_DownlinkCommon_specs_1;
75 extern asn_TYPE_member_t asn_MBR_BWP_DownlinkCommon_1[3];
76
77 #ifdef __cplusplus
78 }
79 #endif
80
81 #endif  /* _BWP_DownlinkCommon_H_ */
82 #include <asn_internal.h>