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

Commit 9a484da6 authored by Daniel Bright's avatar Daniel Bright
Browse files

Added javadoc to apn retry \ throttling related methods

Bug: 175092152
Test: N/A
Change-Id: I84c7845343a08d725764cf4a5777f720b8f6d0da
parent 20474d88
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -280,6 +280,9 @@ struct SetupDataCallResult {
     * retry back-off time in milliseconds. Negative value indicates network does not give any
     * retry back-off time in milliseconds. Negative value indicates network does not give any
     * suggestion. 0 indicates retry should be performed immediately. 0x7fffffffffffffff indicates
     * suggestion. 0 indicates retry should be performed immediately. 0x7fffffffffffffff indicates
     * the device should not retry data setup anymore.
     * 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.
     */
     */
    uint64_t suggestedRetryTime;
    uint64_t suggestedRetryTime;