Commit Graph

4628 Commits

Author SHA1 Message Date
Jeevaka Badrappan f7a8a3d914 test: add Retries property to list-modems 2011-01-17 17:57:11 -06:00
Pekka Pessi 37ae4832de Fix crash in isimodem call forwarding. 2011-01-17 18:15:42 +01:00
Jeevaka Badrappan 2b8a358601 sim: fix issue with sizeof call
In some compilers, sizeof the functional argument is
not returning the actual sizeof the argument.
2011-01-17 17:05:26 +01:00
Rémi Denis-Courmont 2910b735cf doc: missing space 2011-01-17 16:59:17 +01:00
Rémi Denis-Courmont 2fec6fec81 doc: Typo 2011-01-17 16:58:34 +01:00
Marcel Holtmann 56f2ade0c8 build: Make Bluetooth library requirement conditional 2011-01-15 06:23:49 +01:00
Dara Spieker-Doyle e4143d651c cdmamodem: fix to follow oFono probe rules
Not allowed to call register directly from probe, use g_idle_add
instead for now
2011-01-14 14:18:51 -06:00
Pekka Pessi a0e3d9ffc3 include: Clarify hold_all_active semantics 2011-01-14 09:48:56 -06:00
Tomasz Gregorek 802b3acbd9 mbm: Remove data->reopen_source timer before setting up new one
Check if there is a timer running already and remove it before
creating a new one. This will prevent calling reopen_callback() more
than if mbm_disconnect() is called more than once.
2011-01-14 14:40:47 +01:00
Tomasz Gregorek d104573d54 mbm: Adding timer removal to mbm_remove()
In case the modem is disconnected during enabling process, mbm_disconnect()
will set up data->reopen_source timer. This timer needs to be
removed in mbm_remove() to stop execution of reopen_callback() after
hardware disconnection.
2011-01-14 14:39:37 +01:00
Jeevaka Badrappan 00a2335ed4 ifx: add ctm create to ifx plugin 2011-01-14 14:34:48 +01:00
Marit Henriksen fb60a96027 stemodem: Always run +CGACT? when we get +CGEV.
Remove checks for certain values of CGEV, and instead we will
always run CGACT? to check what contexts that are active.
2011-01-14 14:32:58 +01:00
Marit Henriksen 12b417f4e9 stemodem: Use macro for context status. 2011-01-14 14:32:16 +01:00
Marit Henriksen 140d092a00 src: Added enum for PDP context status. 2011-01-14 14:32:04 +01:00
Marit Henriksen 1fe79aa8a5 stemodem: Return immediately if not voice call. 2011-01-14 14:30:14 +01:00
Marit Henriksen 84e942ace3 stemodem: Use macro for clip validity. 2011-01-14 14:29:38 +01:00
Marit Henriksen e732452eea stemodem: Removed defaults in switches.
Coding style guidline M12.
2011-01-14 14:29:00 +01:00
Helen Clemson fa576435a5 hfpmodem: Incorrect string length in dtmf buf.
Strlen includes a NULL character.
2011-01-14 14:26:37 +01:00
Helen Clemson ed67052411 stemodem: Incorrect string length in dtmf buf.
Strlen includes a NULL character.
2011-01-14 14:26:21 +01:00
Helen Clemson 5242716024 stemodem: Fix spelling mistake in error message. 2011-01-14 11:37:55 +01:00
Jarko Poutiainen ab55a635e1 test: add disable-call-forwarding 2011-01-14 11:30:37 +01:00
Jeevaka Badrappan d8f7f53096 ifxmodem: change AT command for enabling SATK 2011-01-14 01:18:58 +01:00
Jeevaka Badrappan d0f0e99f47 ifxmodem: add enable/disable ctm support 2011-01-14 01:16:33 +01:00
Zhenhua Zhang 2565d8aed6 bluetooth: Add Btio library for DUN
Btio library is the low level socket API for BT RFCOMM connection. We
share the same library among BlueZ, Obex and oFono. So make sure you
synchronize to other two projects when you make changes to btio.[ch].
2011-01-13 17:14:55 -06:00
Dara Spieker-Doyle e0e734619f nokiacdma: Add CDMA devinfo support 2011-01-13 16:15:36 -06:00
Dara Spieker-Doyle c4b5dad476 cdmamodem: Add CDMA devinfo support 2011-01-13 16:15:18 -06:00
Dara Spieker-Doyle fdfdde03a7 cdmamodem: M15 Coding style fix 2011-01-13 16:11:50 -06:00
Dara Spieker-Doyle 99d10bfc2c test: Add CDMA MO Call Support scripts 2011-01-13 16:07:12 -06:00
Jeevaka Badrappan 58574e61bc include: remove unused mpty from ofono_call 2011-01-13 12:31:56 -06:00
Jeevaka Badrappan cfdad1d377 atutil: remove unused mpty 2011-01-13 12:31:54 -06:00
Rafael Ignacio Zurita f92f0b5d47 gps: add new interface to feature map 2011-01-13 11:08:07 -06:00
Rafael Ignacio Zurita 5eda7e96b1 gps: define new dbus interface 2011-01-13 11:08:05 -06:00
Rémi Denis-Courmont bcfd049853 atmodem: fix +COLR parsing
AT+COLR does not have a local presentation mode and thus it cannot be
factored with the other commands.

