summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2011-01-20README: Annotate kernel dependenciesGustavo F. Padovan1-0/+7
2011-01-20sim-auth: Add atmodem driverAndrzej Zaborowski4-1/+170
2011-01-20sim-auth: Add skeleton for the sim-auth atomAndrzej Zaborowski3-1/+137
2011-01-20include: Add SIM authentication atom'sAndrzej Zaborowski2-1/+65
Structures and function declarations for the SIM authentication atom as proposed by Pekka Pessi, with just one method at the moment.
2011-01-20ofono.h: Remove unneeded initialisersAndrzej Zaborowski1-24/+24
They have no effect, enum already ensures the values are unique.
2011-01-20simutil: Fix a memory leakDenis Kenzior1-1/+3
2011-01-20unit: unit test for sim_parse_app_template_entriesAndrzej Zaborowski1-0/+32
2011-01-20simutil: SIM applications directory decoding utilsAndrzej Zaborowski2-0/+65
2011-01-20sim: getters for mcc and mnc implementationJukka Saunamaki1-0/+16
2011-01-20sim: getters for mcc and mnc definitionJukka Saunamaki1-0/+2
2011-01-20sim: store mcc and mnc separate from imsiJukka Saunamaki1-19/+15
2011-01-20stk: Handle Launch Browser proactive commandJeevaka Badrappan3-0/+154
2011-01-20stkutil: add check for qualifier and browser idJeevaka Badrappan1-1/+8
Checks the valid qualifier and browser id values applicable for launch browser proactive command
2011-01-20gprs: Make gprs atom offline-safePekka Pessi1-2/+13
Allow use of GPRS atom both in online and offline (post_sim) states. The GPRS now considers the removal of the netreg atom as implicit detach and registration change to NOT_REGISTERED.
2011-01-20test: Remove deregister support from test scriptAki Niemi1-5/+1
2011-01-20doc: Remove deregister method documentationAki Niemi1-9/+0
2011-01-20api: Remove deregister from modem driver APIAki Niemi1-2/+0
2011-01-20atmodem: Remove deregister implementationAki Niemi1-20/+0
2011-01-20isimodem: Remove deregister implementationAki Niemi1-9/+0