dre: 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
This commit is contained in:
Tim Lin 2020-09-26 10:28:54 +08:00 committed by Albert Tang
parent 337b36a0e5
commit 81395d416b

View file

@ -151,6 +151,7 @@ ro.vendor.extension_library=libqti-perfd-client.so
# Radio # Radio
persist.vendor.radio.custom_ecc=1 persist.vendor.radio.custom_ecc=1
persist.vendor.radio.mt_sms_ack=30
persist.vendor.radio.procedure_bytes=SKIP persist.vendor.radio.procedure_bytes=SKIP
persist.vendor.radio.rat_on=combine persist.vendor.radio.rat_on=combine
ro.telephony.default_network=33,33 ro.telephony.default_network=33,33