This partially reverts commit f2baa88d75.
2011-01-13 10:31:54 -06:00
Lucas De Marchi 07acb249dc test: show CalledLinePresentation property 2011-01-13 10:04:36 -06:00
Denis Kenzior febb9014ca atutil: Break out attribute parser into atutil 2011-01-12 23:53:38 -06:00
Dara Spieker-Doyle 492f0629ca udev: Add nokiacdma device 2011-01-12 23:14:23 -06:00
Dara Spieker-Doyle f8a65e6817 ofono-rules: Add nokiacdma device 2011-01-12 23:14:04 -06:00
Denis Kenzior df8ad0a738 nokiacdma: Minor fixes 2011-01-12 23:13:44 -06:00
Dara Spieker-Doyle 1c0a514578 nokiacdma: Add plugin and CDMA MO Call Support 2011-01-12 23:12:57 -06:00
Denis Kenzior 613be55183 cdmamodem: Remove unneeded assignments 2011-01-12 23:05:44 -06:00
Denis Kenzior a13116f49c cdmamodem: Fix up naming 2011-01-12 23:05:17 -06:00
Dara Spieker-Doyle b33502da0a cdmamodem: Add CDMA MO Call support 2011-01-12 22:58:45 -06:00
Jeevaka Badrappan 355fa67742 stk: make use of ADD_ERROR_RESULT macro 2011-01-12 16:05:37 -06:00
Jeevaka Badrappan e5bd00fd80 stk: add additional info for terminal busy result
As per the ETSI TS 102 223 specification 8.12.2, it is
mandatory to provide additional information for the
general result "ME currently unable to process command".
2011-01-12 16:04:29 -06:00
Andrzej Zaborowski 2cec48fb1c simfs: Add cache flushing functions 2011-01-12 14:07:09 -06:00
Jarko Poutiainen 5213119ac5 test: add set-call-forwarding 2011-01-12 08:15:56 -08:00
Aki Niemi 8c7925841f TODO: Add task for main.conf 2011-01-12 08:14:01 -08:00
Frederic Danis 76e4f8ada3 TODO: set owner of Support HFP AG emulator task 2011-01-12 08:10:39 -08:00
Pekka Pessi 6d23cd1957 isimodem: fix return from call control requests 2011-01-12 08:09:09 -08:00
Jeevaka Badrappan 2182336c8b gatchat: M15 coding styles fixes 2011-01-12 08:06:59 -08:00