summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Zajac3-1/+97
2011-05-24private-network: add header into include and Makefile.amGuillaume Zajac2-2/+58
2011-05-24gatppp: Make ppp->fd handling a bit easier to grokDenis Kenzior1-1/+6
2011-05-24ppp_net: streamline ppp_net_new logicDenis Kenzior1-16/+9
2011-05-24gatppp: Ensure created GAtPPP object is not nullDenis Kenzior1-1/+2
2011-05-24gatppp: Add new contructor to use external fdGuillaume Zajac4-17/+66
2011-05-24gitignore: Add unit/test-cdmasmsDenis Kenzior1-0/+1
2011-05-24test: Add CDMA SMS SupportLei Yu2-1/+119
2011-05-24cdma-sms: Add CDMA SMS SupportLei Yu3-1/+334
2011-05-24cdma-sms: Add CDMA SMS SupportLei Yu3-1/+1036
2011-05-24TODO: Lower priority and remove owner of CE4A taskFrédéric Dalleau1-4/+3
2011-05-24TODO: Remove owner of HSP taskFrédéric Dalleau1-1/+0
2011-05-24voicecall: remove unnecessary local varFrédéric Dalleau1-5/+1
2011-05-24gatppp: Don't go over 80 characters / lineDenis Kenzior1-1/+1
2011-05-24test-server: Remove legacy codeDenis Kenzior1-12/+2
2011-05-24gitignore: Add lookup-apnDenis Kenzior1-0/+1
2011-05-25udev: add rule for Option GTM661W modemCaiwen Zhang1-0/+1
2011-05-22voicecall: add +VTS support for HFP emulatorFrédéric Dalleau1-0/+52
2011-05-22doc: add hfp-overview.txtFrédéric Danis1-0/+49
2011-05-20gobi: remove set but not used varGustavo F. Padovan1-3/+1
2011-05-20udev: remove set but not used varGustavo F. Padovan1-2/+1
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-19tools: Add utility for looking up APN from databaseMarcel Holtmann2-1/+240
2011-05-16voicecall: fix CHLD support replyFrédéric Dalleau1-2/+2
2011-05-11gatppp: add name field when using chap authCaiwen Zhang1-0/+9
2011-05-11gprs: Make sure to clean up interfacesDenis Kenzior1-0/+10
2011-05-11nokia-gpio: Fix memory leakBertrand Aygon1-1/+5
2011-05-11nokia-gpio: Fix minor style issueBertrand Aygon1-1/+0
2011-05-11AUTHORS: Mention Caiwen's contributionsDenis Kenzior1-0/+1
2011-05-11gatppp: fix ppp protocol-reject constructing errorCaiwen Zhang1-3/+3
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-11phonesim: Create atoms in a different orderDenis Kenzior1-2/+2
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-08gatppp: Add API for setting suspend callbackGuillaume Zajac2-0/+26
2011-05-08ppp_net: Reset the watch to zero when removingDenis Kenzior1-3/+10
2011-05-08ppp_net: add ppp_net_suspend_interface() functionGuillaume Zajac2-0/+10