diff options
-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 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 */ |