diff options
author | Sneh Bansal <quic_snehb@quicinc.com> | 2022-08-25 13:14:30 +0530 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-12 20:26:53 +0800 |
commit | 22cf9230bd7339feec5757030888e62f921e19c8 (patch) | |
tree | b14b518de1ca32687b30e1539cc8c719f0d060f1 | |
parent | 9ef2eff8e27cf7d3e5e77d5b37de1d9bee30df61 (diff) |
common: telephony: Enable fetching of QoS parameters
Enable property that allows fetching of QoS parameters via
IQtiRadio HAL.
Change-Id: Ic1aaeae87fbbaa6ea04f80396b839a40b5b042a4
-rw-r--r-- | telephony/qti-telephony.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/qti-telephony.mk b/telephony/qti-telephony.mk index cd78403..574e470 100644 --- a/telephony/qti-telephony.mk +++ b/telephony/qti-telephony.mk @@ -114,6 +114,12 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.radio.rat_on=combine endif +ifeq ($(call is-board-platform-in-list, bengal holi),true) +# Allow fetching of QoS parameters via IQtiRadio HAL +PRODUCT_PROPERTY_OVERRIDES += \ + persist.vendor.radio.fetchqos=true +endif + # Force VoLTE/VoWiFi/ViLTE PRODUCT_SYSTEM_EXT_PROPERTIES += \ persist.dbg.volte_avail_ovr=1 \ |