Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-28 | build: Improve D-Bus checks for cross-compilation | Marcel Holtmann | 1 | -0/+6 | |
2011-03-28 | doc: Mark sim retry counters as done | Bertrand Aygon | 1 | -1/+2 | |
Update overview.txt: add SIM retry counter support information. | |||||
2011-03-28 | doc: update overview.txt: mark ipv6 as wip | Bertrand Aygon | 1 | -2/+4 | |
update GPRS features with IPv6 context support in progress | |||||
2011-03-28 | doc: Update overview.txt: move USSD to implemented | Bertrand Aygon | 1 | -3/+6 | |
move USSD from work in progress section to implemented section. | |||||
2011-03-28 | Revert dun: Add ATX command in emulator (X0 only) | Denis Kenzior | 1 | -56/+1 | |
This reverts commit 420ec0146a3757a013478337cf3aede6d04de730. ATX is already implemented in gatchat/gatserver.c | |||||
2011-03-25 | gatserver: add v250 ATL and ATM commands | Olivier Guiter | 1 | -0/+18 | |
2011-03-25 | dun: Add ATX command in emulator (X0 only) | Olivier Guiter | 1 | -1/+56 | |
2011-03-24 | voicecall: fix voicecalls_release_queue | Frédéric Danis | 1 | -2/+2 | |
voicecalls_release_queue uses struct ofono_call instead of struct voicecall (which is used in "calls" list parameter and function voicecalls_release_next) | |||||
2011-03-24 | gatserver: add AT&F command | Olivier Guiter | 1 | -2/+27 | |
2011-03-24 | TODO: remove me from ofono_sim_ready_notify() | Pekka Pessi | 1 | -1/+0 | |
__ofono_sim_recheck_pin() is fine by me | |||||
2011-03-24 | test: Don't go over 80 characters per line | Denis Kenzior | 1 | -1/+2 | |
2011-03-24 | test: add a script to set any GPRS context property | Mika Liljeberg | 2 | -1/+40 | |
2011-03-24 | gprs: fix memory leak | Mika Liljeberg | 1 | -0/+2 | |
2011-03-24 | AUTHORS: Mention Philippe's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-03-24 | doc: Complete possible errors for stk | Philippe Nunes | 1 | -0/+7 | |
2011-03-24 | isimodem: Fix indentation in SIM driver | Aki Niemi | 1 | -4/+4 | |
2011-03-24 | isimodem/sim: added PIN and SIM state handling | Pekka Pessi | 4 | -65/+634 | |
Using PN_SECURITY resource to obtain PIN statuses. Using ofono_sim_ready_notify() aka __ofono_sim_recheck_pin() to report the ready state. | |||||
2011-03-24 | isimodem: fix network registration for older modems | Mika Liljeberg | 1 | -2/+8 | |
2011-03-23 | common: fix buffer length in phone_number_to_string | Frédéric Danis | 1 | -5/+5 | |
update buffer length related to OFONO_MAX_PHONE_NUMBER_LENGTH change 78c1e96bf9601b5e5d31d04413baa1265a1c284f | |||||
2011-03-23 | gatserver: add ATZ command | Olivier Guiter | 1 | -18/+35 | |
2011-03-23 | emulator: add support for +GCAP | Olivier Guiter | 1 | -0/+7 | |
2011-03-23 | stk: Fix getenv failure case | Jeevaka Badrappan | 1 | -3/+3 | |
2011-03-21 | unit: fix broken alpha id unit test cases | Jeevaka Badrappan | 1 | -3/+4 | |
2011-03-21 | voicecall: Fix pause character validation | Lucas De Marchi | 1 | -2/+3 | |
manager_tone() converts all tone chars to uppercase. Since everywhere we check for both 'p' and 'P' for a pause, tone_queue() should also check both before claiming the string is invalid. | |||||
2011-03-18 | sms: Rework tx_state logic | Denis Kenzior | 1 | -14/+19 | |
Using the enum which has a value of zero (PENDING) by default created some problems. Use a slightly modified version of the logic and consume less storage to boot. | |||||
2011-03-18 | doc: Add Cancel method to Message API | Denis Kenzior | 1 | -0/+9 | |
2011-03-18 | sms: Move CancelMessage(o) method | Denis Kenzior | 3 | -43/+37 | |
Move this method to the Message Cancel() method instead and introduce new __ofono_sms_txq_cancel API | |||||
2011-03-18 | sms: remove check for impossible NULL condition | Lucas De Marchi | 1 | -3/+0 | |
tx_next() must never be called with entry == NULL and currently it was already being dereferenced before making this check. Thus just remove it. | |||||
2011-03-18 | TODO: mark task 'cancel pending SMS' as done | Lucas De Marchi | 1 | -9/+0 | |
2011-03-18 | sms: allow message submission to be cancelled | Lucas De Marchi | 1 | -0/+88 | |
Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | sms: Don't leak memory, even in bizarre conditions | Denis Kenzior | 1 | -2/+2 | |
2011-03-18 | sms: factor out 'remove entry' from tx_finished() | Lucas De Marchi | 1 | -43/+62 | |
Refactor tx_finished() and create a function to remove an entry from the tx queue. This function will be used also when a message is cancelled. Thus, handle the case in which state is MESSAGE_STATE_CANCELLED as well. Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | message: add cancelled state | Lucas De Marchi | 2 | -1/+4 | |
Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | examples: handle cancelled history status | Lucas De Marchi | 1 | -0/+5 | |
2011-03-18 | history: add cancelled status | Lucas De Marchi | 1 | -0/+1 | |
Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | atmodem: fix issue in time reporting with ifx | Jeevaka Badrappan | 1 | -0/+26 | |
2011-03-18 | smsutil: fix a memory leak | Bertrand Aygon | 1 | -1/+3 | |
This was reported by cppcheck. | |||||
2011-03-18 | gisi: Fix PN_SIM reachability check decoding | Aki Niemi | 1 | -3/+3 | |
2011-03-17 | hfp: Fix some whitespace issues | Denis Kenzior | 1 | -2/+2 | |
2011-03-17 | AUTHORS: Mention Christian's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-03-17 | test: add Settings dict parsing for CDMA ConnMan | Christian Lam | 1 | -0/+10 | |
2011-03-17 | test: Rename cdma connman scripts and add to build | Denis Kenzior | 3 | -1/+3 | |
2011-03-17 | test: add CDMA Connection Manager support scripts | Christian Lam | 2 | -0/+40 | |
2011-03-17 | cdmamodem: add CDMA Connection Manager support | Christian Lam | 4 | -3/+291 | |
2011-03-17 | nokiacdma: add CDMA Connection Manager support | Christian Lam | 1 | -0/+4 | |
2011-03-17 | src: add initial CDMA Connection Manager support | Christian Lam | 3 | -1/+574 | |
2011-03-17 | cdma-connman: add CDMA Connection Manager support | Christian Lam | 2 | -1/+81 | |
2011-03-17 | dbus: add CDMA Connection Manager interface | Christian Lam | 1 | -0/+1 | |
2011-03-17 | sms: limit the sms sending retry | Jeevaka Badrappan | 1 | -0/+6 | |
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-16 | stk: fix issue with Get Inkey variable timeout | Jeevaka Badrappan | 1 | -2/+26 | |