Merge "Add HAL for pdu session id support" am: 9fece51be5 am: 1c8bae8301 am: 3724bcb85a

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

Change-Id: I4fc5fa50e015c3479cbe0d913eaa21f35a407b28
This commit is contained in:
Daniel Bright
2020-11-03 00:32:53 +00:00
committed by Automerger Merge Worker

View File

@@ -494,6 +494,10 @@ public interface RILConstants {
int RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS = 210; int RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS = 210;
int RIL_REQUEST_GET_BARRING_INFO = 211; int RIL_REQUEST_GET_BARRING_INFO = 211;
int RIL_REQUEST_ENTER_SIM_DEPERSONALIZATION = 212; 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 */ /* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;