/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "./22April22_Paging/rrc_15.3_asn.asn1" * `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _SRS_CarrierSwitching_H_ #define _SRS_CarrierSwitching_H_ #include /* Including external dependencies */ #include #include #include #include #include #include "ServCellIndex.h" #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum SRS_CarrierSwitching__srs_SwitchFromCarrier { SRS_CarrierSwitching__srs_SwitchFromCarrier_sUL = 0, SRS_CarrierSwitching__srs_SwitchFromCarrier_nUL = 1 } e_SRS_CarrierSwitching__srs_SwitchFromCarrier; typedef enum SRS_CarrierSwitching__srs_TPC_PDCCH_Group_PR { SRS_CarrierSwitching__srs_TPC_PDCCH_Group_PR_NOTHING, /* No components present */ SRS_CarrierSwitching__srs_TPC_PDCCH_Group_PR_typeA, SRS_CarrierSwitching__srs_TPC_PDCCH_Group_PR_typeB } SRS_CarrierSwitching__srs_TPC_PDCCH_Group_PR; /* Forward declarations */ struct SRS_TPC_PDCCH_Config; /* SRS-CarrierSwitching */ typedef struct SRS_CarrierSwitching { long *srs_SwitchFromServCellIndex; /* OPTIONAL */ long srs_SwitchFromCarrier; struct SRS_CarrierSwitching__srs_TPC_PDCCH_Group { SRS_CarrierSwitching__srs_TPC_PDCCH_Group_PR present; union SRS_CarrierSwitching__srs_TPC_PDCCH_Group_u { struct SRS_CarrierSwitching__srs_TPC_PDCCH_Group__typeA { A_SEQUENCE_OF(struct SRS_TPC_PDCCH_Config) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *typeA; struct SRS_TPC_PDCCH_Config *typeB; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *srs_TPC_PDCCH_Group; struct SRS_CarrierSwitching__monitoringCells { A_SEQUENCE_OF(ServCellIndex_t) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *monitoringCells; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } SRS_CarrierSwitching_t; /* Implementation */ /* extern asn_TYPE_descriptor_t asn_DEF_srs_SwitchFromCarrier_3; // (Use -fall-defs-global to expose) */ extern asn_TYPE_descriptor_t asn_DEF_SRS_CarrierSwitching; extern asn_SEQUENCE_specifics_t asn_SPC_SRS_CarrierSwitching_specs_1; extern asn_TYPE_member_t asn_MBR_SRS_CarrierSwitching_1[4]; #ifdef __cplusplus } #endif #endif /* _SRS_CarrierSwitching_H_ */ #include