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

Commit 0aa410fe authored by Kai Shi's avatar Kai Shi Committed by Android (Google) Code Review
Browse files

Merge "Change config_bandwidthEstimateSource to bandwidth_estimator" into sc-dev

parents cf25028c 653d62fe
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -2511,10 +2511,9 @@
    <string name="config_ethernet_tcp_buffers" translatable="false">524288,1048576,3145728,524288,1048576,2097152</string>
    <string name="config_ethernet_tcp_buffers" translatable="false">524288,1048576,3145728,524288,1048576,2097152</string>


    <!-- What source to use to estimate link upstream and downstream bandwidth capacities.
    <!-- What source to use to estimate link upstream and downstream bandwidth capacities.
         Default is carrier_config, but it should be set to modem if the modem is returning
         Default is bandwidth_estimator.
         predictive (instead of instantaneous) bandwidth estimate.
         Values are bandwidth_estimator, carrier_config and modem. -->
         Values are carrier_config and modem. -->
    <string name="config_bandwidthEstimateSource">bandwidth_estimator</string>
    <string name="config_bandwidthEstimateSource">carrier_config</string>


    <!-- Whether WiFi display is supported by this device.
    <!-- Whether WiFi display is supported by this device.
         There are many prerequisites for this feature to work correctly.
         There are many prerequisites for this feature to work correctly.
+1 −0
Original line number Original line Diff line number Diff line
@@ -125,6 +125,7 @@ public class DctConstants {
    public static final String PROVISIONING_URL_KEY = "provisioningUrl";
    public static final String PROVISIONING_URL_KEY = "provisioningUrl";
    public static final String BANDWIDTH_SOURCE_MODEM_KEY = "modem";
    public static final String BANDWIDTH_SOURCE_MODEM_KEY = "modem";
    public static final String BANDWIDTH_SOURCE_CARRIER_CONFIG_KEY = "carrier_config";
    public static final String BANDWIDTH_SOURCE_CARRIER_CONFIG_KEY = "carrier_config";
    public static final String BANDWIDTH_SOURCE_BANDWIDTH_ESTIMATOR_KEY = "bandwidth_estimator";
    public static final String RAT_NAME_LTE = "LTE";
    public static final String RAT_NAME_LTE = "LTE";
    public static final String RAT_NAME_NR_NSA = "NR_NSA";
    public static final String RAT_NAME_NR_NSA = "NR_NSA";
    public static final String RAT_NAME_NR_NSA_MMWAVE = "NR_NSA_MMWAVE";
    public static final String RAT_NAME_NR_NSA_MMWAVE = "NR_NSA_MMWAVE";