summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-11-22AUTHORS: Mention George's contributionsDenis Kenzior1-0/+1
2010-11-22build: Update glib version in configure.acGeorge Matveev1-2/+2
function g_mkstemp_full in src/storage.c requires glib version 2.22 or higher
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan20-56/+56
2010-11-22simutil: coding style fixes - rule M6Jeevaka Badrappan1-1/+1
2010-11-22simfs: coding style fixes - rule M6Jeevaka Badrappan1-1/+1
2010-11-22stkutil: coding style fixes - rule M6Jeevaka Badrappan1-10/+10
2010-11-22smsutil: coding style fixes - rule M6Jeevaka Badrappan1-19/+19
2010-11-22util: coding style fixes - rule M6Jeevaka Badrappan1-3/+3
2010-11-22doc: fix typosRémi Denis-Courmont1-3/+3
2010-11-19modem: Fix small coding style issueMarcel Holtmann1-1/+1
2010-11-17util: Remove extra tabJeevaka Badrappan1-1/+1
2010-11-17modem: Fix up doc typoDenis Kenzior1-2/+1
2010-11-17TODO: Add Location Service (AGPS) task.Sjur Brændeland1-0/+8
2010-11-17coding-style: Add exception to rule M12Sjur Brændeland1-0/+4
For external enums
2010-11-15Simplify ofono_modem_set_powered() logicGustavo F. Padovan1-22/+25
2010-11-13stemodem: Fix for error handling, memleak and changed some definesSjur Brændeland1-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-13stemodem: Fix various coding style and logic issues with RTNL supportMarcel Holtmann2-33/+40
2010-11-13stemodem: Add RTNL functionality managing CAIF Network Interfaces.Sjur Brændeland3-0/+371
2010-11-11isigen: create four gprs contextsMika Liljeberg1-4/+15
2010-11-11isimodem: Get rid of whitespace corruptionDenis Kenzior1-1/+1
2010-11-11monitor-ofono: monitor DisconnectReasonPekka Pessi1-0/+11
2010-11-11isimodem: Fix style issues in gprs-context.cAki Niemi1-19/+28
2010-11-11isimodem: revector GPRS context driverMika Liljeberg1-159/+121
2010-11-11gisi: return NULL instead of assertingMika Liljeberg1-2/+4
2010-11-11gisi: fix crash bug in g_isi_remove_subscriptionMika Liljeberg1-2/+5
2010-11-10TODO: Assign Voicecall emergency property taskJohn Mathew1-1/+1
2010-11-10sms: Fix up comment style and wordingDenis Kenzior1-3/+6
2010-11-10cbs: Minor style fixesDenis Kenzior1-2/+3
2010-11-10cbs: CBS-PP download must be enabled in sst / estAndrzej Zaborowski1-0/+13
2010-11-10sms: SMS-PP download must be enabled in sst / estAndrzej Zaborowski1-0/+13
2010-11-10sim: Add sim_service_available()Andrzej Zaborowski2-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-10TODO: Check SIM pin status if sim_change_pin failsMarit Henriksen1-0/+6
2010-11-09build: Add reset-pin scriptDenis Kenzior1-0/+1
2010-11-09Add test/reset-pinPekka Pessi1-0/+23
2010-11-08TODO: Add async SMS acknowledgement taskAndrzej Zaborowski1-0/+13
2010-11-08TODO: Mark SMS-PP download task as doneDenis Kenzior2-9/+11
2010-11-08sms: Handle "USIM Download" SMS type.Andrzej Zaborowski1-5/+16
2010-11-08stk: API for SMS Point-to-Point download to UICCAndrzej Zaborowski2-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-08TODO: add owner to TTY supportLucas De Marchi1-0/+1
2010-11-08TODO: Add owner to silent modem resetGustavo F. Padovan1-0/+1
2010-11-08udev: do not use weird serial with ztePekka Pessi1-0/+2
2010-11-08gprs: NULL-safe ofono_gprs_context_remove()Pekka Pessi1-0/+3
Check for NULL in one place.
2010-11-08zte: use AT+CFUN=1;+CFUN=4 in enablePekka Pessi1-1/+2
Direct +CFUN transition 0 -> 4 gets SIM in inconsistent state.
2010-11-08dbus: Use OFONO_ERROR_INTERFACE defineGustavo F. Padovan1-16/+16
Instead of the legacy DBUS_GSM_ERROR_INTERFACE. The new name is more generic, which make more sense.
2010-11-08Add vid/pid for Ericsson F5521gwTorgny Johansson1-0/+3
2010-11-07Added Nokia CS-17 to udev rules.Hannu Lyytinen1-0/+3
The stick has to be initialized with usb_modeswitch, though.
2010-11-07Fixes segfault when removing Nokia Datacard.Hannu Lyytinen1-1/+2
2010-11-05Release 0.35Marcel Holtmann2-1/+9
2010-11-05sim: Check both EFust and EFest for FDN & BDNDenis Kenzior1-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-05sim: Don't read EFest if the file is not availableDenis Kenzior1-4/+12