sanders: VoLTE

Change-Id: Id50dfd944eaeb3dec8a9ac3e0e5b71da48205df1
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
martinusbe
2018-09-07 23:14:14 +02:00
committed by ronaxdevil
parent 8f5881e74c
commit 6341fa8965
2 changed files with 22 additions and 0 deletions

View File

@@ -333,6 +333,11 @@
<!-- Flag specifying whether VoLTE is available on device -->
<bool name="config_device_volte_available">true</bool>
<!-- Flag specifying whether VT should be available for carrier: independent of
carrier provisioning. If false: hard disabled. If true: then depends on carrier
provisioning, availability etc -->
<bool name="config_carrier_vt_available">true</bool>
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
carrier provisioning. If false: hard disabled. If true: then depends on carrier
provisioning, availability etc -->

View File

@@ -288,3 +288,20 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.usb.bpt_adb=0x2ee6 \
ro.usb.bpteth=0x2ee7 \
ro.usb.bpteth_adb=0x2ee8
# Volte
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.radio.force_on_dc=true \
persist.radio.custom_ecc=1 \
persist.radio.data_con_rprt=1 \
persist.vendor.radio.data_ltd_sys_ind=1 \
persist.radio.data_ltd_sys_ind=1 \
persist.vendor.radio.ignore_dom_time=10 \
persist.radio.ignore_dom_time=10 \
persist.radio.rat_on=combine \
persist.radio.is_wps_enabled=true \
persist.radio.videopause.mode=1 \
persist.radio.sap_silent_pin=1 \
persist.radio.always_send_plmn=true \
persist.rcs.supported=1 \
persist.dbg.ims_volte_enable=1 \