blob: e0bdb878a414808db81052dfa385a170b5ed47b4 [file] [log] [blame]
#ifndef _IDC_NL1TX_STR_H
#define _IDC_NL1TX_STR_H
#include "kal_general_types.h"
#include "kal_public_defs.h"
#include "global_type.h"
#include "abs_time.h"
#include "idc_nr_def.h"
#include "idc_nl1tx_enum.h"
#include "nl1_comm_internal_inter_core_public.h"
typedef struct _nl1tx_idc_tdm_cell_list_struct
{
NL1_SIM_IDX_E sim_index;
kal_uint8 ccIndex[IDC_NR_MAX_UL_CC_NUM];
kal_uint32 duration[IDC_NR_MAX_UL_CC_NUM];
kal_uint32 leadTime[IDC_NR_MAX_UL_CC_NUM];
ABS_TICK_TIME startTime[IDC_NR_MAX_UL_CC_NUM];
}nl1tx_idc_tdm_cell_list_struct;
typedef struct _idc_nl1tx_max_pwr_ind_struct
{
LOCAL_PARA_HDR
NL1_SIM_IDX_E sim_index;
kal_int16 maxTxPwr[IDC_NR_MAX_UL_BAND_SUPPORT_NUM];
}idc_nl1tx_max_pwr_ind_struct;
typedef struct _nl1tx_idc_tx_status_struct
{
kal_uint8 enableBmp;
kal_uint32 TxFrcTime[IDC_NR_CC_NUM];
kal_int8 TxPwrState[IDC_NR_CC_NUM];
}nl1tx_idc_tx_status_struct;
typedef struct _nl1tx_idc_protect_ntf_struct
{
LOCAL_PARA_HDR
kal_uint8 ccIndex;
nl1tx_idc_protected_action_enum idc_action;
nl1tx_idc_protected_type_enum protected_type;
}nl1tx_idc_protect_ntf_struct;
#endif