diff options
author | gh2o <git@thegavinli.com> | 2014-10-13 10:14:12 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-10-25 15:07:10 +0200 |
commit | 7daaac55c676cec4f3823ddf83dfb028f6ab972c (patch) | |
tree | 43dbeee21a3c24b62b1c165f70ad4023b440f789 /include | |
parent | 090a54146de2032692ef2167a7dfc1fabc37dfbd (diff) |
Revert "hardware: ril: Avoid collision with RIL constant 1138"
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/
Change-Id: I9b95444ae44227dbd9df8afb14acaf28d705b094
Diffstat (limited to 'include')
-rw-r--r-- | include/telephony/ril.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h index fa648b7..4467e86 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -4414,7 +4414,7 @@ typedef struct { * "data" is const RIL_StkCcUnsolSsResponse * * */ -#define RIL_UNSOL_ON_SS 1039 +#define RIL_UNSOL_ON_SS 1038 /** @@ -4425,7 +4425,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 @@ -4441,7 +4441,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 */ |