/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1" * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _CSI_RS_ResourceConfigMobility_H_ #define _CSI_RS_ResourceConfigMobility_H_ #include /* Including external dependencies */ #include "SubcarrierSpacing.h" #include #include #include "ServCellIndex.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct CSI_RS_CellMobility; /* CSI-RS-ResourceConfigMobility */ typedef struct CSI_RS_ResourceConfigMobility { SubcarrierSpacing_t subcarrierSpacing; struct CSI_RS_ResourceConfigMobility__csi_RS_CellList_Mobility { A_SEQUENCE_OF(struct CSI_RS_CellMobility) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } csi_RS_CellList_Mobility; /* * This type is extensible, * possible extensions are below. */ struct CSI_RS_ResourceConfigMobility__ext1 { ServCellIndex_t *refServCellIndex_v1530; /* OPTIONAL */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *ext1; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } CSI_RS_ResourceConfigMobility_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_CSI_RS_ResourceConfigMobility; extern asn_SEQUENCE_specifics_t asn_SPC_CSI_RS_ResourceConfigMobility_specs_1; extern asn_TYPE_member_t asn_MBR_CSI_RS_ResourceConfigMobility_1[3]; #ifdef __cplusplus } #endif #endif /* _CSI_RS_ResourceConfigMobility_H_ */ #include