summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaushik Sadashiva Reddy <kausredd@codeaurora.org>2021-09-14 14:27:32 -0700
committeralk3pInjection <webmaster@raspii.tech>2023-06-12 20:26:53 +0800
commit9ef2eff8e27cf7d3e5e77d5b37de1d9bee30df61 (patch)
tree09b9d29da9c585cbf8e118c554b2874b0325e5a2
parent8049e9abf60cc2236a10b6ee23d56d2f9f56e63f (diff)
common: telephony: Unset radio rat on property for 5.10 family
This is not needed anymore as RAT info is passed in the results for network scan and is being set as part of the API setNetworkSelectionModeManual_1_5 Change-Id: Id9cbc34b7c854c52a71c0f209cc6fbf32eccff9f Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
-rw-r--r--telephony/qti-telephony.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/telephony/qti-telephony.mk b/telephony/qti-telephony.mk
index 0836fa9..cd78403 100644
--- a/telephony/qti-telephony.mk
+++ b/telephony/qti-telephony.mk
@@ -47,7 +47,6 @@ PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.radio.custom_ecc=1 \
persist.vendor.radio.enableadvancedscan=true \
persist.vendor.radio.procedure_bytes=SKIP \
- persist.vendor.radio.rat_on=combine \
persist.vendor.radio.sib16_support=1
# Packages
@@ -110,6 +109,11 @@ PRODUCT_SYSTEM_EXT_PROPERTIES += \
persist.vendor.ims.disableQXDMLogs=1
endif
+ifneq (,$(filter 3.18 4.4 4.9 4.14 4.19 5.4, $(TARGET_KERNEL_VERSION)))
+PRODUCT_VENDOR_PROPERTIES += \
+ persist.vendor.radio.rat_on=combine
+endif
+
# Force VoLTE/VoWiFi/ViLTE
PRODUCT_SYSTEM_EXT_PROPERTIES += \
persist.dbg.volte_avail_ovr=1 \