Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2010-11-08 | dbus: Use OFONO_ERROR_INTERFACE define | Gustavo F. Padovan | 1 | -16/+16 | |
Instead of the legacy DBUS_GSM_ERROR_INTERFACE. The new name is more generic, which make more sense. | |||||
2010-11-08 | Add vid/pid for Ericsson F5521gw | Torgny Johansson | 1 | -0/+3 | |
2010-11-07 | Added Nokia CS-17 to udev rules. | Hannu Lyytinen | 1 | -0/+3 | |
The stick has to be initialized with usb_modeswitch, though. | |||||
2010-11-07 | Fixes segfault when removing Nokia Datacard. | Hannu Lyytinen | 1 | -1/+2 | |
2010-11-05 | Release 0.35 | Marcel Holtmann | 2 | -1/+9 | |
2010-11-05 | sim: Check both EFust and EFest for FDN & BDN | Denis Kenzior | 1 | -4/+9 | |
We were checking EFest only for whether BDN and FDN were enabled. According to 31.102 Section 5.3.2 we should be checking both EFust (availability of the service) and EFest (whether it is enabled) | |||||
2010-11-05 | sim: Don't read EFest if the file is not available | Denis Kenzior | 1 | -4/+12 | |