[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / CSI-RS-ResourceConfigMobility.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 _CSI_RS_ResourceConfigMobility_H_
9 #define _CSI_RS_ResourceConfigMobility_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "SubcarrierSpacing.h"
16 #include <asn_SEQUENCE_OF.h>
17 #include <constr_SEQUENCE_OF.h>
18 #include "ServCellIndex.h"
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Forward declarations */
26 struct CSI_RS_CellMobility;
27
28 /* CSI-RS-ResourceConfigMobility */
29 typedef struct CSI_RS_ResourceConfigMobility {
30         SubcarrierSpacing_t      subcarrierSpacing;
31         struct CSI_RS_ResourceConfigMobility__csi_RS_CellList_Mobility {
32                 A_SEQUENCE_OF(struct CSI_RS_CellMobility) list;
33                 
34                 /* Context for parsing across buffer boundaries */
35                 asn_struct_ctx_t _asn_ctx;
36         } csi_RS_CellList_Mobility;
37         /*
38          * This type is extensible,
39          * possible extensions are below.
40          */
41         struct CSI_RS_ResourceConfigMobility__ext1 {
42                 ServCellIndex_t *refServCellIndex_v1530;        /* OPTIONAL */
43                 
44                 /* Context for parsing across buffer boundaries */
45                 asn_struct_ctx_t _asn_ctx;
46         } *ext1;
47         
48         /* Context for parsing across buffer boundaries */
49         asn_struct_ctx_t _asn_ctx;
50 } CSI_RS_ResourceConfigMobility_t;
51
52 /* Implementation */
53 extern asn_TYPE_descriptor_t asn_DEF_CSI_RS_ResourceConfigMobility;
54 extern asn_SEQUENCE_specifics_t asn_SPC_CSI_RS_ResourceConfigMobility_specs_1;
55 extern asn_TYPE_member_t asn_MBR_CSI_RS_ResourceConfigMobility_1[3];
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _CSI_RS_ResourceConfigMobility_H_ */
62 #include <asn_internal.h>