diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2020-11-18 23:15:23 +0200 |
---|---|---|
committer | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2020-12-17 11:06:31 +0100 |
commit | d04f4f5554409c8684ca93f2aba1a81140978984 (patch) | |
tree | 411129b9faf92a825496a914e1fdcec483d03b9e /properties.mk | |
parent | e03ac80cbe0bca9a3e730dabdb5a2a474a44d6d5 (diff) |
sdm660-common: Add missing radio properties from stock jasmine
Change-Id: If83444e1bada53d06bfcbf414a22ad3843aade81
Diffstat (limited to 'properties.mk')
-rw-r--r-- | properties.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/properties.mk b/properties.mk index 4a560a8..8b710d3 100644 --- a/properties.mk +++ b/properties.mk @@ -160,10 +160,12 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Radio PRODUCT_PROPERTY_OVERRIDES += \ persist.radio.multisim.config=dsds \ + persist.vendor.data.iwlan.enable=true \ persist.vendor.data.mode=concurrent \ persist.vendor.radio.apm_sim_not_pwdn=1 \ persist.vendor.radio.atfwd.start=true \ persist.vendor.radio.custom_ecc=1 \ + persist.vendor.radio.data_con_rprt=1 \ persist.vendor.radio.rat_on=combine \ persist.vendor.radio.sib16_support=1 \ ro.telephony.default_network=22,22 \ |