Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-22 | isimodem: Adapt and refactor cbs driver | Aki Niemi | 1 | -64/+90 | |
2010-12-22 | isimodem: Add missing CBS codepoint | Aki Niemi | 2 | -0/+2 | |
2010-12-22 | isimodem: Adapt and refactor voicecall driver | Aki Niemi | 1 | -706/+678 | |
2010-12-22 | isimodem: Adapt and refactor sim driver | Aki Niemi | 1 | -159/+148 | |
2010-12-22 | isimodem: Adapt and refactor phonebook driver | Aki Niemi | 1 | -133/+132 | |
2010-12-22 | isimodem: Adapt and refactor netreg driver | Aki Niemi | 1 | -495/+380 | |
2010-12-22 | isimodem: Add convenience macro for version debug | Aki Niemi | 1 | -0/+7 | |
2010-12-22 | isimodem: Adapt and refactor infoserver | Aki Niemi | 1 | -52/+72 | |
2010-12-22 | isimodem: Adapt and refactor devinfo driver | Aki Niemi | 1 | -91/+61 | |
2010-12-22 | isimodem: Adapt and refactor debugging | Aki Niemi | 2 | -60/+37 | |
2010-12-22 | isimodem: Adapt and refactor call forwarding | Aki Niemi | 1 | -319/+204 | |
2010-12-22 | isimodem: Adapt and refactor call barring driver | Aki Niemi | 1 | -125/+81 | |
2010-12-22 | isimodem: Adapt and refactor audio settings driver | Aki Niemi | 1 | -48/+27 | |
2010-12-21 | huaweimodem: Add support for radio settings | Lucas De Marchi | 3 | -0/+223 | |
2010-12-21 | stemodem: Use RTNL to create network interfaces. | Sjur Brændeland | 1 | -7/+36 | |
2010-12-21 | stemodem: Create network interfaces statically | Sjur Brændeland | 1 | -67/+82 | |
2010-12-16 | atmodem: Always poll clcc, even if cring + clip | Denis Kenzior | 1 | -8/+0 | |
Even in the case of CRING and CLIP being used, we should start a CLCC poll. This is because we must still rely on polling CLCC to detect when an incoming call has been terminated by the remote side. | |||||
2010-12-16 | atmodem: Fix reporting of CLIP | Denis Kenzior | 1 | -1/+2 | |
When RING & CLCC polling is used, the CLIP will not be reported correctly if the CLIP: notification does not arrive | |||||
2010-12-16 | atmodem: Do not re-parse CLIP / CNAP | Denis Kenzior | 1 | -4/+43 | |
These needs to be parsed once and not parsed unnecessarily once the information has been recorded | |||||
2010-12-16 | atmodem: Set cnap validity to not provided | Denis Kenzior | 1 | -0/+1 | |
2010-12-16 | atmodem: Unify COLR/CNAP/CLIP/COLP parser | Denis Kenzior | 1 | -93/+22 | |
2010-12-16 | atmodem: Fix parsing of CNAP status | Denis Kenzior | 1 | -2/+3 | |
2010-12-16 | atmodem: add CNAP to call-settings | Gustavo F. Padovan | 1 | -0/+53 | |
2010-12-16 | ifx: Take out unused defines | Denis Kenzior | 1 | -6/+0 | |
2010-12-16 | atmodem: Add CNAP parsing to voicecall | Gustavo F. Padovan | 1 | -0/+47 | |
2010-12-11 | atutil: Fix parsing of un-quoted CREG / CGREG | Denis Kenzior | 1 | -2/+17 | |
On broken hardware like the Huawei, it is possible to receive both an unsolicited and a solicited version of the CREG / CGREG within within the same response set. Skipping of the unsolicited version was not handled correctly. This attempts to fix this issue. | |||||
2010-12-10 | atmodem: use macros for CLIP validity | Gustavo F. Padovan | 1 | -2/+4 | |
2010-12-10 | atmodem: cleanup DBG messages | Gustavo F. Padovan | 1 | -4/+4 | |
2010-12-03 | isi/voicecall: fix handling of waiting calls | Pekka Pessi | 1 | -58/+56 | |
Also, do not retrieve calls after isi_release_all_active() because retrieving is now only an unwanted side-effect . | |||||
2010-12-03 | isi/voicecall: avoid side-effects of release | Pekka Pessi | 1 | -16/+16 | |
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 | isi/voicecall: add call id to queued requests | Pekka Pessi | 1 | -32/+57 | |
2010-12-03 | isi/voicecall: fix status reporting | Pekka Pessi | 1 | -198/+189 | |
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-02 | atmodem: fix DBG message | Gustavo F. Padovan | 1 | -3/+3 | |
2010-11-29 | isi: Get rid of a pointless check in cf driver | Denis Kenzior | 1 | -1/+1 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 58 | -278/+267 | |
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-11-29 | isi: Update radio-settings to use new API | Denis Kenzior | 1 | -1/+1 | |
2010-11-29 | atmodem: Forgot to reset sms data on remove | Denis Kenzior | 1 | -0/+2 | |
2010-11-26 | ste: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 2 | -2/+2 | |
2010-11-26 | isi: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 5 | -15/+15 | |
2010-11-23 | stemodem: Change use of types | Sjur Brændeland | 1 | -7/+7 | |
Use the type __u32 for sequence counting rather than guint32, and "void *" instead of gpointer. Reduce the size of RTNL message buffer from 4096 to 1024, as this should be sufficient to hold the NEWLINK message. | |||||
2010-11-22 | call-settings: Add support for +COLR in atmodem | Denis Kenzior | 1 | -1/+53 | |
2010-11-22 | isi/voicecall: release COMING calls with BUSY cause | Pekka Pessi | 1 | -0/+1 | |
Very early incoming calls were not released with BUSY cause. | |||||
2010-11-13 | stemodem: Fix for error handling, memleak and changed some defines | Sjur Brændeland | 1 | -23/+31 | |
* renamed MAX_LEN to IP_ADDR_LEN * removed memory leak from unneeded strdup when parsing xml response. * better handling of AT error responses * reduced number of caif interfaces to 4 | |||||
2010-11-13 | stemodem: Fix various coding style and logic issues with RTNL support | Marcel Holtmann | 2 | -33/+40 | |
2010-11-13 | stemodem: Add RTNL functionality managing CAIF Network Interfaces. | Sjur Brændeland | 2 | -0/+369 | |
2010-11-11 | isimodem: Get rid of whitespace corruption | Denis Kenzior | 1 | -1/+1 | |
2010-11-11 | isimodem: Fix style issues in gprs-context.c | Aki Niemi | 1 | -19/+28 | |
2010-11-11 | isimodem: revector GPRS context driver | Mika Liljeberg | 1 | -159/+121 | |
2010-11-04 | isigen: increase offline timeout | Pekka Pessi | 1 | -0/+1 | |
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds. | |||||
2010-11-04 | atmodem: Remove at_pin_send_puk_cb, and use at_pin_send_cb instead. | Marit Henriksen | 1 | -33/+1 | |
When adding the use of pin event *EPEV also to at_pin_send_puk_cb, it becomes identical to at_pin_send_cb, and can be removed. |