rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | #ifndef _IDC_EL1TX_STR_H |
| 2 | #define _IDC_EL1TX_STR_H |
| 3 | |
| 4 | #include "kal_general_types.h" |
| 5 | #include "kal_public_defs.h" |
| 6 | #include "global_type.h" |
| 7 | #include "abs_time.h" |
| 8 | |
| 9 | #include "idc_lte_def.h" |
| 10 | |
| 11 | typedef struct _el1tx_idc_tdm_cell_list_struct |
| 12 | { |
| 13 | kal_uint8 cc_index; |
| 14 | kal_uint32 duration; |
| 15 | kal_uint32 lead_time; |
| 16 | ABS_TICK_TIME strtTime; |
| 17 | }el1tx_idc_tdm_cell_list_struct; |
| 18 | |
| 19 | typedef struct _el1tx_idc_scell_actv_ntf_struct |
| 20 | { |
| 21 | LOCAL_PARA_HDR |
| 22 | |
| 23 | kal_uint8 srvActvBmp; |
| 24 | }el1tx_idc_scell_actv_ntf_struct; |
| 25 | |
| 26 | typedef struct _el1tx_idc_tx_status_struct |
| 27 | { |
| 28 | kal_uint8 enableBmp; |
| 29 | kal_uint32 TxFrcTime; |
| 30 | kal_int8 TxPwrState[IDC_LTE_CC_NUM]; |
| 31 | }el1tx_idc_tx_status_struct; |
| 32 | |
| 33 | #endif |