/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "../../../rrc_15.5.1_asn.asn1" * `asn1c -D ./rrc_out_hlal -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _PUSCH_ServingCellConfig_H_ #define _PUSCH_ServingCellConfig_H_ #include /* Including external dependencies */ #include #include #include #include #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum PUSCH_ServingCellConfig__codeBlockGroupTransmission_PR { PUSCH_ServingCellConfig__codeBlockGroupTransmission_PR_NOTHING, /* No components present */ PUSCH_ServingCellConfig__codeBlockGroupTransmission_PR_release, PUSCH_ServingCellConfig__codeBlockGroupTransmission_PR_setup } PUSCH_ServingCellConfig__codeBlockGroupTransmission_PR; typedef enum PUSCH_ServingCellConfig__rateMatching { PUSCH_ServingCellConfig__rateMatching_limitedBufferRM = 0 } e_PUSCH_ServingCellConfig__rateMatching; typedef enum PUSCH_ServingCellConfig__xOverhead { PUSCH_ServingCellConfig__xOverhead_xoh6 = 0, PUSCH_ServingCellConfig__xOverhead_xoh12 = 1, PUSCH_ServingCellConfig__xOverhead_xoh18 = 2 } e_PUSCH_ServingCellConfig__xOverhead; /* Forward declarations */ struct PUSCH_CodeBlockGroupTransmission; /* PUSCH-ServingCellConfig */ typedef struct PUSCH_ServingCellConfig { struct PUSCH_ServingCellConfig__codeBlockGroupTransmission { PUSCH_ServingCellConfig__codeBlockGroupTransmission_PR present; union PUSCH_ServingCellConfig__codeBlockGroupTransmission_u { NULL_t release; struct PUSCH_CodeBlockGroupTransmission *setup; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *codeBlockGroupTransmission; long *rateMatching; /* OPTIONAL */ long *xOverhead; /* OPTIONAL */ /* * This type is extensible, * possible extensions are below. */ struct PUSCH_ServingCellConfig__ext1 { long *maxMIMO_Layers; /* OPTIONAL */ BOOLEAN_t *processingType2Enabled; /* 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; } PUSCH_ServingCellConfig_t; /* Implementation */ /* extern asn_TYPE_descriptor_t asn_DEF_rateMatching_5; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_xOverhead_7; // (Use -fall-defs-global to expose) */ extern asn_TYPE_descriptor_t asn_DEF_PUSCH_ServingCellConfig; extern asn_SEQUENCE_specifics_t asn_SPC_PUSCH_ServingCellConfig_specs_1; extern asn_TYPE_member_t asn_MBR_PUSCH_ServingCellConfig_1[4]; #ifdef __cplusplus } #endif #endif /* _PUSCH_ServingCellConfig_H_ */ #include