Commit Graph

289 Commits

Author SHA1 Message Date
Christian Lam 4fc55730f4 cdmamodem: add CDMA Connection Manager support 2011-03-17 14:16:07 -05:00
Christian Lam fd6cc036f6 src: add initial CDMA Connection Manager support 2011-03-17 14:11:50 -05:00
Christian Lam 3931640491 cdma-connman: add CDMA Connection Manager support 2011-03-17 13:45:29 -05:00
Miia Leinonen 91aa1cee7f test: Restructure CBS tests
Add new centralised and reinforced CBS test script.
2011-03-14 09:32:29 -05:00
Bertrand Aygon afd4773d54 test: Add test-message-waiting
Add a new test file to validate org.ofono.MessageWaiting interface
2011-03-11 14:00:36 -06:00
Andras Domokos 4a36b93d6a ssn: remove SSN atom completely 2011-03-11 13:08:51 -06:00
Jessica Nilsson 16e8f42d0c isimodem: code points uicc sim wgmodem2.5 2011-02-25 17:21:08 +02:00
Lucas De Marchi 8a909a6ef9 tools: add client to receive location reporting
As of now there's no support for fd-passing in D-Bus Python bindings,
hence a small C client is needed in order to test location-reporting
atom.
2011-02-23 17:27:46 -06:00
Rafael Ignacio Zurita 2ce775c106 location-reporting: add documentation 2011-02-23 17:19:38 -06:00
Rafael Ignacio Zurita 20f7f90221 mbmmodem: add location-reporting driver 2011-02-23 17:19:08 -06:00
Rafael Ignacio Zurita f6a2b25771 location-reporting: add atom implementation 2011-02-23 17:18:06 -06:00
Rafael Ignacio Zurita 709775987e location-reporting: add public header 2011-02-23 17:18:03 -06:00
Jessica Nilsson de2b203e64 build: Add u8500 plugin 2011-02-23 15:22:14 +02:00
Frédéric Danis 150d27d698 bluetooth: rename hfp.c in hpf_hf.c 2011-02-16 11:56:58 -06:00
Gustavo F. Padovan 327d9f3c90 dun_gw: Add DUN server plugin for oFono
DUN server is probed when modem state changes to online. It registers
DUN record to Bluetooth adapter and wait for incoming DUN connection.

Based on a patch from Zhenhua Zhang <zhenhua.zhang@intel.com>
2011-02-16 00:23:44 -06:00
Frédéric Danis 4a75e91c09 bluetooth: add HFP AG plugin 2011-02-16 00:23:44 -06:00
Andrzej Zaborowski db7a5a8171 Makefile: rerun genbuiltin on reconfigure.
Make builtin.h depend on config.status to force regeneration when
plugins may have been enabled or disabled.  There may be a better
way to do that.  The dependency on builtin_sources is not needed.
2011-02-15 15:43:42 -08:00
Amit Mendapara 7578062348 plugin: Add plugin for Linktop LW27x data cards 2011-02-14 13:17:42 -06:00
Denis Kenzior f07ad65af4 emulator: Add example TCP based emulator 2011-02-10 00:34:47 -06:00
Denis Kenzior 09bb5f7554 emulator: Add basic emulator skeleton 2011-02-10 00:34:47 -06:00
Denis Kenzior 6352e799ef emulator: Add basic emulator API 2011-02-10 00:34:47 -06:00
Frédéric Danis f3acfea531 bluetooth: Add bluetooth server support 2011-02-08 16:49:09 -06:00
Konrad Slowinski 6f5de5cec2 test: test-sms test script added 2011-02-02 11:50:15 +01:00
Rémi Denis-Courmont 4a482d296b build: Support for pkg-config 2011-01-31 10:44:56 +01:00
Denis Kenzior ff2a5c6506 test: Add test for listing messages 2011-01-28 20:29:15 -06:00
Jukka Saunamaki b186231ad2 gprs-provision: add example context provisioning driver 2011-01-26 14:55:58 -06:00
Jukka Saunamaki e225f56ed0 gprs-provision: add driver API sources 2011-01-26 14:55:58 -06:00
Jukka Saunamaki d5a30edf0c gprs-provision: add driver API header 2011-01-26 14:55:58 -06:00
Rémi Denis-Courmont ce6a3ad264 build: Use dist_ prefix as applicable 2011-01-26 12:19:24 +01:00
Rémi Denis-Courmont 419dde6321 build: Use pkglibdir where applicable 2011-01-24 14:38:49 +01:00
Faiyaz Baxamusa 76081700a9 sms: Break out message objects into message.[ch]
These can be used as is by the CDMA SMS manager atom
2011-01-20 14:58:31 -06:00
Faiyaz Baxamusa 2da4496e1e doc: Add messagemanager-api and change message-api 2011-01-20 14:57:52 -06:00
Andrzej Zaborowski 03b294d194 sim-auth: Add atmodem driver 2011-01-20 11:20:57 -06:00
Andrzej Zaborowski 84d0a57f8a sim-auth: Add skeleton for the sim-auth atom 2011-01-20 11:16:06 -06:00
Andrzej Zaborowski 719f3c1821 include: Add SIM authentication atom's
Structures and function declarations for the SIM authentication
atom as proposed by Pekka Pessi, with just one method at the
moment.
2011-01-20 11:16:06 -06:00
Rémi Denis-Courmont a2bad5b65b build: Use standard pkginclude directory
automake automatically defines includedir to the base include directory
and pkgincludedir to ./@PACKAGE@ from there. So lets use the later one
instead of overriding automake.
2011-01-19 12:18:13 +01:00
Marcel Holtmann 56f2ade0c8 build: Make Bluetooth library requirement conditional 2011-01-15 06:23:49 +01:00
Jarko Poutiainen ab55a635e1 test: add disable-call-forwarding 2011-01-14 11:30:37 +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 c4b5dad476 cdmamodem: Add CDMA devinfo support 2011-01-13 16:15:18 -06:00
Dara Spieker-Doyle 99d10bfc2c test: Add CDMA MO Call Support scripts 2011-01-13 16:07:12 -06:00
Dara Spieker-Doyle 1c0a514578 nokiacdma: Add plugin and CDMA MO Call Support 2011-01-12 23:12:57 -06:00
Dara Spieker-Doyle b33502da0a cdmamodem: Add CDMA MO Call support 2011-01-12 22:58:45 -06:00
Jarko Poutiainen 5213119ac5 test: add set-call-forwarding 2011-01-12 08:15:56 -08:00
Sjur Brændeland f8d3f8a7d3 plugin: Add ste modem init daemon integration
This patch introduces auto discovery of ST-Ericsson modems.
ST-Ericsson modems (M57XX, M7XX, M74XX) are managed by a
Modem Init Daemon responsible for start, power cycles,
flashing etc. This STE plugin monitors the modem state exposed
from the Modem Init Daemon's Dbus API. When the modem is in state
"on" the STE modem is created and registered. Muliple modem
instances, and reset handling is supported.
2011-01-11 14:56:58 -08:00
Marcel Holtmann e51e1243e3 sierra: Add skeleton for Sierra modem plugin 2011-01-10 23:16:21 -08:00
Oskari Timperi e6d8b537b9 Add plugin for Cinterion TC65 modem 2011-01-10 15:00:50 -06:00
Marcel Holtmann 0bcbcc8db6 build: Add configure option for building tools 2011-01-09 11:04:58 -08:00
Marcel Holtmann 13ba98b4ae build: Fix the CDMA modem autoconf/automake mess 2011-01-09 10:56:38 -08:00