rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | #ifndef _IDC_NL1MPC_STR_H |
| 2 | #define _IDC_NL1MPC_STR_H |
| 3 | |
| 4 | #include "kal_general_types.h" |
| 5 | #include "kal_public_defs.h" |
| 6 | #include "global_type.h" |
| 7 | #include "idc_nr_def.h" |
| 8 | |
| 9 | typedef struct _nl1_mpc_idc_meas_object_ntf_struct |
| 10 | { |
| 11 | LOCAL_PARA_HDR |
| 12 | |
| 13 | kal_uint8 num; |
| 14 | kal_uint16 band[MAX_NR_SUPPORT_MEAS_FREQ_NUM]; |
| 15 | kal_uint32 dlFreq[MAX_NR_SUPPORT_MEAS_FREQ_NUM]; |
| 16 | kal_uint32 dlARFCN[MAX_NR_SUPPORT_MEAS_FREQ_NUM]; |
| 17 | kal_uint32 measBW[MAX_NR_SUPPORT_MEAS_FREQ_NUM]; |
| 18 | |
| 19 | }nl1_mpc_idc_meas_object_ntf_struct; |
| 20 | |
| 21 | #endif |