Commit Graph

5099 Commits

Author SHA1 Message Date
Jarko Poutiainen c0b0188825 src: add gnss atom and agent implementation 2011-03-28 18:06:58 -05:00
Jarko Poutiainen d451195c82 src: add atom type for gnss 2011-03-28 18:06:58 -05:00
Jarko Poutiainen 71c0cffd1d include: add gnss.h file 2011-03-28 18:06:58 -05:00
Jarko Poutiainen 73d1eadd69 dbus: add gnss interface definition 2011-03-28 18:06:57 -05:00
Denis Kenzior 92a6b18ef4 gatsyntax: Support echo of empty lines 2011-03-28 18:06:57 -05:00
Denis Kenzior 54736c532c gatsyntax: Re-name enum a proper way 2011-03-28 18:06:57 -05:00
Marcel Holtmann dbb62eb0e9 build: Improve D-Bus checks for cross-compilation 2011-03-28 19:21:12 +02:00
Bertrand Aygon a801835cfa doc: Mark sim retry counters as done
Update overview.txt: add SIM retry counter support information.
2011-03-28 11:23:57 -05:00
Bertrand Aygon 8aea74a14c doc: update overview.txt: mark ipv6 as wip
update GPRS features with IPv6 context support in progress
2011-03-28 11:22:52 -05:00
Bertrand Aygon 5cc95cce5b doc: Update overview.txt: move USSD to implemented
move USSD from work in progress section to implemented section.
2011-03-28 11:22:19 -05:00
Denis Kenzior 6308af8e4d Revert dun: Add ATX command in emulator (X0 only)
This reverts commit 420ec0146a.

ATX is already implemented in gatchat/gatserver.c
2011-03-28 11:21:12 -05:00
Olivier Guiter 6b03d7cdff gatserver: add v250 ATL and ATM commands 2011-03-25 12:37:25 -05:00
Olivier Guiter 420ec0146a dun: Add ATX command in emulator (X0 only) 2011-03-25 12:35:07 -05:00
Frédéric Danis f7f6fd75ae voicecall: fix voicecalls_release_queue
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 13:29:49 -05:00
Olivier Guiter 155cf8f9c4 gatserver: add AT&F command 2011-03-24 13:27:13 -05:00
Pekka Pessi 6e6aebf12b TODO: remove me from ofono_sim_ready_notify()
__ofono_sim_recheck_pin() is fine by me
2011-03-24 13:25:26 -05:00
Denis Kenzior ee4fd20331 test: Don't go over 80 characters per line 2011-03-24 13:24:38 -05:00
Mika Liljeberg 40d8cbf939 test: add a script to set any GPRS context property 2011-03-24 13:24:05 -05:00
Mika Liljeberg b52c06210c gprs: fix memory leak 2011-03-24 13:22:46 -05:00
Denis Kenzior a7da67df9d AUTHORS: Mention Philippe's contributions 2011-03-24 11:52:56 -05:00
Philippe Nunes 25fbdc5931 doc: Complete possible errors for stk 2011-03-24 11:52:56 -05:00
Aki Niemi 28ab3db004 isimodem: Fix indentation in SIM driver 2011-03-24 14:56:48 +02:00
Pekka Pessi 2b857d068b isimodem/sim: added PIN and SIM state handling
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 14:51:16 +02:00
Mika Liljeberg 44ad041c27 isimodem: fix network registration for older modems 2011-03-24 14:43:53 +02:00
Frédéric Danis 9edf68c553 common: fix buffer length in phone_number_to_string
update buffer length related to OFONO_MAX_PHONE_NUMBER_LENGTH change
78c1e96bf9
2011-03-23 15:02:48 -05:00
Olivier Guiter cc17e8fd8c gatserver: add ATZ command 2011-03-23 15:01:36 -05:00
Olivier Guiter 351c701aac emulator: add support for +GCAP 2011-03-23 15:00:12 -05:00
Jeevaka Badrappan 8e6becc57e stk: Fix getenv failure case 2011-03-23 09:54:46 -05:00
Jeevaka Badrappan a5f7b74566 unit: fix broken alpha id unit test cases 2011-03-21 14:04:11 -05:00
Lucas De Marchi 47ee314200 voicecall: Fix pause character validation
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-21 14:03:28 -05:00
Denis Kenzior 15abdeee68 sms: Rework tx_state logic
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 18:31:14 -05:00
Denis Kenzior b0e6ccff12 doc: Add Cancel method to Message API 2011-03-18 18:31:14 -05:00
Denis Kenzior 9a37a672bf sms: Move CancelMessage(o) method
Move this method to the Message Cancel() method instead and introduce
new __ofono_sms_txq_cancel API
2011-03-18 18:31:14 -05:00
Lucas De Marchi 458ef95e5d sms: remove check for impossible NULL condition
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 18:31:14 -05:00
Lucas De Marchi a1cfbb9c0c TODO: mark task 'cancel pending SMS' as done 2011-03-18 18:31:14 -05:00
Lucas De Marchi 21da71d544 sms: allow message submission to be cancelled
Based on patch from Yang Gu <gyagp0@gmail.com>
2011-03-18 18:31:14 -05:00
Denis Kenzior 7dcae49cc5 sms: Don't leak memory, even in bizarre conditions 2011-03-18 18:31:14 -05:00
Lucas De Marchi 7a7c0717f5 sms: factor out 'remove entry' from tx_finished()
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 18:31:14 -05:00
Lucas De Marchi 888e07863b message: add cancelled state
Based on patch from Yang Gu <gyagp0@gmail.com>
2011-03-18 18:31:14 -05:00
Lucas De Marchi c01140c851 examples: handle cancelled history status 2011-03-18 18:31:14 -05:00
Lucas De Marchi d67c73d492 history: add cancelled status
Based on patch from Yang Gu <gyagp0@gmail.com>
2011-03-18 18:31:14 -05:00
Jeevaka Badrappan 97eea8144b atmodem: fix issue in time reporting with ifx 2011-03-18 09:51:57 -07:00
Bertrand Aygon 0403b341ca smsutil: fix a memory leak
This was reported by cppcheck.
2011-03-18 11:29:06 -05:00
Aki Niemi 9871da333a gisi: Fix PN_SIM reachability check decoding 2011-03-18 09:19:04 +02:00
Denis Kenzior 1bc1e52751 hfp: Fix some whitespace issues 2011-03-17 16:11:02 -05:00
Denis Kenzior 0cbde2d4c4 AUTHORS: Mention Christian's contributions 2011-03-17 14:27:44 -05:00
Christian Lam 823038358e test: add Settings dict parsing for CDMA ConnMan 2011-03-17 14:23:26 -05:00
Denis Kenzior 73a99ed5ce test: Rename cdma connman scripts and add to build 2011-03-17 14:18:56 -05:00
Christian Lam 41df140eb8 test: add CDMA Connection Manager support scripts 2011-03-17 14:16:44 -05:00
Christian Lam 4fc55730f4 cdmamodem: add CDMA Connection Manager support 2011-03-17 14:16:07 -05:00