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

Commit 60a51818 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by The Android Open Source Project
Browse files

AI 144688: Fix CDMA ril call sequence numbers.

  RIL calls cannot have any gaps in their numbering. This was introduced
  by the CDMA code merge. This was partially fixed only in ril.h. We need
  to change the Constants file too.
  BUG=1765265

Automated import of CL 144688
parent e932f7f2
Loading
Loading
Loading
Loading
+20 −20
Original line number Diff line number Diff line
@@ -204,10 +204,10 @@ cat include/telephony/ril.h | \
    int RIL_REQUEST_CDMA_GET_BROADCAST_CONFIG = 92;
    int RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG = 93;
    int RIL_REQUEST_CDMA_BROADCAST_ACTIVATION = 94;
    int RIL_REQUEST_CDMA_SUBSCRIPTION = 99;
    int RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM = 100;
    int RIL_REQUEST_CDMA_DELETE_SMS_ON_RUIM = 101;
    int RIL_REQUEST_DEVICE_IDENTITY = 102;
    int RIL_REQUEST_CDMA_SUBSCRIPTION = 95;
    int RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM = 96;
    int RIL_REQUEST_CDMA_DELETE_SMS_ON_RUIM = 97;
    int RIL_REQUEST_DEVICE_IDENTITY = 98;
    int RIL_UNSOL_RESPONSE_BASE = 1000;
    int RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED = 1000;
    int RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED = 1001;