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

Commit b9f3d1ea authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan
Browse files

Fix "telephony: DataConnection: support old RILs"

Ia72bb1229132a00b5c343c0467823b895f0338d0 was broken in the QCRIL
merge (function call missing)

Change-Id: Ib038783a6d96633e7d857402375053d0d8d875e9
parent b499e012
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ public final class DataConnection extends StateMachine {
        }

        mPhone.mCi.setupDataCall(
                Integer.toString(cp.mRilRat + 2),
                Integer.toString(getRilRadioTechnology(cp.mRilRat)),
                Integer.toString(dataProfileId),
                mApnSetting.apn, mApnSetting.user, mApnSetting.password,
                Integer.toString(authType),