diff options
| author | 2017-06-02 17:47:13 +0000 | |
|---|---|---|
| committer | 2017-06-02 17:47:13 +0000 | |
| commit | 8fdc5330076ae43b2aa8a8faa331be7c5a7e8895 (patch) | |
| tree | f7c351bba49e301116002fd138dcdf87a020acb0 | |
| parent | d63cc7e976924f665c96cfdc88a37557407c5d1f (diff) | |
| parent | 27bf5d8afd22385a7502cec6fe3a66485c3da8d9 (diff) | |
Merge "Testra RSSI compliance" am: 7466567d89 am: 1bb09a713d
am: 27bf5d8afd
Change-Id: I57d969baaa3c9b46753f0f54d8d3f5a7cd836c58
| -rw-r--r-- | core/res/res/values-mcc505-mnc01/config.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/res/res/values-mcc505-mnc01/config.xml b/core/res/res/values-mcc505-mnc01/config.xml index 1705e4a50451..ff065856a643 100644 --- a/core/res/res/values-mcc505-mnc01/config.xml +++ b/core/res/res/values-mcc505-mnc01/config.xml @@ -40,6 +40,16 @@ <item>Telstra Tethering,telstra.internet,,,,,,,,,505,01,,DUN</item> </string-array> + <!--Thresholds for LTE dbm in status bar--> + <integer-array translatable="false" name="config_lteDbmThresholds"> + <item>-140</item> <!-- SIGNAL_STRENGTH_NONE_OR_UNKNOWN --> + <item>-120</item> <!-- SIGNAL_STRENGTH_POOR --> + <item>-115</item> <!-- SIGNAL_STRENGTH_MODERATE --> + <item>-100</item> <!-- SIGNAL_STRENGTH_GOOD --> + <item>-90</item> <!-- SIGNAL_STRENGTH_GREAT --> + <item>-44</item> + </integer-array> + <!-- Configure mobile network MTU. Carrier specific value is set here. --> <integer name="config_mobile_mtu">1400</integer> |