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

Commit b6569ff9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix for updating TCP Buffer sizes for LTE_CA"

parents 18ec6884 a20c1496
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1612,9 +1612,7 @@ public class DataConnection extends StateMachine {
                    AsyncResult ar = (AsyncResult)msg.obj;
                    Pair<Integer, Integer> drsRatPair = (Pair<Integer, Integer>)ar.result;
                    mDataRegState = drsRatPair.first;
                    if (mRilRat != drsRatPair.second) {
                    updateTcpBufferSizes(drsRatPair.second);
                    }
                    mRilRat = drsRatPair.second;
                    if (DBG) {
                        log("DcDefaultState: EVENT_DATA_CONNECTION_DRS_OR_RAT_CHANGED"