Merge "[Feature][T106]version update to T106-V2.01.01.02P56U06.AP.16.03_CAP.16.03"
diff --git a/cap/zx297520v3/src/lynq/framework/lynq-autosuspend/autosuspend_wakeup_count.c b/cap/zx297520v3/src/lynq/framework/lynq-autosuspend/autosuspend_wakeup_count.c
index c7cc274..6a235b3 100755
--- a/cap/zx297520v3/src/lynq/framework/lynq-autosuspend/autosuspend_wakeup_count.c
+++ b/cap/zx297520v3/src/lynq/framework/lynq-autosuspend/autosuspend_wakeup_count.c
@@ -719,7 +719,7 @@
}
else
{
- strcpy(cmdstr, "AT+ZPOWSTAT=1\r\n");
+ strcpy(cmdstr, "AT+ZLOWPWR=0\r\n");
printf("AUTOSUSPEND: cmd:%s\n",cmdstr);
ret = sc_at_send(1,cmdstr,rsp,sizeof(rsp));
printf("AUTOSUSPEND: sc_at_send result:%d %s\n",ret,rsp);
diff --git a/cap/zx297520v3/src/lynq/lib/liblynq-network/lynq_network.cpp b/cap/zx297520v3/src/lynq/lib/liblynq-network/lynq_network.cpp
index b8627a3..102df8b 100755
--- a/cap/zx297520v3/src/lynq/lib/liblynq-network/lynq_network.cpp
+++ b/cap/zx297520v3/src/lynq/lib/liblynq-network/lynq_network.cpp
@@ -1948,7 +1948,7 @@
}
Parcel* p=NULL;
- int ret=lynq_send_common_request(p,g_wait_time,RIL_REQUEST_OEM_HOOK_RAW,1,"%s,%d,%d,%d,%d","AT+ZSET=\"FREQ_SCAN\"",t_full_band_min,t_full_band_step,t_full_band_num,t_full_band_max);
+ int ret=lynq_send_common_request(p,g_wait_time,RIL_REQUEST_OEM_HOOK_RAW,1,"%s,%d,%d,%d,%d","AT+ZSET=\"SLEEP_FREQ_SCAN\"",t_full_band_min,t_full_band_step,t_full_band_num,t_full_band_max);
if(ret!=RESULT_OK)
{
@@ -1977,7 +1977,7 @@
int int_array_in_resp[MAX_AT_INT_RSP_NUM];
int valid_num;
- ret=GetIntArrayInRespString(p,"FREQ_SCAN",int_array_in_resp,&valid_num);
+ ret=GetIntArrayInRespString(p,"SLEEP_FREQ_SCAN",int_array_in_resp,&valid_num);
if(ret==RESULT_OK && valid_num > 1)
{