[Bugfix][T106BUG-639]Fixed the problem that the network could not be searched after abnormal restart from low-power
Only Configure: No
Affected branch: master
Affected module: whitelist
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No
Change-Id: Ib38e9fdae898ccb999c75bd3cf3b079aa729c7be
diff --git a/ap/app/zte_comm/at_ctl/src/atctrl/at_ctl.c b/ap/app/zte_comm/at_ctl/src/atctrl/at_ctl.c
index 644e497..8a23c3a 100755
--- a/ap/app/zte_comm/at_ctl/src/atctrl/at_ctl.c
+++ b/ap/app/zte_comm/at_ctl/src/atctrl/at_ctl.c
@@ -796,7 +796,9 @@
/* Æô¶¯ÏûÏ¢¶¨Ê±²éѯ*/
at_timeout_start_perio_query();
}
- sc_cfg_get("customIndCmdList", PsmIndAtCmdPrefix, sizeof(PsmIndAtCmdPrefix));
+ //xf.li@20240603 modify for T106BUG-639 start
+ //sc_cfg_get("customIndCmdList", PsmIndAtCmdPrefix, sizeof(PsmIndAtCmdPrefix));
+ //xf.li@20240603 modify for T106BUG-639 end
while(g_powerOnType != POWER_ON_LOCALUPDATE)
{
iRet = 0;