sdm710-common: qcril: fix MT SMS sent during power off

qcril will block any further MT SMS if previous one is not ACKed.
For this bug, IMS service is not ready and resulted in qcril stuck in blocking state.
This solution will add 30s timer to reset blocking state if there is no ACK from Telephony.

Bug: 169549852
Test: MT SMS during power off
Change-Id: I6f52170654925143aeb55f8bc0cf4c379717e718
Signed-off-by: muti605 <mustafa.sahin605@yandex.com>
Signed-off-by: Mohammad Hasan Keramat J <ikeramat@protonmail.com>
This commit is contained in:
Tim Lin 2020-09-26 10:28:54 +08:00 committed by Ultra119
parent 51f0bbdfa6
commit a370998eac

View file

@ -152,6 +152,7 @@ persist.vendor.radio.custom_ecc=1
persist.vendor.radio.rat_on=combine persist.vendor.radio.rat_on=combine
persist.vendor.radio.procedure_bytes=SKIP persist.vendor.radio.procedure_bytes=SKIP
persist.vendor.radio.enableadvancedscan=false persist.vendor.radio.enableadvancedscan=false
persist.vendor.radio.mt_sms_ack=30
# SoC # SoC
ro.soc.manufacturer=QTI ro.soc.manufacturer=QTI