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

Commit 4cf68453 authored by Susheel Nyamala's avatar Susheel Nyamala Committed by Bruno Martins
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 ce391b05
Loading
Loading
Loading
Loading
+2 −1
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>
+3 −0
Original line number Diff line number Diff line
@@ -4150,4 +4150,7 @@

    <!-- Sharesheet: define a max number of targets per application for new shortcuts-based direct share introduced in Q -->
    <integer name="config_maxShortcutTargetsPerApp">3</integer>

    <!-- 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
@@ -3818,4 +3818,7 @@
  <java-symbol type="drawable" name="android_logotype" />
  <java-symbol type="layout" name="platlogo_layout" />

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

</resources>