Commit Graph

4687 Commits

Author SHA1 Message Date
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
Aki Niemi 5d0f67e786 message-waiting: Fix indentation 2011-02-02 11:03:21 +02:00
Aki Niemi 1af43cf7f0 cbs: Fix style issues 2011-02-02 11:03:21 +02:00
Aki Niemi a7f1a1583c call-volume: Fix style issue 2011-02-02 11:03:21 +02:00
Aki Niemi 9f619fd467 call-settings: Fix style issues 2011-02-02 11:03:21 +02:00
Aki Niemi 352795aba6 call-barring: Fix style issue 2011-02-02 11:03:21 +02:00
Aki Niemi ac6656b004 netreg: Fix coding style, M12 2011-02-02 11:03:21 +02:00
Aki Niemi 9be348714d call-forwarding: Remove useless curly brackets 2011-02-02 11:03:21 +02:00
Aki Niemi 8e90c3368c simutil: Add checks for NULL 2011-02-02 11:03:21 +02:00
Aki Niemi cfa179fe6b audio-settings: Fix style, use tabs to indent 2011-02-02 11:03:21 +02:00
Aki Niemi 03d00626f6 call-meter: Fix style issues 2011-02-02 11:03:10 +02:00
Pekka Pessi e8d681f86d isimodem: fix crash in sms driver 2011-02-01 22:43:57 +02:00
Lucas De Marchi 51159b7610 drivers: fix misspellings 2011-02-01 18:37:34 +01:00
Lucas De Marchi 7b63c04016 test: fix misspelling 2011-02-01 18:36:01 +01:00
Lucas De Marchi 2770d0ddd3 plugins: fix misspelling 2011-02-01 18:35:48 +01:00
Lucas De Marchi 7a0af47226 doc: fix misspelling 2011-02-01 18:34:04 +01:00
Lucas De Marchi 7f3cafa441 TODO: fix misspelling 2011-02-01 18:33:28 +01:00
Lucas De Marchi 4e0f87106a stemodem: use ofono_call initializer 2011-02-01 18:31:49 +01:00
Lucas De Marchi 0ca07330f4 isimodem: use ofono_call initializer 2011-02-01 18:31:43 +01:00
Lucas De Marchi 641a6d98be ifxmodem: use ofono_call initializer 2011-02-01 18:31:36 +01:00
Lucas De Marchi a6d15c6a64 hfpmodem: use ofono_call initializer 2011-02-01 18:31:28 +01:00
Lucas De Marchi 0013199bc4 huaweimodem: use ofono_call initializer 2011-02-01 18:31:19 +01:00
Lucas De Marchi 0470319e72 calypsomodem: use ofono_call initializer 2011-02-01 18:31:11 +01:00
Lucas De Marchi 730891328c atmodem: use ofono_call initializer 2011-02-01 18:31:02 +01:00
Lucas De Marchi 80a257098a common: implement initializer for ofono_call 2011-02-01 18:30:53 +01:00
Lucas De Marchi 7ff5365583 include: define initializer for ofono_call
Some fields in struct ofono_call such as cnap_validity and clip_validity
are not correctly initialized as 0 since this means they are present. If
driver does not implement the necessary handlers, it might send to core
an ofono_call signalling that cnap and clip are available when they are
actually not.
2011-02-01 18:30:44 +01:00
Lasse Kunnasluoto 98e942d11b ste: Add support for CBS interface
STE modems support standard AT commands in CBS
2011-02-01 16:44:33 +01:00
Jeevaka Badrappan fa96b806bd atmodem: Add pin retry count support for mbm 2011-02-01 16:36:43 +01:00
Rémi Denis-Courmont 56dfe5066b atmodem: implement standard PIN retries 2011-02-01 13:51:21 +01:00
Jeevaka Badrappan 1f0318d244 stemodem: fix issue with gatchat usage 2011-01-31 10:48:56 +01:00