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

Commit fcec1510 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Added javadoc to apn retry \ throttling related methods" am: 89db74b5 am: c7e3e264

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1598496

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icd81804c8d8d9c52c1a8e777988e2b64d679b54d
parents 5c715dd6 c7e3e264
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -284,6 +284,9 @@ struct SetupDataCallResult {
     * retry back-off time in milliseconds. Negative value indicates network does not give any
     * suggestion. 0 indicates retry should be performed immediately. 0x7fffffffffffffff indicates
     * the device should not retry data setup anymore.
     *
     * During this time, no calls to IRadio@1.6::SetupDataCall for this APN will be made unless
     * IRadioIndication@1.6::unthrottleApn is sent with the same APN.
     */
    int64_t suggestedRetryTime;