From eda292a82af51bf45dd2b04c42ef5db98916efe3 Mon Sep 17 00:00:00 2001 From: Tim Lin Date: Sat, 26 Sep 2020 10:28:54 +0800 Subject: [PATCH] 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 --- properties/common_prop.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/properties/common_prop.mk b/properties/common_prop.mk index 45f1f27b..fda3c921 100755 --- a/properties/common_prop.mk +++ b/properties/common_prop.mk @@ -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 \