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

Commit 3f55f05b authored by Nathan Harold's avatar Nathan Harold
Browse files

Populate the interval millis for NattKeepalive

Currently the user-requested interval for NATT Keepalive
is not populated. The Radio is using a reasonable
default of 20s (which is why nobody noticed this), but
we need to populate this.

Bug: 110887063
Test: manually verified using test equipment
Change-Id: I57ae8086e5a3c797f6089d6a14f40007792036ed
parent 15d836c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3951,6 +3951,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
            appendPrimitiveArrayToArrayList(
                    packetData.dstAddress.getAddress(), req.destinationAddress);
            req.destinationPort = packetData.dstPort;
            req.maxKeepaliveIntervalMillis = intervalMillis;

            radioProxy11.startKeepalive(rr.mSerial, req);
        } catch (RemoteException | RuntimeException e) {