[Feature][T8TSK-212][Modem]Update MTK modem version to MOLY.NR15.R3.MD700.MP.V75.P12.L805A.L1.240604.20240618
MTK modem version: MOLY01359861_AUTO00312773(For_MOBILETEK35_IVT_T800_MOLY.NR15.R3.MD700.MP.V75.P12).tar.gz
RF modem version: L805A/l1_240604.rar
Change-Id: If1074fd71a264c643557ae641bcac10c4dcecdc4
diff --git a/mcu/protocol/interface/l4/l4c_nrrc_struct.h b/mcu/protocol/interface/l4/l4c_nrrc_struct.h
index 4bc1c8a..75b59d4 100644
--- a/mcu/protocol/interface/l4/l4c_nrrc_struct.h
+++ b/mcu/protocol/interface/l4/l4c_nrrc_struct.h
@@ -40,7 +40,7 @@
*
* Project:
* --------
- *
+ *
*
* Description:
* ------------
@@ -87,7 +87,7 @@
kal_uint16 serv_nr_band;
l4c_signal_reporting_type_enum signal_report_type;
- kal_uint8 thres_cross_signal_type; /* Applicable only if is_thres_cross is TRUE.
+ kal_uint8 thres_cross_signal_type; /* Applicable only if is_thres_cross is TRUE.
1 - ssRSRP, 2 - ssRSRQ, 3 - ssRSRP + ssRSRQ, 4 - ssSINR, 5 - RSRP + ssSINR, 6 - ssRSRQ + ssSINR, 7 - All three*/
kal_int16 ssSrxlev_in_qdb; /* range -32768 ~ 32767, invalid value:0x7fff */
kal_int16 ssSqual_in_qdb; /* range -32768 ~ 32767, invalid value:0x7fff */
@@ -253,11 +253,14 @@
nrrc_l4c_bar_cell_info_struct bar_cell_info[MAX_L4C_CUSTOM_BAR_CELL_NUM];
} l4c_nrrc_custom_bar_list_cnf_struct;
-typedef struct
+typedef struct
{
- LOCAL_PARA_HDR
+ LOCAL_PARA_HDR
kal_bool is_endc_drb_existent;
kal_bool is_nr_sa_drb_existent;
} l4c_nrrc_drb_info_ind_struct;
+typedef l4c_configured_band_unsupport_ind_struct l4c_nrrc_configured_band_unsupport_ind_struct;
+
+
#endif /* _L4C_NRRC_STRUCT_H_ */