All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Limits the send sms retry to network timeout
@ 2011-03-17 17:20 Jeevaka Badrappan
  2011-03-17 17:20 ` [PATCH 1/1] sms: limit the sms sending retry Jeevaka Badrappan
  2011-03-17 17:24 ` [PATCH 0/1] Limits the send sms retry to network timeout Denis Kenzior
  0 siblings, 2 replies; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-03-17 17:20 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

Hi,

  If sending of SMS fails, then oFono core will try to resend it after
n * 5 seconds(n = retry count). Due to this, conformance test case
27.22.8 sequence 1.4 fails(refer 31.124 spec). Plan is to limit the
failue codes for which the retry will be done. This patch allows the
retry if the failure is only due to network timeout. For all the other
failure cases, retry is not done.

Regards,
Jeevaka

Jeevaka Badrappan (1):
  sms: limit the sms sending retry

 src/sms.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/1] Limits the send sms retry to network timeout
@ 2011-03-17 16:36 Jeevaka Badrappan
  0 siblings, 0 replies; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-03-17 16:36 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

Hi,

  If sending of SMS fails, then oFono core will try to resend it after
n * 5 seconds(n = retry count). Due to this, conformance test case
27.22.8 sequence 1.4 fails(refer 31.124 spec). Plan is to limit the
failue codes for which the retry will be done. This patch allows the
retry if the failure is only due to network timeout. For all the other
failure cases, retry is not done.

Regards,
Jeevaka

Jeevaka Badrappan (1):
  sms: limit the sms sending retry

 src/sms.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-17 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 17:20 [PATCH 0/1] Limits the send sms retry to network timeout Jeevaka Badrappan
2011-03-17 17:20 ` [PATCH 1/1] sms: limit the sms sending retry Jeevaka Badrappan
2011-03-17 17:24 ` [PATCH 0/1] Limits the send sms retry to network timeout Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2011-03-17 16:36 Jeevaka Badrappan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.