summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-06-21TODO: PPP server support ownerZhenhua Zhang1-0/+1
2010-06-21ppp: Fix leak in pppcp_send_protocol_rejectZhenhua Zhang1-0/+2
Free the reject pppcp packet after ppp_transmit.
2010-06-21Refactor ussd parserYang Gu1-29/+6
2010-06-19Add test script for scanning networksMarcel Holtmann2-1/+42
2010-06-18atmodem: Use a switch/case in sim.cDenis Kenzior1-2/+8
2010-06-18mbm: Use MBM vendor quirk of the sim driver.Andrzej Zaborowski1-1/+2
2010-06-18atmodem: Add PIN entry quirk for mbm.Andrzej Zaborowski1-1/+45
Wait for *EPEV unsolicited response after PIN entered, otherwise the next AT+CPIN? query still returns the old value for a fraction of a second and ofono gets stuck until the next PIN entry attempt.
2010-06-18mbm: Register stk driver post sim.Andrzej Zaborowski1-1/+2
2010-06-18mbmmodem: Allow no response data for envelope.Andrzej Zaborowski1-7/+5
Partially reverts http://git.kernel.org/?p=network/ofono/ofono.git;a=commitdiff;h=f98c6dc91702c0d14c0afa2a4e32102d3105568d
2010-06-18test-stkutil: Add a More Time response builder testAndrzej Zaborowski1-0/+24
2010-06-18stkutil: Add More Time terminal response builderAndrzej Zaborowski2-0/+2
2010-06-18stkutil: USSD max len is 160Denis Kenzior1-1/+1
2010-06-18stk: Add parser for timing advance objectsYang Gu3-13/+41
2010-06-18teststk: Add test for send ussd parserYang Gu1-0/+1319
2010-06-18smsutil: Add a decoder for ussd pdusYang Gu2-0/+46
2010-06-18stk: Add parser for send ussd commandsYang Gu2-0/+70
2010-06-18huawei: Import Huawei rulesFlorian Steinel1-1/+298
From 10-Huawei-Datacard.rules (Linux Driver 4.08.01.108.tar.gz)
2010-06-18gathdlc: Don't crash if unreffed in callbackDenis Kenzior1-1/+18
2010-06-17gsmdial: Unref ppp when we get disconnectedZhenhua Zhang1-0/+5
2010-06-17test-server: Fix GIOChannel leak in create_ttyZhenhua Zhang1-4/+2
Remove client_io and unref server_io after creating GAtServer.
2010-06-17gatserver: Check for disconnection when resumingZhenhua Zhang1-0/+5
If the internal GAtIO is no longer valid, treat it as if our channel was disconnected.
2010-06-17gatserver: Suspend/resume GAtServer with GAtIOZhenhua Zhang2-150/+114
Support g_at_server_suspend and g_at_server_resume operation by using GAtIO to handle IO related function.
2010-06-17hfp: Use bluetooth_parse_propertiesDenis Kenzior1-91/+11
Instead of the local version
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