Enable rat mode to combine mode by default.
Enable rat mode to combine mode by default. CRs-Fixed: 2056147 Change-Id: I0d5639ecba0bdd4b928f7439de4eef94475a99f6
This commit is contained in:
parent
c205570f44
commit
0cfb4c67b1
|
@ -16,7 +16,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.vendor.extension_library=libqti-perfd-client.so \
|
||||
persist.radio.apm_sim_not_pwdn=1 \
|
||||
persist.radio.custom_ecc=1 \
|
||||
persist.radio.sib16_support=1
|
||||
persist.radio.sib16_support=1 \
|
||||
persist.vendor.radio.rat_on=combine
|
||||
|
||||
ifeq ($(TARGET_USES_QCOM_BSP_ATEL),true)
|
||||
PRODUCT_PROPERTY_OVERRIDES += persist.radio.multisim.config=dsds
|
||||
|
|
|
@ -17,7 +17,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.vendor.extension_library=libqti-perfd-client.so \
|
||||
persist.radio.apm_sim_not_pwdn=1 \
|
||||
persist.radio.sib16_support=1 \
|
||||
persist.radio.custom_ecc=1
|
||||
persist.radio.custom_ecc=1 \
|
||||
persist.vendor.radio.rat_on=combine
|
||||
|
||||
ifeq ($(TARGET_USES_QCOM_BSP_ATEL),true)
|
||||
PRODUCT_PROPERTY_OVERRIDES += persist.radio.multisim.config=dsds
|
||||
|
|
Loading…
Reference in New Issue