#ifndef _IDC_NL1MPC_STR_H | |
#define _IDC_NL1MPC_STR_H | |
#include "kal_general_types.h" | |
#include "kal_public_defs.h" | |
#include "global_type.h" | |
#include "idc_nr_def.h" | |
typedef struct _nl1_mpc_idc_meas_object_ntf_struct | |
{ | |
LOCAL_PARA_HDR | |
kal_uint8 num; | |
kal_uint16 band[MAX_NR_SUPPORT_MEAS_FREQ_NUM]; | |
kal_uint32 dlFreq[MAX_NR_SUPPORT_MEAS_FREQ_NUM]; | |
kal_uint32 dlARFCN[MAX_NR_SUPPORT_MEAS_FREQ_NUM]; | |
kal_uint32 measBW[MAX_NR_SUPPORT_MEAS_FREQ_NUM]; | |
}nl1_mpc_idc_meas_object_ntf_struct; | |
#endif |