[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / CSI-RS-CellMobility.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 _CSI_RS_CellMobility_H_
9 #define _CSI_RS_CellMobility_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "PhysCellId.h"
16 #include <NativeEnumerated.h>
17 #include <NativeInteger.h>
18 #include <constr_SEQUENCE.h>
19 #include <asn_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE_OF.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum CSI_RS_CellMobility__csi_rs_MeasurementBW__nrofPRBs {
28         CSI_RS_CellMobility__csi_rs_MeasurementBW__nrofPRBs_size24      = 0,
29         CSI_RS_CellMobility__csi_rs_MeasurementBW__nrofPRBs_size48      = 1,
30         CSI_RS_CellMobility__csi_rs_MeasurementBW__nrofPRBs_size96      = 2,
31         CSI_RS_CellMobility__csi_rs_MeasurementBW__nrofPRBs_size192     = 3,
32         CSI_RS_CellMobility__csi_rs_MeasurementBW__nrofPRBs_size264     = 4
33 } e_CSI_RS_CellMobility__csi_rs_MeasurementBW__nrofPRBs;
34 typedef enum CSI_RS_CellMobility__density {
35         CSI_RS_CellMobility__density_d1 = 0,
36         CSI_RS_CellMobility__density_d3 = 1
37 } e_CSI_RS_CellMobility__density;
38
39 /* Forward declarations */
40 struct CSI_RS_Resource_Mobility;
41
42 /* CSI-RS-CellMobility */
43 typedef struct CSI_RS_CellMobility {
44         PhysCellId_t     cellId;
45         struct CSI_RS_CellMobility__csi_rs_MeasurementBW {
46                 long     nrofPRBs;
47                 long     startPRB;
48                 
49                 /* Context for parsing across buffer boundaries */
50                 asn_struct_ctx_t _asn_ctx;
51         } csi_rs_MeasurementBW;
52         long    *density;       /* OPTIONAL */
53         struct CSI_RS_CellMobility__csi_rs_ResourceList_Mobility {
54                 A_SEQUENCE_OF(struct CSI_RS_Resource_Mobility) list;
55                 
56                 /* Context for parsing across buffer boundaries */
57                 asn_struct_ctx_t _asn_ctx;
58         } csi_rs_ResourceList_Mobility;
59         
60         /* Context for parsing across buffer boundaries */
61         asn_struct_ctx_t _asn_ctx;
62 } CSI_RS_CellMobility_t;
63
64 /* Implementation */
65 /* extern asn_TYPE_descriptor_t asn_DEF_nrofPRBs_4;     // (Use -fall-defs-global to expose) */
66 /* extern asn_TYPE_descriptor_t asn_DEF_density_11;     // (Use -fall-defs-global to expose) */
67 extern asn_TYPE_descriptor_t asn_DEF_CSI_RS_CellMobility;
68 extern asn_SEQUENCE_specifics_t asn_SPC_CSI_RS_CellMobility_specs_1;
69 extern asn_TYPE_member_t asn_MBR_CSI_RS_CellMobility_1[4];
70
71 #ifdef __cplusplus
72 }
73 #endif
74
75 #endif  /* _CSI_RS_CellMobility_H_ */
76 #include <asn_internal.h>