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

Commit 589a2c2b authored by Susheel Nyamala's avatar Susheel Nyamala Committed by Michael Bestas
Browse files

FR57912: Add support for pdp data reject with cause code 29,33,55

1. Define configs to enable feature, configure retry interval
2. Define config values to operator mcc-mnc config file

Change-Id: I3bf316a3295789e60e36cb8b33660868ecce6c6b
CRs-Fixed: 2460148
parent aa72c225
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,4 +18,5 @@
-->
<resources>
    <bool name="config_use_sim_language_file">false</bool>
    <bool name="config_pdp_retry_for_29_33_55_enabled">true</bool>
</resources>
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -4261,4 +4261,7 @@
         create additional screen real estate outside beyond the keyboard. Note that the user needs
         to have a confirmed way to dismiss the keyboard when desired. -->
    <bool name="config_automotiveHideNavBarForKeyboard">false</bool>

    <!-- pdp data retry for cause 29, 33 and 55-->
    <bool name="config_pdp_retry_for_29_33_55_enabled">false</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -3836,4 +3836,7 @@
  <java-symbol type="layout" name="platlogo_layout" />

  <java-symbol type="bool" name="config_automotiveHideNavBarForKeyboard" />

  <!-- For Pdn throttle feature -->
  <java-symbol type="bool" name="config_pdp_retry_for_29_33_55_enabled" />
</resources>