summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-17src: add initial CDMA Connection Manager supportChristian Lam3-1/+574
2011-03-17cdma-connman: add CDMA Connection Manager supportChristian Lam2-1/+81
2011-03-17dbus: add CDMA Connection Manager interfaceChristian Lam1-0/+1
2011-03-17sms: limit the sms sending retryJeevaka Badrappan1-0/+6
If sending of SMS fails, then oFono core will try to resend it after n * 5 seconds(n = retry count). Due to this, conformance test case 27.22.8 sequence 1.4 fails(refer 31.124 spec). Plan is to limit the failue codes for which the retry will be done. This patch allows the retry if the failure is only due to network timeout. For all the other failure cases, retry is not done.
2011-03-16stk: fix issue with Get Inkey variable timeoutJeevaka Badrappan1-2/+26
2011-03-16ringbuffer: Switch ringbuffer to g_slice allocatorPatrick Porlan1-4/+4
This should allow for more efficient handling of equally sized buffers, in terms of alignment and recycling.
2011-03-16cbs: ignore any CBMs without a proper sizeBertrand Aygon1-2/+2
Cell Broadcasts are always fixed size, so improve PDU length check
2011-03-15call-forwarding: Don't update from sim if cachedDenis Kenzior1-0/+10
If we have already cached the settings, then there's no need to update them from the SIM, even if a SIM refresh was performed.
2011-03-15call-forwarding: update EFs changed by SIM refreshAndrzej Zaborowski1-1/+44
2011-03-15message-waiting: Watch for sim file refreshesAndrzej Zaborowski1-1/+91
2011-03-15sim: Handle an error condition betterDenis Kenzior1-3/+4
2011-03-15sim: Watch for changes to EFimg files and EFiidfAndrzej Zaborowski1-1/+54
2011-03-15sim: Watch for changes to EFmsisdn and EFsdnAndrzej Zaborowski1-2/+32
2011-03-15sim: Split out sim context into early and mainAndrzej Zaborowski1-10/+71
And watch for relevant file changes on the early context.
2011-03-15phonesim: Add support for ipv6 / dual contextsDenis Kenzior1-2/+17
2011-03-15gprs: Core changes for IPv6 supportDenis Kenzior1-108/+310
2011-03-15test: Update list-contexts to the new APIDenis Kenzior1-1/+4
2011-03-15doc: Add IPV6 settings to ConnectionContext APIDenis Kenzior1-0/+26
2011-03-15phonesim: add IPv6 supportMika Liljeberg1-7/+25
2011-03-15stemodem: update to new gprs context interfaceMika Liljeberg1-11/+18
2011-03-15ifxmodem: update to new gprs context interfaceMika Liljeberg1-15/+20
2011-03-15hsomodem: update to new gprs context interfaceMika Liljeberg1-21/+26
2011-03-15mbmmodem: update to new gprs context interfaceMika Liljeberg1-25/+36
2011-03-15huaweimodem: update to new gprs context interfaceMika Liljeberg1-18/+24
2011-03-15atmodem: update to new gprs context interfaceMika Liljeberg1-20/+21
2011-03-15isimodem: IPv6 supportMika Liljeberg1-47/+72
2011-03-15include: Add support for IPv6 context settingsDenis Kenzior1-5/+22
2011-03-15gprs: Move settings structureDenis Kenzior1-36/+48
Move the settings structure from pri_context to ofono_gprs_context in preparation for new IPv6 support APIs.
2011-03-15doc: Update connman-api with dual stack contextsDenis Kenzior1-1/+1
2011-03-15gprs: Add support for dual stack contextsDenis Kenzior1-0/+5
2011-03-15include: Add support for dual stack contextsDenis Kenzior1-0/+1
2011-03-15gprs: Also reset active in release_contextDenis Kenzior1-6/+2
2011-03-15gprs: factor out common codeMika Liljeberg1-61/+50
2011-03-15Release 0.45Marcel Holtmann2-1/+12
2011-03-15PPP: Optimize write buffer managementPatrick Porlan1-22/+71
Extend the write buffer handling in gathdlc.c to minimize stalling and process switching during large PPP transfers. The single write buffer is replaced by a queue of buffers, allowing for much larger emission windows without hugely impacting memory consumption. This reduces the time required to send 50 MB between a couple of local PPP interfaces on my laptop from ~53s to ~3s.
2011-03-15huawei: Fix huawei_disconnect function issueMartin Xu1-9/+32
huawei_disconnect is used to recovery the io and gprs context when io error happends, see commit 39382730d7758b093ca6271f4e9dea875fa04b3a However, io error not only happends at PPP disconnect, in theory it can happends at any situation. I also observed that it happens when modem go into offline mode at my Huawei EM770W modem. in this case, gprs should not be reopened.
2011-03-15emulator: fix some indentation issuesGuillaume Zajac1-58/+58
2011-03-14test: Fix up whitespace & indentation issuesDenis Kenzior1-14/+25
2011-03-14test: Restructure CBS testsMiia Leinonen2-0/+189
Add new centralised and reinforced CBS test script.
2011-03-14test: Add modem argument to hangup-allBertrand Aygon1-2/+5
Add the possibility to specify the modem to hangup on
2011-03-14test: Add modem argument to dial-numberBertrand Aygon1-6/+25
Add the possibility to specify the modem to dial on
2011-03-11simfs: fix GLib-CRITICAL warningGuillaume Lucas1-12/+14
During modem release, when there is no SIM card, a GLib-CRITICAL issue occurs during the free of the sim fs context.
2011-03-11TODO: mark 'GPS power control atom' task as doneLucas De Marchi2-11/+8
2011-03-11stk: fix issue with null data objectAndrzej Zaborowski1-1/+1
This will let the caller correctly detect NULL alpha id.
2011-03-11dun_gw: Set GIOChannel to not close on unrefGuillaume Zajac1-1/+1
This fixes automatic GIOChannel closing when a bluetooth connection is attempted.
2011-03-11hfp_ag: Remove unneeded return statementDenis Kenzior1-3/+1
2011-03-11test: Add test-message-waitingBertrand Aygon2-1/+42
Add a new test file to validate org.ofono.MessageWaiting interface
2011-03-11isimodem: Crash while setting SCAArun Ravindran1-1/+1
2011-03-11atmodem: fix PB reading when fields are omittedPaavo Leinonen1-2/+2
Fix SIM PB reading when numeric fields have been omitted.
2011-03-11voicecall: Move notification_ind registrationDenis Kenzior1-3/+3
Should be before ofono_voicecall_register to be consistent