summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-24cdma-sms: Add CDMA SMS SupportLei Yu2-0/+1034
2011-05-24voicecall: remove unnecessary local varFrédéric Dalleau1-5/+1
2011-05-22voicecall: add +VTS support for HFP emulatorFrédéric Dalleau1-0/+52
2011-05-20simutil: remove set but not used varGustavo F. Padovan1-2/+1
2011-05-20gprs: remove set but not used varGustavo F. Padovan1-3/+0
2011-05-20sms: remove set but not used varGustavo F. Padovan1-3/+0
2011-05-16voicecall: fix CHLD support replyFrédéric Dalleau1-2/+2
2011-05-11gprs: Make sure to clean up interfacesDenis Kenzior1-0/+10
2011-05-11simfs: Fix error reported by valgrindDenis Kenzior1-9/+2
2011-05-11simfs: Fix issue reported by valgrindDenis Kenzior1-0/+1
2011-05-11gprs: Mark context inactive on removalDenis Kenzior1-0/+26
2011-05-11gprs: Fix valgrind errorDenis Kenzior1-5/+13
2011-05-11gprs: emit Active changed for contexts being removedDenis Kenzior1-2/+7
2011-05-11gprs: Add additional debug statementsDenis Kenzior1-0/+4
2011-05-08stkutil: Send at least the data currently availablePhilippe Nunes1-1/+2
2011-05-08sim: Fix potential use of uninitialized variableDenis Kenzior1-14/+8
2011-05-08emulator: add AT+CMEE support for HFPFrédéric Danis1-1/+62
2011-05-08emulator: add dun_ath_cb() and register itGuillaume Zajac1-2/+56
2011-05-08emulator: add handler for ppp stream suspensionsGuillaume Zajac1-0/+10
2011-05-05call-forwarding: Fix uninitialized var warningBertrand Aygon1-1/+3
2011-05-04voicecall: CHLD support must be enclosed in a listDenis Kenzior1-4/+5
2011-05-04voicecall: Simplify CHLD support generatorDenis Kenzior1-46/+19
2011-05-04voicecall: CHLD call ids start at 1, not 0Denis Kenzior1-2/+2
2011-05-04voicecall: add +CHLD=2X support for HFP emulatorFrédéric Dalleau1-0/+17
2011-05-04voicecall: add +CHLD=1X support for HFP emulatorFrédéric Dalleau1-2/+20
2011-05-04voicecall: add +CHLD=4 support for HFP emulatorFrédéric Dalleau1-0/+14