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

Commit d0ed847f authored by Giulio Cervera's avatar Giulio Cervera Committed by Gerrit Code Review
Browse files

Merge "telephony: update Sony RIL" into jellybean

parents 6db6ae33 868d5454
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -234,6 +234,8 @@ public class SonyQualcommRIL extends QualcommSharedRIL implements CommandsInterf
            rr.mp.writeInt(uusInfo.getDcs());
            rr.mp.writeByteArray(uusInfo.getUserData());
        }

        if (!needsOldRilFeature("qcomdsds"))
            rr.mp.writeInt(255);

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