[Feature][Modem]Add Modem Patch P1
Change-Id: Idee4f9fd6700b484f7db86704cf5639cec4d71a2
diff --git a/mcu/interface/protocol/sase/sase_if.h b/mcu/interface/protocol/sase/sase_if.h
old mode 100644
new mode 100755
index 4e98ef0..75fc7d3
--- a/mcu/interface/protocol/sase/sase_if.h
+++ b/mcu/interface/protocol/sase/sase_if.h
@@ -53,13 +53,18 @@
* ==========================================================================
* $Log$
*
+ * 08 12 2022 tzuan.lin
+ * [MOLY00767952] The Requirement for SA silence mode in VoNR
+ *
+ * sa silence in handover
+ *
* 02 14 2022 shih-yu.chen
- * [MOLY00663097] 【Clone from ALPS05378235】请协助评估实现SA功耗优化接口
+ * [MOLY00663097] ?Clone from ALPS05378235?请??å©è¯ä¼°å®ç°SA??è?ä?å?æ¥?£
*
* sa_silence merge to MD700.
*
* 03 23 2021 shih-yu.chen
- * [MOLY00576678] 请协助评估实现SA功耗优化接口
+ * [MOLY00576678] 请å?å©è¯ä¼°å®ç°SA??è?ä?å?æ¥?£
*
* add sa_silence interface.
*
@@ -156,13 +161,20 @@
}sase_nrrc_scg_event_ind_struct;
typedef struct {
- LOCAL_PARA_HDR
- kal_bool sa_silence_on;
+ LOCAL_PARA_HDR
+ kal_bool is_sa_silence_on;
+ kal_bool is_ho_to_lte_on;
+ kal_bool is_direct_local_release_on;
} sase_nrrc_sa_silence_ctrl_req_struct;
typedef struct {
- LOCAL_PARA_HDR
- kal_bool redirect_to_lte;
+ LOCAL_PARA_HDR
+ kal_bool sa_silence_on;
+} sase_errc_sa_silence_ctrl_req_struct;
+
+typedef struct {
+ LOCAL_PARA_HDR
+ kal_bool is_redirect_to_lte;
} sase_nrrc_connection_release_ind_struct;
typedef enum {
@@ -305,7 +317,6 @@
typedef sase_nrrc_scg_event_ind_struct sase_nrrc_scg_event_ind_struct; // MSG_ID_SASE_NRRC_SCG_EVENT_IND
// Mapping interface between TMC and SASE client
typedef sase_tmc_ue_status_ind_struct sase_tmc_ue_status_ind_struct; // MSG_ID_SASE_TMC_UE_STATUS_IND
-typedef sase_nrrc_sa_silence_ctrl_req_struct sase_errc_sa_silence_ctrl_req_struct;
typedef sase_general_modem_configure_query_req sase_general_modem_configure_query_req_struct; // MSG_ID_SASE_GENERAL_MODEM_CONFIGURE_QUERY_REQ
typedef sase_general_modem_configure_query_cnf sase_general_modem_configure_query_cnf_struct; // MSG_ID_SASE_GENERAL_MODEM_CONFIGURE_QUERY_CNF
#endif