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

Commit 01e5070a authored by Ling Ma's avatar Ling Ma
Browse files

setup data retry rule supports traffic descriptor

    Before this change, only APN-based network capability is supported.
    However, we'd like to support retry base on traffic descriptor such as
    slice bandwidth/latency.

Flag: DOCS_ONLY
Test: voice call + data browsing
Test: atest
Fix: 347619206

Change-Id: If02d160c2bf95602c5258a90427dc0d44c44b052
parent bbeef50d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -9603,9 +9603,8 @@ public class CarrierConfigManager {
     * Defines the rules for data setup retry.
     *
     * The syntax of the retry rule:
     * 1. Retry based on {@link NetworkCapabilities}. Note that only APN-type network capabilities
     *    are supported. If the capabilities are not specified, then the retry rule only applies
     *    to the current failed APN used in setup data call request.
     * 1. Retry based on {@link NetworkCapabilities}. If the capabilities are not specified, then
     * the retry rule only applies to the current failed APN used in setup data call request.
     * "capabilities=[netCaps1|netCaps2|...], [retry_interval=n1|n2|n3|n4...], [maximum_retries=n]"
     *
     * 2. Retry based on {@link DataFailCause}