Commit Graph

4716 Commits

Author SHA1 Message Date
Marcel Holtmann a5920e9230 Release 0.41 2011-02-06 09:22:22 -08:00
Jeevaka Badrappan 3a03fbf841 smsutil: M16 coding style fix 2011-02-05 07:05:47 -08:00
Jeevaka Badrappan 4d6eaf121c modem: M16 coding style fix 2011-02-05 07:05:32 -08:00
Jeevaka Badrappan fc68ac41f8 stemodem: M16 coding style fix 2011-02-05 07:05:11 -08:00
Jeevaka Badrappan 021e8836b8 ifxmodem: M16 coding style fix 2011-02-05 07:04:53 -08:00
Jeevaka Badrappan a4c3733314 hfpmodem: M16 coding style fix 2011-02-05 07:04:17 -08:00
Jeevaka Badrappan 4534b1c328 atmodem: M16 coding style fix 2011-02-05 07:04:02 -08:00
Jeevaka Badrappan b363b8f0cf coding-style: Don't use hex with shift operator 2011-02-05 07:03:32 -08:00
Jeevaka Badrappan c70805bdee stemodem: Use defined call_status enum 2011-02-05 05:09:24 -08:00
Jeevaka Badrappan b4c8d107ad ifxmodem: Use defined call_status enum 2011-02-05 05:09:09 -08:00
Jeevaka Badrappan ec323d9c12 huaweimodem: Use defined call_status enum 2011-02-05 05:08:17 -08:00
Jeevaka Badrappan 3fef7a3d26 hfpmodem: Use defined call_status enum 2011-02-05 05:07:42 -08:00
Jeevaka Badrappan b9d24fc016 atmodem: use defined call_status enum 2011-02-05 05:07:18 -08:00
Marit Henriksen 49457675a3 stemodem: Check for ok in voicecall_initialize 2011-02-04 09:56:57 -06:00
Jeevaka Badrappan 8453b2680e ifxmodem: fix xtms read and test cmd prefix
with the latest modem firmware, xctms prefix
is returned as per the 3GPP format.
2011-02-04 14:54:31 +01:00
Konrad Slowinski 4b22a77449 test: test-sms - input and signals outputs together 2011-02-04 14:00:17 +01:00
Jeevaka Badrappan d43eae7ac6 doc: add Sim Toolkit feature list table 2011-02-03 19:02:08 -06:00
Jeevaka Badrappan 28bc33b5b2 doc: add Sim Toolkit overview 2011-02-03 19:01:53 -06:00
Jeevaka Badrappan aef2c9fa25 doc: remove extra space in overview 2011-02-03 15:58:49 -06:00
Denis Kenzior b7f8fc6f83 smsutil: Fix compilation 2011-02-03 14:37:00 -06:00
Aki Niemi cd1e58bd20 smsutil: Add alphabet support to encoding 2011-02-03 14:24:00 -06:00
Denis Kenzior d7d24f55ee util: Fix convert_utf8_to_gsm_best_lang logic 2011-02-03 14:18:16 -06:00
Aki Niemi cfb8b40a04 util: Add best dialect picker API 2011-02-03 14:16:16 -06:00
Denis Kenzior 5f3701cda5 util: Use gboolean for returning success / failure 2011-02-03 13:50:42 -06:00
Aki Niemi a1dbd89052 util: Refactor conversion table handling 2011-02-03 13:44:45 -06:00
Denis Kenzior 3f798c4741 core: Minor style tweaks 2011-02-03 13:15:29 -06:00
Andrzej Zaborowski a7a0cb1ed0 simfs: implement ofono_sim_context api 2011-02-03 13:13:37 -06:00
Andrzej Zaborowski 0ecc99973a sim: ofono_sim_context api header changes
This patch introduces sim FS contexts which are used to queue file
read and write operations.  When a context is freed all pending
operations in that context are cancelled preventing callbacks from
being called causing segfaults.
2011-02-03 13:13:33 -06:00
Andrzej Zaborowski 0cde90ff8e simfs: Use cache for sim_fs_read_info requests too.
There seems to be no reason that the fileinfo is cached for file
read or block read requests but not info_only requests, so move
code around to fix this.  O_RDWR is changed to O_WRONLY for the
cache file because the file is not being read in case of cache miss.
2011-02-03 11:01:40 -06:00
Denis Kenzior 33dec0d98e doc: Rename to our api filename conventions 2011-02-03 10:24:39 -06:00
Simon Lethbridge bc84fcc1bd doc: AssistedSatelliteNavigation and Agent API
This patch introduces support for Global Satellite Navigation System (GNSS),
using the AT commands AT+CPOS and +CPOSR as specified 3GPP 27.007.
2011-02-03 10:21:42 -06:00
Marit Henriksen 1031664a9e test: Find the active call and do hangup on that 2011-02-03 10:20:23 -06:00
Marit Henriksen aad3b22924 stemodem: Fix handling of local_release
- Reset local_release when call is disconnected.
- Change bitmap for affected types, ste_hangup is only called when
  call state is Incoming, Dialing, Alerting or Active.
