summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-15stk: Fix crash seen in stk_alpha_id_unsetJeevaka Badrappan1-1/+6
2011-07-14voicecall: Minor style fixDenis Kenzior1-5/+5
2011-07-14voicecall: dial_request_user_cancel is not safeDenis Kenzior1-14/+8
2011-07-14voicecall: Send busy to DBus if emulator is pendingDenis Kenzior1-12/+12
2011-07-14voicecall: Don't send response to defunct emulatorDenis Kenzior1-12/+28
2011-07-14voicecall: Throttle emulatorsDenis Kenzior1-35/+45
2011-07-14voicecall: Minor style fixesDenis Kenzior1-4/+4
2011-07-14voicecall: manage multiparty list in AT+CHLD=2XFrédéric Dalleau1-2/+56
2011-07-14voicecall: manage multiparty list in AT+CHLD=3Frédéric Dalleau1-4/+51
2011-07-14voicecall: Minor style fixDenis Kenzior1-1/+1
2011-07-06emulator: Make the logic a bit more readableDenis Kenzior1-13/+18
2011-07-06emulator: fix CCWA for PTSFrédéric Danis1-36/+59
2011-07-06stk: Use the right command pointerAndrzej Zaborowski1-1/+1
2011-07-01main: Move signalfd setup in its own functionMarcel Holtmann1-38/+55
2011-06-30stkutil: Fix alignment issue with channel data lengthMarcel Holtmann1-1/+1
2011-06-30stkutil: Fix alignment issue with building event listMarcel Holtmann1-1/+1
2011-06-30stkutil: Add missing call to va_end()Marcel Holtmann1-0/+2
2011-06-29emulator: Use ACFC and PFC by defaultGuillaume Zajac1-0/+3
2011-06-29stk: Remove deprecated structurePhilippe Nunes1-8/+0
2011-06-21voicecall: add ATD> support for HFP emulatorFrédéric Danis1-3/+28
2011-06-21message-waiting: API to retrieve voicemail numberFrédéric Danis2-0/+11
2011-06-20emulator: fix local HFP AG featuresFrédéric Danis1-2/+5
2011-06-16voicecall: add +BLDN support for HFP emulatorFrédéric Danis1-0/+34
2011-06-16voicecall: add ATD support for HFP emulatorFrédéric Danis1-19/+146
2011-06-16call-settings: fix typoNicolas Bertrand1-1/+1
2011-06-15emulator: fix request testsFrédéric Danis1-2/+2
2011-06-12cdma-voicecall: Fix for crash when unregistering atomDara Spieker-Doyle1-0/+14
2011-06-05cdma-smsutil: Fix uninitialized var on gcc >= 4.5Denis Kenzior1-1/+1
2011-06-02sim: Make sure only PINs can be sent to EnterPinDenis Kenzior1-0/+3
2011-06-02gprs: Unify logic inside registration_status_cbDenis Kenzior1-11/+12
2011-06-01emulator: Don't try to release in case of errorDenis Kenzior1-2/+4
2011-06-01voicecall: save last dialed numberFrédéric Danis1-0/+45
2011-06-01voicecall: create generic dial functionFrédéric Danis1-27/+55
2011-05-31stk: Cancel pending DTMF tones if session is endedDenis Kenzior1-13/+25
2011-05-31stk: simplify respond_on_exit flag handlingPhilippe Nunes1-25/+2
2011-05-31netreg: Remove unused variableDenis Kenzior1-6/+1
2011-05-29smsutil: Mark variable properly as unusedMarcel Holtmann1-4/+1
2011-05-25emulator: Fix make distcheckDenis Kenzior1-1/+0
2011-05-27smsutil: Fix missing error handling for strtol functionMarcel Holtmann1-1/+3
2011-05-25emulator: Reflow ato implementation logicDenis Kenzior1-11/+4
2011-05-25emulator: add ATO implementationGuillaume Zajac1-0/+53
2011-05-24emulator: Make sure to cleanup on forceful exitDenis Kenzior1-0/+8
2011-05-24emulator: simplify ath callbackDenis Kenzior1-10/+7
2011-05-24emulator: Update to the new GAtPPP APIDenis Kenzior1-66/+27
2011-05-24emulator: Send a NO CARRIER where appropriateDenis Kenzior1-0/+3
2011-05-24emulator: Get rid of return at the end of funcDenis Kenzior1-2/+0
2011-05-24emulator: optimize request_private_network_cb flowDenis Kenzior1-10/+8
2011-05-24emulator: add request/release private network callsGuillaume Zajac1-10/+66
2011-05-24private-network: add initial implementationGuillaume Zajac2-0/+96
2011-05-24cdma-sms: Add CDMA SMS SupportLei Yu2-0/+332