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

Commit d5183768 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

EAP-SIM RIL command name change.

Modified the name to match what was in QCRIL.

Change-Id: I41abfacb7bacd4cfa0d4543100ac9960c97184f9
parent 85415730
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ cat include/telephony/ril.h | \
    int RIL_REQUEST_SET_UICC_SUBSCRIPTION = 122;
    int RIL_REQUEST_ALLOW_DATA = 123;
    int RIL_REQUEST_GET_HARDWARE_CONFIG = 124;
    int RIL_REQUEST_ICC_SIM_AUTHENTICATION = 125;
    int RIL_REQUEST_SIM_AUTHENTICATION = 125;

    int RIL_UNSOL_RESPONSE_BASE = 1000;
    int RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED = 1000;