summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc450-mnc08
diff options
context:
space:
mode:
authorsy.yun <sy.yun@lge.com>2013-09-02 05:24:09 +0900
committerRobert Greenwalt <rgreenwalt@google.com>2013-09-06 15:26:19 -0700
commit9d9b74a900696191048aa97cc3c854072640428b (patch)
tree1815a7074f214063f349a3841c159374c4c22d88 /core/res/res/values-mcc450-mnc08
parenta680b17fb4906570f280d4f06c0d8840a37b709a (diff)
downloadframeworks_base-9d9b74a900696191048aa97cc3c854072640428b.zip
frameworks_base-9d9b74a900696191048aa97cc3c854072640428b.tar.gz
frameworks_base-9d9b74a900696191048aa97cc3c854072640428b.tar.bz2
Setting MTU size for specific network.
Able to config network specific MTU size. Normally, the default size of MTU is 1500. US - ATT 1410, TMUS 1440, SPRINT 1422 KR - SKT 1440, KT 1450, LGU+ 1428 JP - KDDI 1420, SoftBank 1340 CA - RGS 1430, FIDO 1430, MTS 1430, BELL 1358, SaskTel 1358 AU - TEL 1400 Bug: 10195070 Change-Id: Ie18650b37a3d44af944f2dae4aa97c04fb12cd5e
Diffstat (limited to 'core/res/res/values-mcc450-mnc08')
-rw-r--r--core/res/res/values-mcc450-mnc08/config.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/core/res/res/values-mcc450-mnc08/config.xml b/core/res/res/values-mcc450-mnc08/config.xml
new file mode 100644
index 0000000..950c62b
--- /dev/null
+++ b/core/res/res/values-mcc450-mnc08/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">1450</integer>
+
+</resources>