summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bright <dbright@google.com>2020-11-02 23:10:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-02 23:10:05 +0000
commit9fece51be56f6cd1da04083a869fc9c95af57ec6 (patch)
tree43cb0ed5210444f45513a821c9e9f5eff7de0e06
parent324ef4ff234c3658e8158ec6c621cc46056b2aa0 (diff)
parentae9daa85e0e37ff38c7dccd9f2127a142fd716e0 (diff)
Merge "Add HAL for pdu session id support"
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index d524299d7ede..ca7efcde4fef 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -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;