summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc302-mnc660
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-mcc302-mnc660
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-mcc302-mnc660')
-rw-r--r--core/res/res/values-mcc302-mnc660/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values-mcc302-mnc660/config.xml b/core/res/res/values-mcc302-mnc660/config.xml
index 37853cf..76f7968 100644
--- a/core/res/res/values-mcc302-mnc660/config.xml
+++ b/core/res/res/values-mcc302-mnc660/config.xml
@@ -35,4 +35,9 @@
"name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type"
note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
<string translatable="false" name="config_tether_apndata">MTS -Tethering,internet.mts,,,,,,,,,302,660,,DUN</string>
+
+ <!-- Configure mobile network MTU. Carrier specific value is set here.
+ -->
+ <integer name="config_mobile_mtu">1430</integer>
+
</resources>