summaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorBing Gao <w20090@motorola.com>2014-11-10 15:44:13 -0800
committerPavel Zhamaitsiak <pavelz@google.com>2014-11-12 22:57:09 +0000
commit3f47fe4e171b9f3cfccddd5fa4e429dd246a6de8 (patch)
tree175398801ad346864b076c78efa4b0097720a9ff /overlay/frameworks
parentbbcd22cc700cd337a370e60e9c83dc8a7e4b0206 (diff)
downloadshamu-3f47fe4e171b9f3cfccddd5fa4e429dd246a6de8.tar.gz
Add 2 VOLTE test sims for VZW IOT lab test
Add two MCC/MNC 310/028 and 311/390 for VZW lab test. Bug: 18315738 Change-Id: I220fda9526a081d6245a7f0fb3ff8d5df74c039c
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc310-mnc028/config.xml32
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc311-mnc390/config.xml32
2 files changed, 64 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc028/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc028/config.xml
new file mode 100644
index 00000000..64cbd17e
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc028/config.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2009, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. Do not translate. -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- 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 -->
+ <bool name="config_carrier_volte_available">true</bool>
+
+ <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 this is the Values
+ that should be used instead. A value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means29
+ there is no replacement value and VoLTE is assumed to be supported -->
+ <integer name="config_volte_replacement_rat">6</integer>
+</resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc390/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc390/config.xml
new file mode 100644
index 00000000..64cbd17e
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc390/config.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2009, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. Do not translate. -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- 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 -->
+ <bool name="config_carrier_volte_available">true</bool>
+
+ <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 this is the Values
+ that should be used instead. A value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means29
+ there is no replacement value and VoLTE is assumed to be supported -->
+ <integer name="config_volte_replacement_rat">6</integer>
+</resources>