From a370998eac91f73a333b92d8471d7eb3d54eb4c7 Mon Sep 17 00:00:00 2001 From: Tim Lin Date: Sat, 26 Sep 2020 10:28:54 +0800 Subject: [PATCH] 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 Signed-off-by: Mohammad Hasan Keramat J --- vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor.prop b/vendor.prop index dc00e03..8ae545d 100644 --- a/vendor.prop +++ b/vendor.prop @@ -152,6 +152,7 @@ persist.vendor.radio.custom_ecc=1 persist.vendor.radio.rat_on=combine persist.vendor.radio.procedure_bytes=SKIP persist.vendor.radio.enableadvancedscan=false +persist.vendor.radio.mt_sms_ack=30 # SoC ro.soc.manufacturer=QTI