summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgh2o <git@thegavinli.com>2014-10-22 21:16:11 -0700
committergh2o <git@thegavinli.com>2014-10-22 21:18:36 -0700
commit6c5c9563a58da6e0dac554da4a26613b31cb4a1f (patch)
tree1df80da3a42c647641daa33544f3fd7ef80e0b40
parentdecb970301fd1333d9ad82c44d0e7617f29bd57c (diff)
downloadandroid_hardware_ril-stable/cm-11.0-XNG2S.tar.gz
android_hardware_ril-stable/cm-11.0-XNG2S.tar.bz2
android_hardware_ril-stable/cm-11.0-XNG2S.zip
Later Qualcomm RILs will use the STK_CC_ALPHA_NOTIFY message, and this causes the radio to parse the parcel in a very incorrect manner. This patch is complimentary with http://review.cyanogenmod.org/#/c/75148/ This reverts commit ab552db30f9daae330d01c899ef242b84cd6b83f. Change-Id: I2adec6d8fc9db91c1fd486925fdc3aedc9285a2b
-rw-r--r--include/telephony/ril.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 3d6620a..47d8794 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -4408,7 +4408,7 @@ typedef struct {
* "data" is const RIL_StkCcUnsolSsResponse *
*
*/
-#define RIL_UNSOL_ON_SS 1039
+#define RIL_UNSOL_ON_SS 1038
/**
@@ -4419,7 +4419,7 @@ typedef struct {
* "data" is const char * containing ALPHA string from UICC in UTF-8 format.
*
*/
-#define RIL_UNSOL_STK_CC_ALPHA_NOTIFY 1040
+#define RIL_UNSOL_STK_CC_ALPHA_NOTIFY 1039
/**
* RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED
@@ -4435,7 +4435,7 @@ typedef struct {
* ((const int *)data)[0] == 1 for Subscription Activated
*
*/
-#define RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED 1041
+#define RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED 1040
/***********************************************************************/
/* COMPATIBILITY WITH MAINLINE */