[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_feature.def b/mcu/interface/service/sbp/sbp_feature.def
index b8f92f2..bfbab07 100755
--- a/mcu/interface/service/sbp/sbp_feature.def
+++ b/mcu/interface/service/sbp/sbp_feature.def
@@ -27991,7 +27991,10 @@
<DEFAULT>0</DEFAULT>
<OP>N/A</OP>
<DEPENDENCY>N/A</DEPENDENCY>
- <NOTE>N/A</NOTE>
+ <NOTE>
+ IS_VIOLATE_STANDARD=Y
+ VIOLATED_STANDARD=3GPP 24.008, 24.301, 24.501
+ </NOTE>
<AUTHOR>mtk15893</AUTHOR>
</SBP>
******* SBP Document END **************************************************************************/
@@ -33502,6 +33505,60 @@
#else
SBP_FEATURE_DEF(SBP_UMTS_BANDS_OPTIMIZATION_US_VERIZON, SBP_ATTR_NONE, "Disable Band 2 and Band 4", "Not Enabled", "Enabled", 0)
#endif
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_EXTEND_LTE_PAGING_CYCLE">
+ <DESCRIPTION>
+ <PARAG>This feature is used to extend LTE paging cycle.</PARAG>
+ <PARAG>When this SBP is enabled, user can inject AT command to extend paging cycle.</PARAG>
+ <PARAG>AT command format is : AT+EGMC=1,lte_custom_paging_cycle,N (N:0=>disable, 1=>320ms, 2=>640ms, 3=>1280ms, 4=>2560ms) </PARAG>
+ <PARAG>UE will apply new paging cycle when new paging cycle is larger than paging cycle indicated by SPEC.</PARAG>
+ </DESCRIPTION>
+ <CATEGORY>EAS</CATEGORY>
+ <CONFIG>
+ <VALUE value="0">user cannot extend LTE paging cycle.</VALUE>
+ <VALUE value="1">user can extend LTE paging cycle by AT command.</VALUE>
+ </CONFIG>
+ <DEFAULT>0</DEFAULT>
+ <OP>N/A</OP>
+ <DEPENDENCY>This feature is controlled by __SBP_EXTEND_LTE_PAGING_CYCLE__.</DEPENDENCY>
+ <NOTE>This feature is available LR15.R3.MP onwards.</NOTE>
+ <AUTHOR>mtk11225</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#ifdef __SBP_EXTEND_LTE_PAGING_CYCLE__
+SBP_FEATURE_DEF(SBP_EXTEND_LTE_PAGING_CYCLE, SBP_ATTR_NONE, "Support to Extend LTE paging cycle", "Not Enabled", "Enabled", 1)
+#else
+SBP_FEATURE_DEF(SBP_EXTEND_LTE_PAGING_CYCLE, SBP_ATTR_NONE, "Support to Extend LTE paging cycle", "Not Enabled", "Enabled", 0)
+#endif
+
+/****** SBP Document BEGIN ************************************************************************
+<SBP title="SBP_NR_CUSTOMIZED_PAGING_CYCLE - Feature to use customized paging cycle ">
+ <DESCRIPTION>
+ <PARAG>
+ This SBP feature is used to set Customized paging cycle feature ON.
+ If this SBP is ON, customer can define paging cycle by using AT command.
+ </PARAG>
+ </DESCRIPTION>
+ <CATEGORY>EAS</CATEGORY>
+ <CONFIG>
+ <VALUE value="0">Disabled</VALUE>
+ <VALUE value="1">Enabled</VALUE>
+ </CONFIG>
+ <DEFAULT>0</DEFAULT>
+ <OP>N/A</OP>
+ <DEPENDENCY>N/A</DEPENDENCY>
+ <NOTE>
+ IS_VIOLATE_STANDARD=Y
+ VIOLATED_STANDARD=3GPP 38.304 and 38.133
+ </NOTE>
+ <AUTHOR>mtk13804</AUTHOR>
+</SBP>
+******* SBP Document END **************************************************************************/
+#if defined(__ENABLE_NR_CUSTOMIZED_PAGING_CYCLE__)
+ SBP_FEATURE_DEF(SBP_NR_CUSTOMIZED_PAGING_CYCLE, SBP_ATTR_NONE, "Customized paging cycle", "Not enabled", "Enabled",1)
+#else
+ SBP_FEATURE_DEF(SBP_NR_CUSTOMIZED_PAGING_CYCLE, SBP_ATTR_NONE, "Customized paging cycle", "Not enabled", "Enabled",0)
+#endif
SBP_FEATURE_DEF_END(167)