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

Commit 98eae52a authored by Jack Yu's avatar Jack Yu
Browse files

Honor retry timer from setup data call response for emergency request

For emergency network request, added an option for data frameworks to
honor retry timer returned from the previous setup data call response.

Bug: 321119000
Test: Basic telephony functionality tests
Test: atest DataNetworkControllerTest
Merged-In: I4a058108bc255d538f2e5e2dc38d3681046ef6ca
Change-Id: I4a058108bc255d538f2e5e2dc38d3681046ef6ca
parent 2f75500d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -82,6 +82,13 @@
    <bool name="config_wlan_data_service_conn_persistence_on_restart">true</bool>
    <java-symbol type="bool" name="config_wlan_data_service_conn_persistence_on_restart" />

    <!-- Indicating whether the retry timer from setup data call response for data throttling should
         be honored for emergency network request. By default this is off, meaning for emergency
         network requests, the data frameworks will ignore the previous retry timer passed in from
         setup data call response. -->
    <bool name="config_honor_data_retry_timer_for_emergency_network">false</bool>
    <java-symbol type="bool" name="config_honor_data_retry_timer_for_emergency_network" />

    <!-- Cellular data service package name to bind to by default. If none is specified in an
         overlay, an empty string is passed in -->
    <string name="config_wwan_data_service_package" translatable="false">com.android.phone</string>