Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d9ed990 authored by Ethan Chen's avatar Ethan Chen
Browse files

Revert "Avoid collision with RIL constant 1138, used in some Samsung devices...

Revert "Avoid collision with RIL constant 1138, used in some Samsung devices for RIL_UNSOL_TETHERED_MODE_STATE_CHANGED."

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 reverts commit 8e3fee66.

Change-Id: I94e2867f130b88c4c9eff17293edd0b64dda516a
parent 4b6b64bf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -340,9 +340,9 @@ cat include/telephony/ril.h | \
    int RIL_UNSOL_VOICE_RADIO_TECH_CHANGED = 1035;
    int RIL_UNSOL_CELL_INFO_LIST = 1036;
    int RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED = 1037;
    int RIL_UNSOL_ON_SS = 1039;
    int RIL_UNSOL_STK_CC_ALPHA_NOTIFY = 1040;
    int RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED = 1041;
    int RIL_UNSOL_ON_SS = 1038;
    int RIL_UNSOL_STK_CC_ALPHA_NOTIFY = 1039;
    int RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED = 1040;

    int RIL_UNSOL_STK_SEND_SMS_RESULT = 11002; /* Samsung STK */
}