Lines Matching refs:retry

93     RIL_E_SMS_SEND_FAIL_RETRY = 10,             /* fail to send sms and need retry */
322 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
327 The value 0 means retry should be done ASAP.
328 The value of INT_MAX(0x7fffffff) means no retry. */
353 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
358 The value 0 means retry should be done ASAP.
359 The value of INT_MAX(0x7fffffff) means no retry. */
386 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
391 The value 0 means retry should be done ASAP.
392 The value of INT_MAX(0x7fffffff) means no retry. */
427 unsigned char retry; /* 0 == not retry, nonzero == retry */
428 int messageRef; /* Valid field if retry is set to nonzero.
606 PDP_FAIL_OPERATOR_BARRED = 0x08, /* no retry */
608 PDP_FAIL_MISSING_UKNOWN_APN = 0x1B, /* no retry */
609 PDP_FAIL_UNKNOWN_PDP_ADDRESS_TYPE = 0x1C, /* no retry */
610 PDP_FAIL_USER_AUTHENTICATION = 0x1D, /* no retry */
611 PDP_FAIL_ACTIVATION_REJECT_GGSN = 0x1E, /* no retry */
613 PDP_FAIL_SERVICE_OPTION_NOT_SUPPORTED = 0x20, /* no retry */
614 PDP_FAIL_SERVICE_OPTION_NOT_SUBSCRIBED = 0x21, /* no retry */
616 PDP_FAIL_NSAPI_IN_USE = 0x23, /* no retry */
619 PDP_FAIL_ONLY_IPV4_ALLOWED = 0x32, /* no retry */
620 PDP_FAIL_ONLY_IPV6_ALLOWED = 0x33, /* no retry */
622 PDP_FAIL_PROTOCOL_ERRORS = 0x6F, /* no retry */
630 PDP_FAIL_PREF_RADIO_TECH_CHANGED = -4,/* preferred technology has changed, should retry
633 powered off - no retry */
635 mode was up on same APN/data profile - no retry until
638 PDP_FAIL_ERROR_UNSPECIFIED = 0xffff, /* retry silently */
2058 * fails. SMS_SEND_FAIL_RETRY means retry (i.e. error cause is 332)
2059 * and GENERIC_FAILURE means no retry (i.e. error cause is 500)
2090 * fails. SMS_SEND_FAIL_RETRY means retry (i.e. error cause is 332)
2091 * and GENERIC_FAILURE means no retry (i.e. error cause is 500)
3507 * and GENERIC_FAILURE is error class 3 (permanent and no retry)
4012 * fails. SMS_SEND_FAIL_RETRY means retry, and other errors means no retry.
4013 * In case of retry, data is encoded based on Voice Technology available.