summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuhiro Ondo <kazuhiro.ondo@motorola.com>2011-07-24 09:13:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-07-24 09:13:55 -0700
commit2cc60325243c41bfcd9c76603f03e2c8d8b7f5ab (patch)
treea18b25763b6e74fa61aa4ccc771a19f6d1731752
parent3b4ab8a169edccbc5ae04d3687d7b44c66687195 (diff)
parent3c3569d30c274c5d5ff040d3379427cea3175d06 (diff)
downloadandroid_hardware_ril-2cc60325243c41bfcd9c76603f03e2c8d8b7f5ab.tar.gz
android_hardware_ril-2cc60325243c41bfcd9c76603f03e2c8d8b7f5ab.tar.bz2
android_hardware_ril-2cc60325243c41bfcd9c76603f03e2c8d8b7f5ab.zip
am 3c3569d3: am 16157587: Allow suggestedRetryTime to indicate no retry is needed.
* commit '3c3569d30c274c5d5ff040d3379427cea3175d06': Allow suggestedRetryTime to indicate no retry is needed.
-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.