Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27bf5d8a authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by android-build-merger
Browse files

Merge "Testra RSSI compliance" am: 7466567d

am: 1bb09a71

Change-Id: I351f4bc774e57565691485f3bc16897807b02024
parents 74067156 1bb09a71
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,16 @@
      <item>Telstra Tethering,telstra.internet,,,,,,,,,505,01,,DUN</item>
      <item>Telstra Tethering,telstra.internet,,,,,,,,,505,01,,DUN</item>
    </string-array>
    </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.
    <!-- Configure mobile network MTU. Carrier specific value is set here.
    -->
    -->
    <integer name="config_mobile_mtu">1400</integer>
    <integer name="config_mobile_mtu">1400</integer>