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

Commit 1c8bae83 authored by Daniel Bright's avatar Daniel Bright Committed by Automerger Merge Worker
Browse files

Merge "Add HAL for pdu session id support" am: 9fece51b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1480315

Change-Id: I0cae4eba85d28edf5c35871e49633c92f4515396
parents 053e5b3d 9fece51b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -494,6 +494,10 @@ public interface RILConstants {
    int RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS = 210;
    int RIL_REQUEST_GET_BARRING_INFO = 211;
    int RIL_REQUEST_ENTER_SIM_DEPERSONALIZATION = 212;
    int RIL_REQUEST_ALLOCATE_PDU_SESSION_ID = 215;
    int RIL_REQUEST_RELEASE_PDU_SESSION_ID = 216;
    int RIL_REQUEST_BEGIN_HANDOVER = 217;
    int RIL_REQUEST_CANCEL_HANDOVER = 218;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;