[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / PDCCH-ConfigCommon.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 _PDCCH_ConfigCommon_H_
9 #define _PDCCH_ConfigCommon_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ControlResourceSetZero.h"
16 #include "SearchSpaceZero.h"
17 #include "SearchSpaceId.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 /* Forward declarations */
27 struct ControlResourceSet;
28 struct SearchSpace;
29
30 /* PDCCH-ConfigCommon */
31 typedef struct PDCCH_ConfigCommon {
32         ControlResourceSetZero_t        *controlResourceSetZero;        /* OPTIONAL */
33         struct ControlResourceSet       *commonControlResourceSet;      /* OPTIONAL */
34         SearchSpaceZero_t       *searchSpaceZero;       /* OPTIONAL */
35         struct PDCCH_ConfigCommon__commonSearchSpaceList {
36                 A_SEQUENCE_OF(struct SearchSpace) list;
37                 
38                 /* Context for parsing across buffer boundaries */
39                 asn_struct_ctx_t _asn_ctx;
40         } *commonSearchSpaceList;
41         SearchSpaceId_t *searchSpaceSIB1;       /* OPTIONAL */
42         SearchSpaceId_t *searchSpaceOtherSystemInformation;     /* OPTIONAL */
43         SearchSpaceId_t *pagingSearchSpace;     /* OPTIONAL */
44         SearchSpaceId_t *ra_SearchSpace;        /* OPTIONAL */
45         /*
46          * This type is extensible,
47          * possible extensions are below.
48          */
49         
50         /* Context for parsing across buffer boundaries */
51         asn_struct_ctx_t _asn_ctx;
52 } PDCCH_ConfigCommon_t;
53
54 /* Implementation */
55 extern asn_TYPE_descriptor_t asn_DEF_PDCCH_ConfigCommon;
56 extern asn_SEQUENCE_specifics_t asn_SPC_PDCCH_ConfigCommon_specs_1;
57 extern asn_TYPE_member_t asn_MBR_PDCCH_ConfigCommon_1[8];
58
59 #ifdef __cplusplus
60 }
61 #endif
62
63 #endif  /* _PDCCH_ConfigCommon_H_ */
64 #include <asn_internal.h>