From 2e139d220172df8cfcde8d20c60c8dd67ade49c0 Mon Sep 17 00:00:00 2001 From: Daniel Bright Date: Fri, 8 Jan 2021 14:47:17 -0800 Subject: [PATCH] Added javadoc to apn retry \ throttling related methods Bug: 175092152 Test: N/A Merged-In: I84c7845343a08d725764cf4a5777f720b8f6d0da Change-Id: I84c7845343a08d725764cf4a5777f720b8f6d0da --- radio/1.6/types.hal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal index 8560b3d90f..875d40ab43 100644 --- a/radio/1.6/types.hal +++ b/radio/1.6/types.hal @@ -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;