summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorKazuhiro Ondo <kazuhiro.ondo@motorola.com>2011-07-24 07:56:32 -0700
committerWink Saville <wink@google.com>2011-07-24 07:57:06 -0700
commit16157587c02b83a93f4e02f83a934442aa0e3e6a (patch)
tree1b11ef9815b5965f3408ea6b653405d4cb31d4f5 /include/telephony/ril.h
parent250eb3c8c3adbbbaf49c30ee09a061268d9a491a (diff)
downloadandroid_hardware_ril-16157587c02b83a93f4e02f83a934442aa0e3e6a.tar.gz
android_hardware_ril-16157587c02b83a93f4e02f83a934442aa0e3e6a.tar.bz2
android_hardware_ril-16157587c02b83a93f4e02f83a934442aa0e3e6a.zip
Allow suggestedRetryTime to indicate no retry is needed.
If suggestedRetryTime is 0x7fffffff then no retry is needed and the framework should not initiate a retry. Bug: 4949208 Change-Id: I6db070c33e3716bc98bb4f9411354b9949fe5f52
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 34f27d9..e4dccd1 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -204,7 +204,8 @@ typedef struct {
pre-configured in FW.
The unit is miliseconds.
The value < 0 means no value is suggested.
- The value 0 means retry should be done ASAP. */
+ The value 0 means retry should be done ASAP.
+ The value of MAX_INT(0x7fffffff) means no retry. */
int cid; /* Context ID, uniquely identifies this call */
int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */
char * type; /* One of the PDP_type values in TS 27.007 section 10.1.1.