summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorVineeta Srivastava <vsrivastava@google.com>2013-10-10 21:12:02 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-10 21:12:02 -0700
commit4ab895c9cac4b582cc51f1c37bb1b2233808691f (patch)
tree25a63bb6cd9c01b3ff9f2e7f6cd9f764a58aed71 /core
parent000fa14613995d830022bccc2cc573653258b725 (diff)
parent29a6dd3c8a4a410e8de7d026f001a3052b3cb221 (diff)
downloadbase-4ab895c9cac4b582cc51f1c37bb1b2233808691f.tar.gz
am 29a6dd3c: am caaefaea: Merge "Setting MTU size for specific network" into klp-dev
* commit '29a6dd3c8a4a410e8de7d026f001a3052b3cb221': Setting MTU size for specific network
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values-mcc234-mnc20/config.xml28
-rw-r--r--core/res/res/values-mcc235-mnc94/config.xml28
2 files changed, 56 insertions, 0 deletions
diff --git a/core/res/res/values-mcc234-mnc20/config.xml b/core/res/res/values-mcc234-mnc20/config.xml
new file mode 100644
index 000000000000..d602c9fa634c
--- /dev/null
+++ b/core/res/res/values-mcc234-mnc20/config.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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 my 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. -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- Configure mobile network MTU. Carrier specific value is set here.
+ -->
+ <integer name="config_mobile_mtu">1440</integer>
+
+</resources>
diff --git a/core/res/res/values-mcc235-mnc94/config.xml b/core/res/res/values-mcc235-mnc94/config.xml
new file mode 100644
index 000000000000..d602c9fa634c
--- /dev/null
+++ b/core/res/res/values-mcc235-mnc94/config.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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 my 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. -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- Configure mobile network MTU. Carrier specific value is set here.
+ -->
+ <integer name="config_mobile_mtu">1440</integer>
+
+</resources>