sdm660-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: pix106 <sbordenave@gmail.com>
This commit is contained in:
Tim Lin 2020-09-26 10:28:54 +08:00 committed by pix106
parent 0182461bec
commit eda292a82a

View file

@ -249,6 +249,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.radio.atfwd.start=true \
persist.vendor.radio.custom_ecc=1 \
persist.vendor.radio.data_con_rprt=1 \
persist.vendor.radio.mt_sms_ack=30 \
persist.vendor.radio.procedure_bytes=SKIP \
persist.vendor.radio.rat_on=combine \
persist.vendor.radio.redir_party_num=1 \