summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-06-17bluetooth: Rename & expose parse_propertiesDenis Kenzior2-3/+2
2010-06-17hfp: Use the bluetooth_send_with_replyDenis Kenzior1-85/+26
Instead of send_method_call_with_reply
2010-06-17bluetooth: Rename send_method_call_with_replyDenis Kenzior2-3/+10
2010-06-17Remove send_method_call from hfp.cGustavo F. Padovan1-40/+33
2010-06-17Move create_path() to bluetooth pluginGustavo F. Padovan3-24/+26
2010-06-17Add parse properties stuff to bluetooth.cGustavo F. Padovan1-0/+84
2010-06-17Add send_method_call_with_reply to bluetooth.cGustavo F. Padovan1-0/+53
2010-06-17Add bluetooth plugin skeleton.Gustavo F. Padovan4-7/+123
The bluetooth plugin has bluetooth_resgister_uuid() and bluetooth_unresgister_uuid() where bluetooth profiles plugins such as HFP and DUN can register themselves to get know about BlueZ stuff ( new devices, bluetoothd shutdown, etc..)
2010-06-17Fix: potential to crash in atmodemDenis Kenzior1-14/+20
Some callbacks in call-meter were assuming that a modem follows 27.007 and actually returns a string. Some modems don't return a string that is properly formatted (e.g. in quotes). The strtol was thus accessing uninitialized memory and crashing ofono.
2010-06-16stkutil: Make sure bc_repeat is used properlyDenis Kenzior1-2/+7
The wrong structure was being used in the function & the has_bc_repeat variable was not being set properly.
2010-06-16stkutil: Merge two versions of bcch_channel_listDenis Kenzior3-13/+14
2010-06-16stk: Add parser for UTRAN meas qualifier objectsYang Gu2-0/+11
2010-06-16stk: Add parser for PDP activation param objectsYang Gu2-0/+29
2010-06-16stk: Add parser for bcch channel list objectsYang Gu2-0/+39
2010-06-16stk: Add parser for cell broadcast page objectsYang Gu2-0/+30
2010-06-16Add several proactive command parsersYang Gu2-0/+566
2010-06-16teststk: Add test for send ss parserYang Gu1-0/+1054
2010-06-16stk: Add parser for send ss commandsYang Gu2-0/+85
2010-06-16Fix previous commit that broke reference to PDU string bufferMarcel Holtmann1-8/+11
2010-06-16Fix memory allocation handling for STK Proactive command debugMarcel Holtmann1-7/+8
2010-06-16Use PROFILE DOWNLOAD to detect SIM Toolkit support for MBMMarcel Holtmann1-12/+8
2010-06-15stkutil: Minor style cleanups in stkutilDenis Kenzior2-106/+114
2010-06-15stkutil: Add Terminal Applications envelope builderAndrzej Zaborowski2-0/+64
This is not a terribly useful function as the user still needs to split the list in separate envelopes. The .type field could be an enum.
2010-06-15stkutil: Add MMS Notification DL envelope builderAndrzej Zaborowski2-0/+44
2010-06-15stkutil: Add MMS Transfer Status envelope builderAndrzej Zaborowski2-0/+95
2010-06-15stkutil: Add the USSD Download envelope builderAndrzej Zaborowski2-0/+15
2010-06-15test-stkutil: Tests for Timer Expiration envelopeAndrzej Zaborowski1-0/+49
2010-06-15stkutil: Add the Timer Expiration envelope builderAndrzej Zaborowski2-0/+19
2010-06-15test-stkutil: Tests for Event Download envelopeAndrzej Zaborowski1-0/+1204
2010-06-15stkutil: Add the Event Download envelope builderAndrzej Zaborowski2-0/+728
2010-06-15stkutil: Refactor struct stk_frames_infoAndrzej Zaborowski2-3/+12
2010-06-15stkutil: Refactor struct stk_other_addressAndrzej Zaborowski4-3/+9
2010-06-15test-stkutil: Tests for Call Control envelopeAndrzej Zaborowski1-0/+158
2010-06-15stkutil: Add the Call Control envelope builderAndrzej Zaborowski2-0/+242
2010-06-15Remove all voice related atoms from MBM modem supportMarcel Holtmann1-23/+4
2010-06-14atmodem: Couple tiny style fixesDenis Kenzior1-4/+4
2010-06-14Report cell technology capability for Option HSO modemsDaniel Wagner1-62/+122
Option modem use OCTI and OUWCTI commands for reporting the cell capability.
2010-06-13Fix memory leak introduced by HSO quirkMarcel Holtmann1-4/+2
2010-06-13Add nasty quirk to allow HSO devices to read network code lengthMarcel Holtmann2-1/+11
The AT+CRSM=192 commands are failing on HSO devices and thus it might be needed to return its details from a predefined database. Start with testing this for reading the network code length.
2010-06-13Use Qualcomm quirk for CBS on HSO devicesMarcel Holtmann1-1/+2
2010-06-12Release 0.23Marcel Holtmann2-1/+11
2010-06-12Just call the feature "net" instead of "netreg"Marcel Holtmann1-1/+1
2010-06-11atmodem: Shutdown ppp cleanly on removeDenis Kenzior1-0/+7
There is a race condition from udev / kernel when a USB dongle is removed. Sometimes all ports are removed first (and the io channels for those ports are signaled as hupped) while other times the udev remove event fires first. If the latter happens, then gprs_context remove is called with a potentially live ppp object. This patch shuts it down cleanly.
2010-06-11atmodem: Always unref ppp when context is downDenis Kenzior1-0/+2
2010-06-11gatppp: whitespace issuesDenis Kenzior1-2/+2
2010-06-11gatppp: Unref HDLC when unrefing PPPDenis Kenzior1-0/+2
2010-06-11gathdlc: Free the main HDLC structure on unrefDenis Kenzior1-0/+1
2010-06-10Disable CNMA support for Novatel based devicesMarcel Holtmann1-1/+2
2010-06-10atmodem: Allow ME & SM for status report storeDenis Kenzior1-5/+13
2010-06-10atmodem: Force CDSI delivery for Novatel devicesDenis Kenzior1-1/+15