Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-22 | call-settings: fix CLIR Invocation and Suppression | Denis Kenzior | 1 | -2/+2 | |
According to 22.030 the *31# version is used to suppress CLIR and #31# version is used to invoke CLIR. | |||||
2010-11-22 | coding-style: Use stronger wording for rule M11 | Denis Kenzior | 1 | -2/+2 | |
2010-11-22 | modem: Don't notify online watches the first time | Denis Kenzior | 1 | -2/+2 | |
We should not notify the online watches when we enter the OFFLINE state for the first time. We should only do so when we go from ONLINE state into the OFFLINE state. | |||||
2010-11-22 | modem: Miscellaneous style fixes | Denis Kenzior | 2 | -9/+11 | |
2010-11-22 | modem: add modem online-offline watch | Andras Domokos | 2 | -0/+54 | |
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-22 | doc: Fixup the use of read-write to readwrite | Denis Kenzior | 7 | -9/+9 | |
2010-11-22 | AUTHORS: Mention George's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-11-22 | build: Update glib version in configure.ac | George Matveev | 1 | -2/+2 | |
function g_mkstemp_full in src/storage.c requires glib version 2.22 or higher | |||||
2010-11-22 | src: coding style fixes - rule M6 | Jeevaka Badrappan | 20 | -56/+56 | |
2010-11-22 | simutil: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -1/+1 | |
2010-11-22 | simfs: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -1/+1 | |
2010-11-22 | stkutil: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -10/+10 | |
2010-11-22 | smsutil: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -19/+19 | |
2010-11-22 | util: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -3/+3 | |
2010-11-22 | doc: fix typos | Rémi Denis-Courmont | 1 | -3/+3 | |
2010-11-19 | modem: Fix small coding style issue | Marcel Holtmann | 1 | -1/+1 | |
2010-11-17 | util: Remove extra tab | Jeevaka Badrappan | 1 | -1/+1 | |
2010-11-17 | modem: Fix up doc typo | Denis Kenzior | 1 | -2/+1 | |
2010-11-17 | TODO: Add Location Service (AGPS) task. | Sjur Brændeland | 1 | -0/+8 | |
2010-11-17 | coding-style: Add exception to rule M12 | Sjur Brændeland | 1 | -0/+4 | |
For external enums | |||||
2010-11-15 | Simplify ofono_modem_set_powered() logic | Gustavo F. Padovan | 1 | -22/+25 | |
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 | 3 | -0/+371 | |
2010-11-11 | isigen: create four gprs contexts | Mika Liljeberg | 1 | -4/+15 | |
2010-11-11 | isimodem: Get rid of whitespace corruption | Denis Kenzior | 1 | -1/+1 | |
2010-11-11 | monitor-ofono: monitor DisconnectReason | Pekka Pessi | 1 | -0/+11 | |
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-11 | gisi: return NULL instead of asserting | Mika Liljeberg | 1 | -2/+4 | |
2010-11-11 | gisi: fix crash bug in g_isi_remove_subscription | Mika Liljeberg | 1 | -2/+5 | |
2010-11-10 | TODO: Assign Voicecall emergency property task | John Mathew | 1 | -1/+1 | |
2010-11-10 | sms: Fix up comment style and wording | Denis Kenzior | 1 | -3/+6 | |
2010-11-10 | cbs: Minor style fixes | Denis Kenzior | 1 | -2/+3 | |
2010-11-10 | cbs: CBS-PP download must be enabled in sst / est | Andrzej Zaborowski | 1 | -0/+13 | |
2010-11-10 | sms: SMS-PP download must be enabled in sst / est | Andrzej Zaborowski | 1 | -0/+13 | |
2010-11-10 | sim: Add sim_service_available() | Andrzej Zaborowski | 2 | -0/+20 | |
This is meant to query EFsst or EFust. The function is not public api because the service constants are in src/simutil.h. | |||||
2010-11-10 | TODO: Check SIM pin status if sim_change_pin fails | Marit Henriksen | 1 | -0/+6 | |
2010-11-09 | build: Add reset-pin script | Denis Kenzior | 1 | -0/+1 | |
2010-11-09 | Add test/reset-pin | Pekka Pessi | 1 | -0/+23 | |
2010-11-08 | TODO: Add async SMS acknowledgement task | Andrzej Zaborowski | 1 | -0/+13 | |
2010-11-08 | TODO: Mark SMS-PP download task as done | Denis Kenzior | 2 | -9/+11 | |
2010-11-08 | sms: Handle "USIM Download" SMS type. | Andrzej Zaborowski | 1 | -5/+16 | |
2010-11-08 | stk: API for SMS Point-to-Point download to UICC | Andrzej Zaborowski | 2 | -0/+47 | |
The callback returns the TP-User-Data element content of the RP-ACK or RP-ERROR message, returned by the UICC. | |||||
2010-11-08 | TODO: add owner to TTY support | Lucas De Marchi | 1 | -0/+1 | |
2010-11-08 | TODO: Add owner to silent modem reset | Gustavo F. Padovan | 1 | -0/+1 | |
2010-11-08 | udev: do not use weird serial with zte | Pekka Pessi | 1 | -0/+2 | |
2010-11-08 | gprs: NULL-safe ofono_gprs_context_remove() | Pekka Pessi | 1 | -0/+3 | |
Check for NULL in one place. | |||||
2010-11-08 | zte: use AT+CFUN=1;+CFUN=4 in enable | Pekka Pessi | 1 | -1/+2 | |
Direct +CFUN transition 0 -> 4 gets SIM in inconsistent state. |