[Feature][Modem]1.merge MTK P2 patch 2.RF:bias modification of frequency band
Change-Id: I846de8f085e50c1b9557ad8c5d0b2cc088b18d86
diff --git a/mcu/interface/protocol/nas_multimode/upcm/upcm.h b/mcu/interface/protocol/nas_multimode/upcm/upcm.h
index fd7f078..3bb91df 100755
--- a/mcu/interface/protocol/nas_multimode/upcm/upcm.h
+++ b/mcu/interface/protocol/nas_multimode/upcm/upcm.h
@@ -54,6 +54,11 @@
* ==========================================================================
* $Log$
*
+ * 11 17 2022 stun.wu
+ * [MOLY00672250] ?????? 1396774: ?????LTE to SA?Reg req????uplink data status
+ *
+ * .
+ *
* 11 04 2021 stun.wu
* [MOLY00678218] [Gen97][4N SQC-Lite][W2124][W2128][Internal FT][Post_MP7][Guangzhou][MT6877][Montrose][Feature_Enhance_Test]CU+CMCC_SA+SA_Temp_Data_Switch_On, SIM1 MT call failed(1/10)
*
@@ -716,4 +721,17 @@
kal_bool upcm_is_test_loop(kal_uint8 protocol_idx);
+/**
+ * @brief upcm_has_pending_rollback_ul_data
+ * Check if UPCM has pending rollback UL data queued within.
+ *
+ * @param protocol_idx
+ * @return bool
+ * TRUE: has pending rollback UL data
+ * FALSE: no pending rollback UL data
+ */
+#ifdef __FIVEG_NAS__
+kal_bool upcm_has_pending_rollback_ul_data(kal_uint8 protocol_idx);
+#endif
+
#endif /* ----- #ifndef UPCM_INC ----- */