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

Commit b87f71b3 authored by Ling Ma's avatar Ling Ma Committed by Jack Yu
Browse files

Support dun for QNS

Bug: 240384570
Test: manual phone call + data browsing
Merged-In: Ifeb79062cd99c6ec0318d4e8087dd1ec3f6b6356
Change-Id: Ifeb79062cd99c6ec0318d4e8087dd1ec3f6b6356
parent b6cdf4c3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -131,7 +131,8 @@ public class AccessNetworksManager extends Handler {
            ApnSetting.TYPE_CBS,
            ApnSetting.TYPE_SUPL,
            ApnSetting.TYPE_EMERGENCY,
            ApnSetting.TYPE_XCAP
            ApnSetting.TYPE_XCAP,
            ApnSetting.TYPE_DUN
    };

    private final Phone mPhone;
@@ -417,7 +418,7 @@ public class AccessNetworksManager extends Handler {
                int unsatisfied = satisfiedApnTypes ^ apnTypes;
                reportAnomaly("QNS requested unsupported APN Types:"
                        + Integer.toBinaryString(unsatisfied),
                        "3e89a3df-3524-45fa-b5f2-0fb0e4c77ec4");
                        "3e89a3df-3524-45fa-b5f2-0fb0e4c77ec5");
            }

            if (!qualifiedNetworksList.isEmpty()) {