Testra RSSI compliance
Devices that support 4 bar signal strength
indication should display the bars as follow:
4 bar RSRP > -90
3 bar -90 ≥ RSRP > -100
2 bar -100 ≥ RSRP > -115
1 bar -115 ≥ RSRP > -120
0 bar RSRP ≤ -120
or No Sync to LTE Reference Signals
Bug=37187586
Change-Id: I2a76aabdf6d8ef1be3a05a90643b1e670f929bc3
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user