- Used macros instead of numbers when creating bitmaps.
2011-02-03 10:19:31 -06:00
Marit Henriksen c1603c77cc stemodem: Add handling of ECAV status Released
- *ECAV UR code has been extended with a new state Released,
  sent immediately when MO call is released.
- Apply rule M11 of coding style.
2011-02-03 10:14:51 -06:00
Aki Niemi 424dc12752 Revert "doc: Updated and clarified overview"
This reverts commit 457b051928.

Meant only as request for comments.
2011-02-03 15:05:20 +02:00
Pekka Pessi 1715ce85cb isimodem: fix problems in call state reporting
Do not report early incoming calls.

Report "disconnected" state separately.

Call ofono_voicecall_disconnected() only after call id is released.
2011-02-03 14:59:53 +02:00
Aki Niemi 457b051928 doc: Updated and clarified overview
Refined scope of the project, added smart messaging and push
notification, fixed typos and added IMS UA as an out-of-scope item.
2011-02-03 08:37:44 +02:00
Denis Kenzior 074f1ff516 push-notification: Fix the nulling of the agent
Same as the previous commit, but applies to push-notifications
2011-02-02 13:24:04 -06:00
Lucas De Marchi 16e3c0ffe4 smart-messaging: set agent to NULL after free
If agent is not set to NULL after it's freed, the following situation
would not work:

smart_messaging_register_agent()
smart_messaging_unregister_agent()
smart_messaging_register_agent()

And this one could potentially crash oFono:

smart_messaging_register_agent()
smart_messaging_unregister_agent()
smart_messaging_unregister_agent()
2011-02-02 13:23:30 -06:00
Jeevaka Badrappan 8387e79257 examples: fix issue with dst print 2011-02-02 10:43:37 -06:00
Jeevaka Badrappan 99f8e93ba8 include: fix comment on dst value 2011-02-02 10:43:37 -06:00
Denis Kenzior afb45328da TODO: Mark long phone number support task as done 2011-02-02 10:43:37 -06:00
Konrad Slowinski 6f5de5cec2 test: test-sms test script added 2011-02-02 11:50:15 +01:00
Aki Niemi 7d389054ac stk: Fix style issues 2011-02-02 11:03:21 +02:00
Aki Niemi 0b65fb30b0 stkutil: Remove trailing WS 2011-02-02 11:03:21 +02:00
Aki Niemi 59b00052d3 util: Fix style issue with long lines 2011-02-02 11:03:21 +02:00
Aki Niemi 15428cc2df sms: Fix indentation 2011-02-02 11:03:21 +02:00
Aki Niemi f0d855dd99 simutil: Remove trailing WS 2011-02-02 11:03:21 +02:00
Aki Niemi a8112dc1ea sim: Fix style issues 2011-02-02 11:03:21 +02:00
Aki Niemi 6ed9fe85a5 simfs: Add NULL check 2011-02-02 11:03:21 +02:00