diff options
author | Daniel Bright <dbright@google.com> | 2020-11-02 23:10:05 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-11-02 23:10:05 +0000 |
commit | 9fece51be56f6cd1da04083a869fc9c95af57ec6 (patch) | |
tree | 43cb0ed5210444f45513a821c9e9f5eff7de0e06 /telephony/java/com | |
parent | 324ef4ff234c3658e8158ec6c621cc46056b2aa0 (diff) | |
parent | ae9daa85e0e37ff38c7dccd9f2127a142fd716e0 (diff) |
Merge "Add HAL for pdu session id support"
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 4 |
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; |