summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukanya Rajkhowa <srajkh@codeaurora.org>2016-08-25 16:26:46 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-28 15:51:07 -0700
commit24d41ea241efd9eecb6e4ef822aefe32c9e04e70 (patch)
treeaa76eac74ecc524159d124dd5e1ecf18997ea643
parent55e058f9dfc2e8e91b6594b0dcde7529ec2dcab4 (diff)
downloadandroid_packages_apps_CarrierConfig-24d41ea241efd9eecb6e4ef822aefe32c9e04e70.tar.gz
android_packages_apps_CarrierConfig-24d41ea241efd9eecb6e4ef822aefe32c9e04e70.tar.bz2
android_packages_apps_CarrierConfig-24d41ea241efd9eecb6e4ef822aefe32c9e04e70.zip
Telephony: Add volteReplacementRat for CT
When RIL reports VOICE_RADIO_TECH as LTE, use the volteReplacementRat from the operator's config file for the following mcc mncs for CT: 460-03, 460-11, 460-12 CRs-Fixed: 995180 Change-Id: I9676211e95ec9415706a1ae27b5a75efb44f28ea
-rw-r--r--assets/carrier_config_46003.xml1
-rw-r--r--assets/carrier_config_46011.xml1
-rw-r--r--assets/carrier_config_46012.xml34
3 files changed, 36 insertions, 0 deletions
diff --git a/assets/carrier_config_46003.xml b/assets/carrier_config_46003.xml
index 24b387f..6efafcd 100644
--- a/assets/carrier_config_46003.xml
+++ b/assets/carrier_config_46003.xml
@@ -2,5 +2,6 @@
<carrier_config_list>
<carrier_config>
<boolean name="show_apn_setting_cdma_bool" value="true" />
+ <int name="volte_replacement_rat_int" value="6" />
</carrier_config>
</carrier_config_list>
diff --git a/assets/carrier_config_46011.xml b/assets/carrier_config_46011.xml
index 24b387f..6efafcd 100644
--- a/assets/carrier_config_46011.xml
+++ b/assets/carrier_config_46011.xml
@@ -2,5 +2,6 @@
<carrier_config_list>
<carrier_config>
<boolean name="show_apn_setting_cdma_bool" value="true" />
+ <int name="volte_replacement_rat_int" value="6" />
</carrier_config>
</carrier_config_list>
diff --git a/assets/carrier_config_46012.xml b/assets/carrier_config_46012.xml
new file mode 100644
index 0000000..726e1d7
--- /dev/null
+++ b/assets/carrier_config_46012.xml
@@ -0,0 +1,34 @@
+<!-- Copyright (c) 2016, The Linux Foundation. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of The Linux Foundation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+
+<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
+<carrier_config_list>
+ <carrier_config>
+ <int name="volte_replacement_rat_int" value="6" />
+ </carrier_config>
+</carrier_config_list>