[Feature][Modem]Update MTK MODEM V1.6 baseline version: MOLY.NR15.R3.MD700.IVT.MP1MR3.MP.V1.6.P1
MTK modem version: MOLY01273069_AUTO00295376(For_MOBILETEK2735_IVT_T800_V1_MOLY.NR15.R3.MD700.IVT.MP1MR3.MP.V1.6.P1).tar.gz
RF modem version: NA
Change-Id: I7ec7716298a6a7edb4c15e49e0e103cbad5938b9
diff --git a/mcu/interface/service/sbp/sbp_data.def b/mcu/interface/service/sbp/sbp_data.def
index bf0db93..afb63a0 100755
--- a/mcu/interface/service/sbp/sbp_data.def
+++ b/mcu/interface/service/sbp/sbp_data.def
@@ -5511,6 +5511,44 @@
SBP_DATA_DEFAULT_VAL(0)
SBP_DATA_DEF_END
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_AT_URC_REPORT_MODE - Control the AT URC report mode">
+ <DESCRIPTION>
+ <PARAG>
+ This SBP controls the AT URC report mode.
+ 0: Block all URCs until MD receives any AT commands.(still need to satisfy other report condition)
+ 1: As long as the report condition is met, the URC will be reported.
+ 2: Block all the URCs except +EIND:128 until MD receives any AT commands.(still need to satisfy other report condition)
+ Default is 1.
+ </PARAG>
+ </DESCRIPTION>
+ <CATEGORY>L5</CATEGORY>
+ <CONFIG>
+ <VALUE value="0x00">0</VALUE>
+ <VALUE value="0x01">1</VALUE>
+ <VALUE value="0x02">2</VALUE>
+ </CONFIG>
+ <DEFAULT>0x01</DEFAULT>
+ <OP>N/A</OP>
+ <DEPENDENCY>N/A</DEPENDENCY>
+ <NOTE>
+ IS_VIOLATE_STANDARD=N
+ </NOTE>
+ <AUTHOR>mtk14954</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+ SBP_DATA_DEF(162, SBP_AT_URC_REPORT_MODE, SBP_ATTR_NONE, "Control the AT URC report mode")
+ SBP_DATA_DEF_VAL(0x00, "Block all URCs until MD receives any AT commands")
+ SBP_DATA_DEF_VAL(0x01, "As long as the report condition is met, the URC will be reported")
+ SBP_DATA_DEF_VAL(0x02, "Block all the URCs except +EIND:128 until MD receives any AT commands.")
+#if defined(__MTK_TARGET__) && defined(MT6297) && defined(__MODEM_CARD__)
+ SBP_DATA_DEFAULT_VAL(0x00)
+#else
+ SBP_DATA_DEFAULT_VAL(0x01)
+#endif /* defined(__MTK_TARGET__) && defined(MT6297) && defined(__MODEM_CARD__) */
+ SBP_DATA_DEF_END
+
+
#undef SBP_DATA_DEF
#undef SBP_DATA_DEFAULT_VAL
#undef SBP_DATA_DEF_VAL