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

Commit b36e87eb authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Revert "LGEStarRIL: Ensure GPRS attachment class on p970"

This reverts commit 40629ddb.
Wrong way to fix it
parent 86ebf706
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -288,18 +288,6 @@ public class LGEStarRIL extends RIL implements CommandsInterface {
            String user, String password, String authType, String protocol,
            Message result) {

        if (SystemProperties.get("ro.build.product").equals("p970")) {
            /* Set GPRS class */
            RILRequest rrCs = RILRequest.obtain(
                    273, null);
            rrCs.mp.writeInt(2);
            rrCs.mp.writeInt(1);
                rrCs.mp.writeInt(1);
            if (RILJ_LOGD) riljLog(rrCs.serialString() + "> "
                    + requestToString(rrCs.mRequest));
            send(rrCs);
        }

        saveDataCall = result;
        RILRequest rr
                = RILRequest.obtain(RIL_REQUEST_SETUP_DATA_CALL, result);