/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "../../../rrc_15.3_asn.asn1" * `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _NZP_CSI_RS_ResourceSet_H_ #define _NZP_CSI_RS_ResourceSet_H_ #include /* Including external dependencies */ #include "NZP-CSI-RS-ResourceSetId.h" #include #include #include "NZP-CSI-RS-ResourceId.h" #include #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum NZP_CSI_RS_ResourceSet__repetition { NZP_CSI_RS_ResourceSet__repetition_on = 0, NZP_CSI_RS_ResourceSet__repetition_off = 1 } e_NZP_CSI_RS_ResourceSet__repetition; typedef enum NZP_CSI_RS_ResourceSet__trs_Info { NZP_CSI_RS_ResourceSet__trs_Info_true = 0 } e_NZP_CSI_RS_ResourceSet__trs_Info; /* NZP-CSI-RS-ResourceSet */ typedef struct NZP_CSI_RS_ResourceSet { NZP_CSI_RS_ResourceSetId_t nzp_CSI_ResourceSetId; struct NZP_CSI_RS_ResourceSet__nzp_CSI_RS_Resources { A_SEQUENCE_OF(NZP_CSI_RS_ResourceId_t) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } nzp_CSI_RS_Resources; long *repetition; /* OPTIONAL */ long *aperiodicTriggeringOffset; /* OPTIONAL */ long *trs_Info; /* OPTIONAL */ /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } NZP_CSI_RS_ResourceSet_t; /* Implementation */ /* extern asn_TYPE_descriptor_t asn_DEF_repetition_5; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_trs_Info_9; // (Use -fall-defs-global to expose) */ extern asn_TYPE_descriptor_t asn_DEF_NZP_CSI_RS_ResourceSet; extern asn_SEQUENCE_specifics_t asn_SPC_NZP_CSI_RS_ResourceSet_specs_1; extern asn_TYPE_member_t asn_MBR_NZP_CSI_RS_ResourceSet_1[5]; #ifdef __cplusplus } #endif #endif /* _NZP_CSI_RS_ResourceSet_H_ */ #include