mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Added javadoc to apn retry \ throttling related methods" am: 89db74b504
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1598496 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5ee7288c41f2f0b6df88db4487548aa705412c1c
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user