summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2011-01-23modem: Add feature entry for supplementary servicesMarcel Holtmann1-0/+1
2011-01-23ussd: Use global definition of supplementary services interfaceMarcel Holtmann1-8/+9
2011-01-23dbus: Add global definition of supplementary services interfaceMarcel Holtmann1-0/+1
2011-01-22doc: fix class information of UMTS bandJeevaka Badrappan1-1/+1
2011-01-22atmodem: Add support for technology reporting via CNTIMarcel Holtmann1-36/+77
2011-01-22gobi: Enable handling for GPRS registrationMarcel Holtmann1-0/+5
2011-01-22atmodem: Add support for Gobi technology change handlingMarcel Holtmann2-0/+50
2011-01-22gobi: Check for SIM status first before enabling SIM cardMarcel Holtmann1-5/+47
2011-01-22gobi: Enable vendor quirk for network registrationMarcel Holtmann1-1/+1
2011-01-22atmodem: The Gobi devices have CI and LAC as unqouted stringsMarcel Holtmann1-0/+2
2011-01-22gobi: Add support for SMS, CBS and USSD interfacesMarcel Holtmann1-0/+7
2011-01-22atmodem: Use Qualcomm Gobi quirks for SMS, CBS and USSDMarcel Holtmann3-0/+3
2011-01-22atmodem: Use switch statements for USSD vendor quirksMarcel Holtmann1-2/+10
2011-01-22atmodem: Use switch statements for CBS vendor quirksMarcel Holtmann1-1/+6
2011-01-22atmodem: Use switch statements for SMS vendor quirksMarcel Holtmann1-13/+28
2011-01-22atmodem: Add quirk for Qualcomm Gobi modemsMarcel Holtmann1-0/+1
2011-01-22sim: Remove double empty linesMarcel Holtmann1-1/+0
2011-01-21isimodem: fix sending DTMFKai Vehmanen1-1/+1
isi_call_dtmf_send_resp() handles the success case incorrectly, and thus all send_tones attempts fail with bogus error codes.
2011-01-21isimodem: fix issue with user busy releaseJeevaka Badrappan1-4/+9
when the user rejects the incoming call, hangup_active will get called on the driver side whereas when the user rejects the waiting call, set_udub will get called on the driver side.
2011-01-21doc: fix a kill-yank errorPekka Pessi1-1/+1
2011-01-21calypso: Fix issue with name presentation and voice callsMarcel Holtmann1-0/+2
The Calypso voice call driver uses an ofono_call object that is on the stack. It is not automatically initilized to zero and thus causes to have a name presentation that is not valid UTF-8. This in return makes D-Bus fail and disconnect from the bus. To fix this ensure that the ofono_call object is properly set to zero first before populating it with values.
2011-01-21voicecall: Fix some minor style issues for voicecall propertiesMarcel Holtmann1-13/+13
2011-01-20AUTHORS: Mention Faiyaz's contributionsDenis Kenzior1-0/+1
2011-01-20sms: Break out message objects into message.[ch]Faiyaz Baxamusa4-220/+312
These can be used as is by the CDMA SMS manager atom
2011-01-20doc: Add messagemanager-api and change message-apiFaiyaz Baxamusa4-91/+90
2011-01-20TODO: add CDMA Connection Manager tasksChristian Lam1-0/+15