summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-28smsutil: simplify tx backup loadingDenis Kenzior1-41/+11
glib functions as a rule do not use g_try* variations. They use g_malloc instead, so there's no need to check for out of memory conditions.
2011-01-28sms: restore pending tx messages from backupLucas De Marchi4-0/+251
Based on patch from: Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-28sms: delete sent sms messages from backupLucas De Marchi3-0/+61
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-28sms: store pending tx pdus on diskLucas De Marchi3-0/+54
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com>
2011-01-28TODO: add CF state change taskJarko Poutiainen1-0/+16
2011-01-28build: Add option to specify systemd unit directoryMarcel Holtmann1-10/+6
2011-01-28udev: Enable Dell 5540 AGPS interfaceZhigang Li1-1/+1
2011-01-27sierra: Use vendor quirk for SIM driverMarcel Holtmann1-1/+2
2011-01-27atmodem: Add Sierra vendor quirk for SIM file readingMarcel Holtmann1-0/+1
2011-01-27atmodem: Add vendor entry for Sierra WirelessMarcel Holtmann1-0/+1
2011-01-27sierra: Add support GPRS registrationMarcel Holtmann1-0/+4
2011-01-27sierra: Add support for online modeMarcel Holtmann1-1/+35
2011-01-27novatel: Handle modem enable errors properlyMarcel Holtmann1-2/+1
2011-01-27n900: fix set onlineKai Vehmanen1-1/+1
Invalid MTC_STATE_REQ messages were sent, causing failures in going online.
2011-01-27isimodem: Fix race condition in SIM probeAki Niemi1-3/+1
Fix a potential race condition between HPLMN query and subscribing to SIM status indications.
2011-01-26message-waiting: check for NULL argumentPekka Pessi1-3/+10
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan10-73/+14
2011-01-26stk: Fix issue in stk_alpha_id_setJeevaka Badrappan1-1/+6
Fixes the crash seen with the null alpha identifier. Also removed the icon check since the decision of whether to inform the user of the action is dependent entirely on whether the alpha identifier is provided by the UICC.
2011-01-26gprs: Refactor gprs provisioningDenis Kenzior1-54/+70
2011-01-26gprs: Put back the id if context creation failsDenis Kenzior1-0/+1
2011-01-26gprs: write out MessageCenter and MessageProxyDenis Kenzior1-0/+9
These values were not written out to settings
2011-01-26gprs-provision: Refactor provisioningDenis Kenzior2-19/+17
2011-01-26examples: Update gprs-provision to the new APIDenis Kenzior1-3/+7
2011-01-26include: Refactor gprs-provision APIDenis Kenzior1-1/+1
2011-01-26gprs-provision: add example context provisioning driverJukka Saunamaki2-0/+98
2011-01-26gprs: add gprs context provisioningJukka Saunamaki1-4/+95
2011-01-26gprs-provision: add driver API sourcesJukka Saunamaki2-1/+105
2011-01-26ofono.h: add gprs-provisionJukka Saunamaki1-0/+8
2011-01-26gprs-provision: add driver API headerJukka Saunamaki2-1/+61
2011-01-26atmodem: rename parameter according to headerLucas De Marchi1-2/+2
2011-01-26include: don't use c++ keyword in public headerLucas De Marchi1-1/+1
2011-01-26test: Add support for DisplayActionInformationJeevaka Badrappan1-0/+6
2011-01-26build: Use dist_ prefix as applicableRémi Denis-Courmont1-7/+4
2011-01-26doc: Small indentation fixMarcel Holtmann1-1/+1
2011-01-26doc: Add documentation for 'auto-only' modeAki Niemi1-7/+10
2011-01-26simutil: Add EFcsp file and service group IDsAki Niemi1-0/+16
2011-01-26modem: Simplify the modem lockdown modificationMarcel Holtmann1-26/+27
2011-01-26modem: Be a bit more paranoid with lock_owner resetMarcel Holtmann1-0/+4
2011-01-26modem: do not allow more than one client to lock downRémi Denis-Courmont1-7/+6
2011-01-25call-settings: use enum valuesLucas De Marchi1-8/+8
Use the enum values defined for CLIP, CNAP, CLIR, COLP and COLR.
2011-01-25doc: Update ReleaseAndAnswer to be more clearDenis Kenzior1-4/+4
2011-01-25common: add function to validate long numbersRafael Ignacio Zurita3-3/+21
Also, adapt voicecall to use the new function for outgoing calls.
2011-01-25types: extend OFONO_MAX_PHONE_NUMBER_LENGTHRafael Ignacio Zurita1-1/+1
2011-01-25AUTHORS: Fix Lasse's entryMarcel Holtmann1-1/+1
2011-01-25simutil: EF Fileid additions USIM and SIM PhonebookJessica Nilsson1-0/+12
Also, adding some general fileids for building paths
2011-01-25isimodem: Remove unused declarationAki Niemi1-2/+0
2011-01-24stk: change timeout from 10 to 3mintuesJeevaka Badrappan1-1/+1
2011-01-24doc: Fix method name and parameter formatting for STK agentMarcel Holtmann1-1/+1
2011-01-24build: Use pkglibdir where applicableRémi Denis-Courmont1-1/+1
2011-01-24gobi: Handle broken SIM status notification gracefullyMarcel Holtmann1-3/+10