[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / BWP-DownlinkDedicated.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 _BWP_DownlinkDedicated_H_
9 #define _BWP_DownlinkDedicated_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum BWP_DownlinkDedicated__pdcch_Config_PR {
25         BWP_DownlinkDedicated__pdcch_Config_PR_NOTHING, /* No components present */
26         BWP_DownlinkDedicated__pdcch_Config_PR_release,
27         BWP_DownlinkDedicated__pdcch_Config_PR_setup
28 } BWP_DownlinkDedicated__pdcch_Config_PR;
29 typedef enum BWP_DownlinkDedicated__pdsch_Config_PR {
30         BWP_DownlinkDedicated__pdsch_Config_PR_NOTHING, /* No components present */
31         BWP_DownlinkDedicated__pdsch_Config_PR_release,
32         BWP_DownlinkDedicated__pdsch_Config_PR_setup
33 } BWP_DownlinkDedicated__pdsch_Config_PR;
34 typedef enum BWP_DownlinkDedicated__sps_Config_PR {
35         BWP_DownlinkDedicated__sps_Config_PR_NOTHING,   /* No components present */
36         BWP_DownlinkDedicated__sps_Config_PR_release,
37         BWP_DownlinkDedicated__sps_Config_PR_setup
38 } BWP_DownlinkDedicated__sps_Config_PR;
39 typedef enum BWP_DownlinkDedicated__radioLinkMonitoringConfig_PR {
40         BWP_DownlinkDedicated__radioLinkMonitoringConfig_PR_NOTHING,    /* No components present */
41         BWP_DownlinkDedicated__radioLinkMonitoringConfig_PR_release,
42         BWP_DownlinkDedicated__radioLinkMonitoringConfig_PR_setup
43 } BWP_DownlinkDedicated__radioLinkMonitoringConfig_PR;
44
45 /* Forward declarations */
46 struct PDCCH_Config;
47 struct PDSCH_Config;
48 struct SPS_Config;
49 struct RadioLinkMonitoringConfig;
50
51 /* BWP-DownlinkDedicated */
52 typedef struct BWP_DownlinkDedicated {
53         struct BWP_DownlinkDedicated__pdcch_Config {
54                 BWP_DownlinkDedicated__pdcch_Config_PR present;
55                 union BWP_DownlinkDedicated__pdcch_Config_u {
56                         NULL_t   release;
57                         struct PDCCH_Config     *setup;
58                 } choice;
59                 
60                 /* Context for parsing across buffer boundaries */
61                 asn_struct_ctx_t _asn_ctx;
62         } *pdcch_Config;
63         struct BWP_DownlinkDedicated__pdsch_Config {
64                 BWP_DownlinkDedicated__pdsch_Config_PR present;
65                 union BWP_DownlinkDedicated__pdsch_Config_u {
66                         NULL_t   release;
67                         struct PDSCH_Config     *setup;
68                 } choice;
69                 
70                 /* Context for parsing across buffer boundaries */
71                 asn_struct_ctx_t _asn_ctx;
72         } *pdsch_Config;
73         struct BWP_DownlinkDedicated__sps_Config {
74                 BWP_DownlinkDedicated__sps_Config_PR present;
75                 union BWP_DownlinkDedicated__sps_Config_u {
76                         NULL_t   release;
77                         struct SPS_Config       *setup;
78                 } choice;
79                 
80                 /* Context for parsing across buffer boundaries */
81                 asn_struct_ctx_t _asn_ctx;
82         } *sps_Config;
83         struct BWP_DownlinkDedicated__radioLinkMonitoringConfig {
84                 BWP_DownlinkDedicated__radioLinkMonitoringConfig_PR present;
85                 union BWP_DownlinkDedicated__radioLinkMonitoringConfig_u {
86                         NULL_t   release;
87                         struct RadioLinkMonitoringConfig        *setup;
88                 } choice;
89                 
90                 /* Context for parsing across buffer boundaries */
91                 asn_struct_ctx_t _asn_ctx;
92         } *radioLinkMonitoringConfig;
93         /*
94          * This type is extensible,
95          * possible extensions are below.
96          */
97         
98         /* Context for parsing across buffer boundaries */
99         asn_struct_ctx_t _asn_ctx;
100 } BWP_DownlinkDedicated_t;
101
102 /* Implementation */
103 extern asn_TYPE_descriptor_t asn_DEF_BWP_DownlinkDedicated;
104 extern asn_SEQUENCE_specifics_t asn_SPC_BWP_DownlinkDedicated_specs_1;
105 extern asn_TYPE_member_t asn_MBR_BWP_DownlinkDedicated_1[4];
106
107 #ifdef __cplusplus
108 }
109 #endif
110
111 #endif  /* _BWP_DownlinkDedicated_H_ */
112 #include <asn_internal.h>