Aki Niemi [Tue, 18 Jan 2011 08:51:49 +0000 (10:51 +0200)]
netreg: Remove default statement
Aki Niemi [Thu, 13 Jan 2011 13:02:47 +0000 (15:02 +0200)]
netreg: Fix userdata -> user_data
This convention has been advertized on the mailing list.
Aki Niemi [Wed, 12 Jan 2011 11:39:43 +0000 (13:39 +0200)]
simutil: Style fixes, M12
Aki Niemi [Wed, 12 Jan 2011 11:39:33 +0000 (13:39 +0200)]
netreg: Style fixes, M12
Aki Niemi [Wed, 12 Jan 2011 11:39:24 +0000 (13:39 +0200)]
common: Style fixes, M12
Jeevaka Badrappan [Mon, 17 Jan 2011 17:49:53 +0000 (09:49 -0800)]
test: add Retries property to list-modems
Pekka Pessi [Mon, 17 Jan 2011 17:05:16 +0000 (19:05 +0200)]
Fix crash in isimodem call forwarding.
Jeevaka Badrappan [Mon, 17 Jan 2011 15:55:48 +0000 (17:55 +0200)]
sim: fix issue with sizeof call
In some compilers, sizeof the functional argument is
not returning the actual sizeof the argument.
Rémi Denis-Courmont [Mon, 17 Jan 2011 10:11:40 +0000 (12:11 +0200)]
doc: missing space
Rémi Denis-Courmont [Mon, 17 Jan 2011 10:07:40 +0000 (12:07 +0200)]
doc: Typo
Marcel Holtmann [Sat, 15 Jan 2011 05:23:49 +0000 (06:23 +0100)]
build: Make Bluetooth library requirement conditional
Dara Spieker-Doyle [Fri, 14 Jan 2011 20:25:52 +0000 (12:25 -0800)]
cdmamodem: fix to follow oFono probe rules
Not allowed to call register directly from probe, use g_idle_add
instead for now
Pekka Pessi [Fri, 14 Jan 2011 15:16:11 +0000 (17:16 +0200)]
include: Clarify hold_all_active semantics
Tomasz Gregorek [Fri, 14 Jan 2011 13:35:15 +0000 (14:35 +0100)]
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.
Tomasz Gregorek [Fri, 14 Jan 2011 13:34:48 +0000 (14:34 +0100)]
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.
Jeevaka Badrappan [Fri, 14 Jan 2011 13:10:01 +0000 (15:10 +0200)]
ifx: add ctm create to ifx plugin
Marit Henriksen [Fri, 14 Jan 2011 11:18:04 +0000 (12:18 +0100)]
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.
Marit Henriksen [Fri, 14 Jan 2011 11:17:21 +0000 (12:17 +0100)]
stemodem: Use macro for context status.
Marit Henriksen [Fri, 14 Jan 2011 11:16:45 +0000 (12:16 +0100)]
src: Added enum for PDP context status.
Marit Henriksen [Fri, 14 Jan 2011 11:19:54 +0000 (12:19 +0100)]
stemodem: Return immediately if not voice call.
Marit Henriksen [Fri, 14 Jan 2011 11:19:17 +0000 (12:19 +0100)]
stemodem: Use macro for clip validity.
Marit Henriksen [Fri, 14 Jan 2011 11:18:47 +0000 (12:18 +0100)]
stemodem: Removed defaults in switches.
Coding style guidline M12.
Helen Clemson [Fri, 14 Jan 2011 11:14:24 +0000 (12:14 +0100)]
hfpmodem: Incorrect string length in dtmf buf.
Strlen includes a NULL character.
Helen Clemson [Fri, 14 Jan 2011 11:13:19 +0000 (12:13 +0100)]
stemodem: Incorrect string length in dtmf buf.
Strlen includes a NULL character.
Helen Clemson [Fri, 14 Jan 2011 10:29:35 +0000 (11:29 +0100)]
stemodem: Fix spelling mistake in error message.
Jarko Poutiainen [Fri, 14 Jan 2011 08:24:29 +0000 (10:24 +0200)]
test: add disable-call-forwarding
Jeevaka Badrappan [Thu, 13 Jan 2011 13:27:27 +0000 (15:27 +0200)]
ifxmodem: change AT command for enabling SATK
Jeevaka Badrappan [Thu, 13 Jan 2011 14:31:21 +0000 (16:31 +0200)]
ifxmodem: add enable/disable ctm support
Zhenhua Zhang [Wed, 12 Jan 2011 17:15:45 +0000 (18:15 +0100)]
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].
Dara Spieker-Doyle [Thu, 13 Jan 2011 20:52:16 +0000 (12:52 -0800)]
nokiacdma: Add CDMA devinfo support
Dara Spieker-Doyle [Thu, 13 Jan 2011 20:52:15 +0000 (12:52 -0800)]
cdmamodem: Add CDMA devinfo support
Dara Spieker-Doyle [Thu, 13 Jan 2011 21:02:53 +0000 (13:02 -0800)]
cdmamodem: M15 Coding style fix
Dara Spieker-Doyle [Thu, 13 Jan 2011 20:19:12 +0000 (12:19 -0800)]
test: Add CDMA MO Call Support scripts
Jeevaka Badrappan [Thu, 13 Jan 2011 18:29:57 +0000 (10:29 -0800)]
include: remove unused mpty from ofono_call
Jeevaka Badrappan [Thu, 13 Jan 2011 18:29:56 +0000 (10:29 -0800)]
atutil: remove unused mpty
Rafael Ignacio Zurita [Tue, 11 Jan 2011 03:23:51 +0000 (00:23 -0300)]
gps: add new interface to feature map
Rafael Ignacio Zurita [Tue, 11 Jan 2011 03:23:50 +0000 (00:23 -0300)]
gps: define new dbus interface
Rémi Denis-Courmont [Thu, 13 Jan 2011 14:18:01 +0000 (16:18 +0200)]
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
f2baa88d7577649358f1f8587e5a9b6aa730ca41.
Lucas De Marchi [Thu, 13 Jan 2011 01:00:01 +0000 (23:00 -0200)]
test: show CalledLinePresentation property
Denis Kenzior [Thu, 13 Jan 2011 05:53:38 +0000 (23:53 -0600)]
atutil: Break out attribute parser into atutil
Dara Spieker-Doyle [Tue, 11 Jan 2011 01:45:32 +0000 (17:45 -0800)]
udev: Add nokiacdma device
Dara Spieker-Doyle [Tue, 11 Jan 2011 01:45:31 +0000 (17:45 -0800)]
ofono-rules: Add nokiacdma device
Denis Kenzior [Thu, 13 Jan 2011 05:13:44 +0000 (23:13 -0600)]
nokiacdma: Minor fixes
Dara Spieker-Doyle [Tue, 11 Jan 2011 01:45:30 +0000 (17:45 -0800)]
nokiacdma: Add plugin and CDMA MO Call Support
Denis Kenzior [Thu, 13 Jan 2011 05:05:44 +0000 (23:05 -0600)]
cdmamodem: Remove unneeded assignments
Denis Kenzior [Thu, 13 Jan 2011 05:05:17 +0000 (23:05 -0600)]
cdmamodem: Fix up naming
Dara Spieker-Doyle [Tue, 11 Jan 2011 01:45:28 +0000 (17:45 -0800)]
cdmamodem: Add CDMA MO Call support
Jeevaka Badrappan [Thu, 6 Jan 2011 19:41:08 +0000 (11:41 -0800)]
stk: make use of ADD_ERROR_RESULT macro
Jeevaka Badrappan [Thu, 6 Jan 2011 19:41:07 +0000 (11:41 -0800)]
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".
Andrzej Zaborowski [Mon, 10 Jan 2011 11:01:31 +0000 (12:01 +0100)]
simfs: Add cache flushing functions
Jarko Poutiainen [Wed, 12 Jan 2011 09:14:39 +0000 (11:14 +0200)]
test: add set-call-forwarding
Aki Niemi [Wed, 12 Jan 2011 08:40:21 +0000 (10:40 +0200)]
TODO: Add task for main.conf
Frederic Danis [Wed, 12 Jan 2011 15:41:30 +0000 (16:41 +0100)]
TODO: set owner of Support HFP AG emulator task
Pekka Pessi [Wed, 12 Jan 2011 15:16:28 +0000 (17:16 +0200)]
isimodem: fix return from call control requests
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:18 +0000 (12:52 +0200)]
gatchat: M15 coding styles fixes
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:17 +0000 (12:52 +0200)]
unit: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:16 +0000 (12:52 +0200)]
plugins: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:15 +0000 (12:52 +0200)]
atmodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:14 +0000 (12:52 +0200)]
isimodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:13 +0000 (12:52 +0200)]
nwmodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:12 +0000 (12:52 +0200)]
hsomodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:11 +0000 (12:52 +0200)]
ifxmodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:10 +0000 (12:52 +0200)]
calypsomodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:09 +0000 (12:52 +0200)]
stemodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:08 +0000 (12:52 +0200)]
huaweimodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:07 +0000 (12:52 +0200)]
hfpmodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:06 +0000 (12:52 +0200)]
mbmmodem: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:05 +0000 (12:52 +0200)]
include: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:04 +0000 (12:52 +0200)]
core: M15 coding style fix
Jeevaka Badrappan [Wed, 12 Jan 2011 10:52:03 +0000 (12:52 +0200)]
smsutil: M15 coding style fix
Aki Niemi [Wed, 12 Jan 2011 10:39:50 +0000 (12:39 +0200)]
TODO: Fix typos
Aki Niemi [Wed, 12 Jan 2011 08:32:00 +0000 (10:32 +0200)]
TODO: Update neighbor cell task owner
Marcel Holtmann [Wed, 12 Jan 2011 03:06:19 +0000 (19:06 -0800)]
udev: Add another Sierra Wireless modem to the list
Sjur Brændeland [Tue, 11 Jan 2011 22:56:30 +0000 (23:56 +0100)]
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.
Sjur Brændeland [Tue, 11 Jan 2011 22:39:30 +0000 (23:39 +0100)]
coding-style: Use void if function has no parameters
Marcel Holtmann [Tue, 11 Jan 2011 07:16:21 +0000 (23:16 -0800)]
sierra: Add skeleton for Sierra modem plugin
Marcel Holtmann [Tue, 11 Jan 2011 07:12:12 +0000 (23:12 -0800)]
udev: Add support for Sierra device detection
Denis Kenzior [Tue, 11 Jan 2011 01:56:06 +0000 (19:56 -0600)]
doc: Update overview.txt
Rémi Denis-Courmont [Mon, 10 Jan 2011 13:15:16 +0000 (15:15 +0200)]
gprs: avoid useless loop iteration
Marcel Holtmann [Mon, 10 Jan 2011 23:38:31 +0000 (15:38 -0800)]
Fix up Lasse's name and email address
Marcel Holtmann [Mon, 10 Jan 2011 23:35:39 +0000 (15:35 -0800)]
atmodem: Use switch statement for vendor quirks
Denis Kenzior [Mon, 10 Jan 2011 22:21:16 +0000 (16:21 -0600)]
sim: Fix missing return in the atmodem driver
In some circumstances it was possible to call the callback with both
failure and success
Denis Kenzior [Mon, 10 Jan 2011 22:14:50 +0000 (16:14 -0600)]
sim: Prefer not using _ prefix for style reasons
Lucas De Marchi [Mon, 10 Jan 2011 21:59:54 +0000 (19:59 -0200)]
TODO: mark 'SIM PIN retry counter' task as done
Lucas De Marchi [Mon, 10 Jan 2011 21:59:53 +0000 (19:59 -0200)]
atmodem: implement query for remaining pin retries
Implement query method for the remaining pin retries on huawei modem.
Lucas De Marchi [Mon, 10 Jan 2011 21:02:30 +0000 (19:02 -0200)]
doc: detail Retries property
Denis Kenzior [Mon, 10 Jan 2011 21:42:24 +0000 (15:42 -0600)]
sim: Minor style fixes
Lucas De Marchi [Mon, 10 Jan 2011 21:02:29 +0000 (19:02 -0200)]
sim: query remaining pin retries
Check the remaining pin retries after each operation that might have
changed it, i.e. locking, unlocking, reseting or changing pin.
Lucas De Marchi [Mon, 10 Jan 2011 21:02:28 +0000 (19:02 -0200)]
include: add method to query pin Retries
Lucas De Marchi [Mon, 10 Jan 2011 21:02:27 +0000 (19:02 -0200)]
huawei: use VENDOR_HUAWEI quirk on sim creation
Lucas De Marchi [Mon, 10 Jan 2011 21:02:26 +0000 (19:02 -0200)]
atmodem: check for VENDOR_HUAWEI on sim atom
Denis Kenzior [Mon, 10 Jan 2011 21:14:38 +0000 (15:14 -0600)]
AUTHORS: Mention Oskari's contributions
Denis Kenzior [Mon, 10 Jan 2011 21:14:03 +0000 (15:14 -0600)]
udev: Minor style fix
Oskari Timperi [Sun, 9 Jan 2011 23:44:48 +0000 (01:44 +0200)]
udev: Handle TC65 modem
Denis Kenzior [Mon, 10 Jan 2011 21:11:18 +0000 (15:11 -0600)]
tc65: Minor style fixes
Denis Kenzior [Mon, 10 Jan 2011 21:10:40 +0000 (15:10 -0600)]
tc65: Simplify logic
Denis Kenzior [Mon, 10 Jan 2011 21:08:01 +0000 (15:08 -0600)]
tc65: No need to g_strdup options in the hashtable
Oskari Timperi [Sun, 9 Jan 2011 23:44:47 +0000 (01:44 +0200)]
Add plugin for Cinterion TC65 modem
Denis Kenzior [Mon, 10 Jan 2011 20:58:56 +0000 (14:58 -0600)]
Mention Lasse's contributions
Lasse.Kunnasluoto@tieto.com [Mon, 10 Jan 2011 07:08:54 +0000 (09:08 +0200)]
gprs: Fixing mem leak