ofono/src
Jeevaka Badrappan b5950e2391 sms: limit the sms sending retry
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.
2011-03-17 12:23:35 -05:00
..
audio-settings.c audio-settings: Fix style, use tabs to indent 2011-02-02 11:03:21 +02:00
call-barring.c call-barring: Remove unneeded variable 2011-02-09 21:03:45 -06:00
call-forwarding.c call-forwarding: Don't update from sim if cached 2011-03-15 21:22:35 -05:00
call-meter.c sim: check lock state with call meter 2011-02-25 11:51:48 -06:00
call-settings.c call-settings: Fix style issues 2011-02-02 11:03:21 +02:00
call-volume.c call-volume: Fix style issue 2011-02-02 11:03:21 +02:00
cbs.c cbs: Set topics on EFcbmid change only if powered 2011-02-17 15:09:17 -06:00
cdma-voicecall.c cdma-voicecall: Minor style fixes 2010-12-22 19:09:24 -06:00
common.c common: '+' is not valid phone number anymore 2011-02-24 09:46:48 -06:00
common.h sim: Allow usage of SIM codes longer than 8 digits 2011-02-08 10:19:52 -06:00
ctm.c ctm: fix minor style issues 2010-11-26 13:08:48 -06:00
dbus.c core: M15 coding style fix 2011-01-12 08:06:58 -08:00
emulator.c emulator: fix some indentation issues 2011-03-15 09:39:26 -05:00
genbuiltin Use script to generate list of builtin plugin symbols 2009-08-24 19:05:41 -07:00
gprs-provision.c gprs,gprs-provision: add SPN to provisioning API 2011-02-08 21:48:54 -06:00
gprs.c gprs: Core changes for IPv6 support 2011-03-15 17:14:23 -05:00
history.c core: explicitly compare pointers to NULL 2010-11-29 13:27:15 -06:00
idmap.c Remove trailing/leading whitespace 2010-01-11 11:08:42 +02:00
idmap.h Add idmap_take utility 2010-01-07 14:42:29 -06:00
location-reporting.c location-reporting: don't add client-exit watch too early 2011-03-01 15:48:08 -06:00
log.c Add support for simple glibc based backtrace 2010-08-20 14:44:54 +02:00
main.c core: M15 coding style fix 2011-01-12 08:06:58 -08:00
manager.c core: M15 coding style fix 2011-01-12 08:06:58 -08:00
message-waiting.c message-waiting: Watch for sim file refreshes 2011-03-15 20:55:51 -05:00
message.c sms: Break out message objects into message.[ch] 2011-01-20 14:58:31 -06:00
message.h sms: Break out message objects into message.[ch] 2011-01-20 14:58:31 -06:00
modem.c sim: Tweak the behavior of sim_refresh slightly 2011-02-17 15:09:16 -06:00
nettime.c core: explicitly compare pointers to NULL 2010-11-29 13:27:15 -06:00
network.c build: Fix wrong include of public header 2011-03-01 23:07:50 -08:00
ofono.conf ofono.conf: Punch hole for SmartMessagingAgent 2010-11-02 15:08:24 -05:00
ofono.h ssn: remove SSN atom completely 2011-03-11 13:08:51 -06:00
ofono.service.in build: Add support for systemd configuration 2010-10-02 20:20:31 +02:00
ofono.ver Simplify linker script 2010-09-21 23:25:50 +09:00
phonebook.c core: explicitly compare pointers to NULL 2010-11-29 13:27:15 -06:00
plugin.c plugin: Allow colon as plugin name separator 2011-02-06 19:25:58 -08:00
radio-settings.c radio-settings: Minor style fixes for rule M13 2010-12-08 11:55:07 -06:00
sim-auth.c sim-auth: Add skeleton for the sim-auth atom 2011-01-20 11:16:06 -06:00
sim.c sim: Handle an error condition better 2011-03-15 20:51:28 -05:00
simfs.c simfs: fix GLib-CRITICAL warning 2011-03-11 14:57:31 -06:00
simfs.h simfs: Add function to notify all file watches 2011-02-07 13:35:41 -06:00
simutil.c simutil: Remove trailing WS 2011-02-02 11:03:21 +02:00
simutil.h simutil: Add missing SIM enum 2011-02-25 17:21:08 +02:00
sms.c sms: limit the sms sending retry 2011-03-17 12:23:35 -05:00
smsagent.c core: explicitly compare pointers to NULL 2010-11-29 13:27:15 -06:00
smsagent.h smsagent: Add smsagent implementation 2010-11-02 12:15:53 -05:00
smsutil.c smsutil: Fix compilation 2011-02-03 14:37:00 -06:00
smsutil.h smsutil: M16 coding style fix 2011-02-05 07:05:47 -08:00
stk.c stk: fix issue with Get Inkey variable timeout 2011-03-16 21:36:11 -05:00
stkagent.c stk: Handle Launch Browser proactive command 2011-01-20 10:01:24 -06:00
stkagent.h stk: Handle Launch Browser proactive command 2011-01-20 10:01:24 -06:00
stkutil.c stk: fix issue with null data object 2011-03-11 14:39:58 -06:00
stkutil.h stkutil: Remove trailing WS 2011-02-02 11:03:21 +02:00
storage.c storage: make write_file transaction-safe 2010-08-05 11:59:22 -05:00
storage.h storage: add printf-like verification 2010-05-28 09:44:15 -05:00
ussd.c ussd: Use global definition of supplementary services interface 2011-01-23 10:17:05 +01:00
util.c util: Fix convert_utf8_to_gsm_best_lang logic 2011-02-03 14:18:16 -06:00
util.h util: Add best dialect picker API 2011-02-03 14:16:16 -06:00
voicecall.c voicecall: Refactor held and mpty notify logic 2011-03-11 13:50:29 -06:00
watch.c Update copyright information 2010-01-01 17:00:10 -08:00