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

Commit 16cd02ad authored by Robert Burns's avatar Robert Burns
Browse files

Revert "ril: avoid sending null aid string in getIMSI"

This reverts commit 4b785569.

This change has been verified as breaking network for toro/toroplus.

Change-Id: I74e43acd10d4b38e149acf55e08537430f871139
parent 814e909c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -945,10 +945,8 @@ public class RIL extends BaseCommands implements CommandsInterface {
    getIMSIForApp(String aid, Message result) {
        RILRequest rr = RILRequest.obtain(RIL_REQUEST_GET_IMSI, result);

        if (aid != null || mRilVersion >= 7) {
        rr.mp.writeInt(1);
        rr.mp.writeString(aid);
        }

        if (RILJ_LOGD) riljLog(rr.serialString() +
                              "> getIMSI: " + requestToString(rr.mRequest)