summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pankaj Kanwar <pkanwar@google.com> 2017-04-27 17:41:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-04-27 17:41:58 +0000
commit0c83ef2c72080b24f4b88b23d1811d0a2b825772 (patch)
treed8f1d7d1741a083238173fd3577454d0de00f10c
parent37cad12cb1d34f321b75d34b580f6f2eef6244af (diff)
parentc66a5296b63eb6ed6e8d61e1d7d7881e527a875d (diff)
Merge "RIL changes to allow the modem to query the framework for the key."
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index 1e1d7a6cfa9d..954b17f744f2 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -414,6 +414,7 @@ cat include/telephony/ril.h | \
int RIL_REQUEST_SEND_DEVICE_STATE = 138;
int RIL_REQUEST_SET_UNSOLICITED_RESPONSE_FILTER = 139;
int RIL_REQUEST_SET_SIM_CARD_POWER = 140;
+ int RIL_REQUEST_SET_CARRIER_INFO_IMSI_ENCRYPTION = 141;
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
@@ -465,4 +466,5 @@ cat include/telephony/ril.h | \
int RIL_UNSOL_STK_CC_ALPHA_NOTIFY = 1044;
int RIL_UNSOL_LCEDATA_RECV = 1045;
int RIL_UNSOL_PCO_DATA = 1046;
+ int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1047;
}