Commit Graph

4076 Commits

Author SHA1 Message Date
Denis Kenzior c5c7c95436 test: Fixup build issues with test-sms 2010-12-09 01:53:05 -06:00
Denis Kenzior e74e2c3739 radio-settings: Minor style fixes for rule M13 2010-12-08 11:55:07 -06:00
Denis Kenzior ef336653ca AUTHORS: Mention Rafael's contributions 2010-12-08 11:41:36 -06:00
Rafael Ignacio Zurita dbbe000cd8 TODO: Add owner to 'GPS power control atom' task 2010-12-08 11:41:10 -06:00
Denis Kenzior dd46d719ba doc: Reword the description of GsmBand and UmtsBand 2010-12-08 11:38:25 -06:00
Lucas De Marchi 0509bd54fb doc: document frequency band selection 2010-12-08 11:36:08 -06:00
Denis Kenzior e23d25c895 radio-settings: Minor style issues 2010-12-08 11:35:44 -06:00
Lucas De Marchi cefa3b14dc radio-settings: add frequency band selection props 2010-12-08 11:32:15 -06:00
Denis Kenzior 8207432648 include: Minor style fixes 2010-12-08 11:26:58 -06:00
Lucas De Marchi 1dcd57136e radio-settings: add frequency band selection methods 2010-12-08 11:08:56 -06:00
Denis Kenzior 0e32118ce8 TODO: Mark Provide Local Information task as done 2010-12-08 10:41:48 -06:00
Jeevaka Badrappan 270e8656a8 TODO: Mark Language Notification task as done 2010-12-08 10:37:10 -06:00
Denis Kenzior 2ee569255f unit: Minor style updates to test-sms 2010-12-08 10:31:05 -06:00
Denis Kenzior 337eb41f06 AUTHORS: Mention Oleg's contributions 2010-12-08 10:27:48 -06:00
Oleg Zhurakivskyy f68ecd9389 unit: add national dialect SMS character set tests 2010-12-08 10:27:25 -06:00
Denis Kenzior 44a8b282ca simutil: fixup style according to M11 2010-12-08 09:44:39 -06:00
Lucas De Marchi 752a2ccec8 gdbus: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-12-08 16:33:06 +01:00
Yang Gu 5713d5e19f stk: Handle provide local info proactive command 2010-12-08 07:58:24 -06:00
Yang Gu f6b037661b smsutil: Make timezone an optional field 2010-12-08 07:53:30 -06:00
Denis Kenzior 7784c5ed62 test: When priting help for enter-pin, exit 2010-12-08 07:03:01 -06:00
Yang Gu 173c6798d6 smsutil: Change the range of time zone 2010-12-07 12:16:20 -06:00
Gustavo F. Padovan b7cfbff47d phonesim: Add modem reset trigger 2010-12-07 12:16:20 -06:00
Gustavo F. Padovan 5862e614fd Add ofono_modem_reset()
Some modems can screw up everything and then we will need to do a silent
reset of the modem. This patch take the modem back to the OFFLINE state.
2010-12-07 12:16:20 -06:00
Gustavo F. Padovan ab53869a8a modem: add ofono_modem_reset() to modem.h 2010-12-07 12:16:20 -06:00
Gustavo F. Padovan 42a90432e7 modem: only unref pending if it is a powered pending 2010-12-07 12:16:20 -06:00
Lucas De Marchi cf12b929ee TODO: add owner to 'SIM PIN retry counter' task 2010-12-07 12:16:20 -06:00
Gustavo F. Padovan c443e4610f TODO: Add owner for the CNAP task 2010-12-07 12:16:20 -06:00
Vinicius Costa Gomes 2702a2e349 gatchat: fix canceling in progress commands
As g_queue_peek_head() returns the node data field, we have to compare
it against the actual command, not against the pointer to the queue node.
2010-12-07 12:16:20 -06:00
Denis Kenzior 353d1548bd smsutil: Minor style fix 2010-12-07 12:16:20 -06:00
Marcel Holtmann 214ab4a0a2 build: Silence another make message 2010-12-07 10:00:36 +01:00
Rémi Denis-Courmont 81671daff7 Mark ofono/*.h symbolink links as built sources
This forces automake/make to build them first if needed (as before).
But it avoids marking every single header as a dependency of every
single object. Thus we do not need a bogus full rebuild of the tree
everytime a header is added.
2010-12-07 10:00:06 +01:00
Pekka Pessi da444beb2d voicecall: fix dial result handling
The existing call will be automatically put on hold if there is an
existing active call when dialing. On some modems the dial request
returns only after the dialed call is active and the existing call has
been put on hold.

However, on isimodem driver the dial request returns immediately before
the existing call has changed its status. With isimodem driver the
dial_handle_result() selected the existing call from the list when it
should have created a new one.

The dial result handling now guards againt returning a previously dialed
active call as result.
2010-12-03 13:21:32 -06:00
Denis Kenzior 7c3a800267 network: Send strength as a byte, not uint16
To be consistent with the documentation
2010-12-03 12:14:06 -06:00
Denis Kenzior d10e201236 AUTHORS: Mention Helen's contributions 2010-12-03 08:01:10 -06:00
Denis Kenzior 4c2bd38f7f ste: Minor style fixes 2010-12-03 08:01:10 -06:00
Helen Clemson 6befb8290d ste: Restructure caif channel creation
This is restructuring the caif channel creation, so that at a later
date multiple AT channels can be supported. This effectively moves
the channel creation from ste_enable, into its own function,
ste_create_channel.
2010-12-03 08:01:10 -06:00
Pekka Pessi a67c5cf4c5 isi/voicecall: fix handling of waiting calls
Also, do not retrieve calls after isi_release_all_active() because
retrieving is now only an unwanted side-effect .
2010-12-03 14:52:40 +02:00
Pekka Pessi be2778cb99 isi/voicecall: avoid side-effects of release
If a call was held automatically when an another call was dialed or
answered, it gets retrieved when the other call is released unless
auto change features is explicitly disabled.

Drop cause_type parameter because it is never used.

Use cause code for busy when releasing incoming or waiting calls.
2010-12-03 14:52:33 +02:00
Pekka Pessi eb3af79700 isi/voicecall: add call id to queued requests 2010-12-03 14:51:40 +02:00
Pekka Pessi fe28e6cd05 isi/voicecall: fix status reporting
Do not report incoming calls to the oFono core until they can be
answered.

Report MT_RELEASED or MO_RELEASED via ofono_voicecall_notify(),
TERMINATED calls via ofono_voicecall_disconnected().
2010-12-03 14:50:05 +02:00
Pekka Pessi dc8e2b474a coding-style M14: parenthesis around sizeof arg 2010-12-03 14:48:41 +02:00
Aki Niemi 4da8836495 test: Unregister agents on keyboard interrupt
Control-C now calls UnregisterAgent(), so the agents exit cleanly.
2010-12-03 14:47:40 +02:00
Aki Niemi 4f2311b2e2 test: Fix script output
There is no proposing, just action.
2010-12-03 14:46:51 +02:00
Aki Niemi 9daca1ffa8 TODO: Add owner for IAP database task 2010-12-03 14:37:28 +02:00
Denis Kenzior 99c6e01bc2 doc: Don't go over 80 characters / line 2010-12-02 11:22:07 -06:00
Denis Kenzior 27e0c7f6d6 doc: Move DisconnectReason to the signals section 2010-12-02 11:21:07 -06:00
Gustavo F. Padovan 169651314e atmodem: fix DBG message 2010-12-02 08:15:04 -06:00
Denis Kenzior d76c7730fd AUTHORS: Mention Rafael's contributions 2010-12-02 08:13:41 -06:00
Rafael Ignacio Zurita 9655be1f91 HACKING: Add ofono.conf file copy command required
Add ofono.conf copy command required for oFono core daemon to work.
2010-12-02 08:13:20 -06:00
Lucas De Marchi c759aea7d9 HACKING: add guidelines to patch submission 2010-12-02 08:10:35 -06:00