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

Commit 0bf501ad authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Add new fields to DataProfile" am: 02d2df71 am: 7f3dc1b0

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1918537

Change-Id: I38b6ed8763b5f68394064e3b50f668da41bb38d4
parents 7e9292b5 7f3dc1b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ parcelable DataProfileInfo {
  int mtuV6;
  boolean preferred;
  boolean persistent;
  boolean alwaysOn;
  const int ID_DEFAULT = 0;
  const int ID_TETHERED = 1;
  const int ID_IMS = 2;
+7 −0
Original line number Diff line number Diff line
@@ -115,4 +115,11 @@ parcelable DataProfileInfo {
     * If the same data profile exists, this data profile must overwrite it.
     */
    boolean persistent;
    /**
     * Indicates the PDU session brought up by this data profile should be always-on.
     * An always-on PDU Session is a PDU Session for which User Plane resources have to be
     * activated during every transition from CM-IDLE mode to CM-CONNECTED state.
     * See 3GPP TS 23.501 section 5.6.13 for the details.
     */
    boolean alwaysOn;
}