diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-04 00:17:01 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-04 12:11:14 +0200 |
commit | 011af2e7496a330549a41a6b38ce63e14ef34ab1 (patch) | |
tree | 81823af5e3838e2c9a44f974ee3cd273f6f0d2d1 | |
parent | c551ac15a0054c3a790a3a5c347e077001801ce2 (diff) |
shinano: update ril header
-rw-r--r-- | include/telephony/ril.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h index bf9460b..cc64584 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -4315,7 +4315,7 @@ typedef struct { * "data" is const RIL_StkCcUnsolSsResponse * * */ -#define RIL_UNSOL_ON_SS 1038 +#define RIL_UNSOL_ON_SS 1039 /** @@ -4326,7 +4326,7 @@ typedef struct { * "data" is const char * containing ALPHA string from UICC in UTF-8 format. * */ -#define RIL_UNSOL_STK_CC_ALPHA_NOTIFY 1039 +#define RIL_UNSOL_STK_CC_ALPHA_NOTIFY 1040 /** * RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED @@ -4342,9 +4342,11 @@ typedef struct { * ((const int *)data)[0] == 1 for Subscription Activated * */ -#define RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED 1040 +#define RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED 1041 /***********************************************************************/ +/* COMPATIBILITY WITH MAINLINE */ +#define RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION RIL_REQUEST_ENTER_DEPERSONALIZATION_CODE /** * RIL_Request Function pointer |