Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-17 | src: add initial CDMA Connection Manager support | Christian Lam | 3 | -1/+574 | |
2011-03-17 | cdma-connman: add CDMA Connection Manager support | Christian Lam | 2 | -1/+81 | |
2011-03-17 | dbus: add CDMA Connection Manager interface | Christian Lam | 1 | -0/+1 | |
2011-03-17 | sms: limit the sms sending retry | Jeevaka Badrappan | 1 | -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-16 | stk: fix issue with Get Inkey variable timeout | Jeevaka Badrappan | 1 | -2/+26 | |
2011-03-16 | ringbuffer: Switch ringbuffer to g_slice allocator | Patrick Porlan | 1 | -4/+4 | |
This should allow for more efficient handling of equally sized buffers, in terms of alignment and recycling. | |||||
2011-03-16 | cbs: ignore any CBMs without a proper size | Bertrand Aygon | 1 | -2/+2 | |
Cell Broadcasts are always fixed size, so improve PDU length check | |||||
2011-03-15 | call-forwarding: Don't update from sim if cached | Denis Kenzior | 1 | -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-15 | call-forwarding: update EFs changed by SIM refresh | Andrzej Zaborowski | 1 | -1/+44 | |
2011-03-15 | message-waiting: Watch for sim file refreshes | Andrzej Zaborowski | 1 | -1/+91 | |
2011-03-15 | sim: Handle an error condition better | Denis Kenzior | 1 | -3/+4 | |
2011-03-15 | sim: Watch for changes to EFimg files and EFiidf | Andrzej Zaborowski | 1 | -1/+54 | |
2011-03-15 | sim: Watch for changes to EFmsisdn and EFsdn | Andrzej Zaborowski | 1 | -2/+32 | |
2011-03-15 | sim: Split out sim context into early and main | Andrzej Zaborowski | 1 | -10/+71 | |
And watch for relevant file changes on the early context. | |||||
2011-03-15 | phonesim: Add support for ipv6 / dual contexts | Denis Kenzior | 1 | -2/+17 | |
2011-03-15 | gprs: Core changes for IPv6 support | Denis Kenzior | 1 | -108/+310 | |
2011-03-15 | test: Update list-contexts to the new API | Denis Kenzior | 1 | -1/+4 | |
2011-03-15 | doc: Add IPV6 settings to ConnectionContext API | Denis Kenzior | 1 | -0/+26 | |
2011-03-15 | phonesim: add IPv6 support | Mika Liljeberg | 1 | -7/+25 | |
2011-03-15 | stemodem: update to new gprs context interface | Mika Liljeberg | 1 | -11/+18 | |
2011-03-15 | ifxmodem: update to new gprs context interface | Mika Liljeberg | 1 | -15/+20 | |
2011-03-15 | hsomodem: update to new gprs context interface | Mika Liljeberg | 1 | -21/+26 | |
2011-03-15 | mbmmodem: update to new gprs context interface | Mika Liljeberg | 1 | -25/+36 | |
2011-03-15 | huaweimodem: update to new gprs context interface | Mika Liljeberg | 1 | -18/+24 | |
2011-03-15 | atmodem: update to new gprs context interface | Mika Liljeberg | 1 | -20/+21 | |
2011-03-15 | isimodem: IPv6 support | Mika Liljeberg | 1 | -47/+72 | |
2011-03-15 | include: Add support for IPv6 context settings | Denis Kenzior | 1 | -5/+22 | |
2011-03-15 | gprs: Move settings structure | Denis Kenzior | 1 | -36/+48 | |
Move the settings structure from pri_context to ofono_gprs_context in preparation for new IPv6 support APIs. | |||||
2011-03-15 | doc: Update connman-api with dual stack contexts | Denis Kenzior | 1 | -1/+1 | |
2011-03-15 | gprs: Add support for dual stack contexts | Denis Kenzior | 1 | -0/+5 | |
2011-03-15 | include: Add support for dual stack contexts | Denis Kenzior | 1 | -0/+1 | |
2011-03-15 | gprs: Also reset active in release_context | Denis Kenzior | 1 | -6/+2 | |
2011-03-15 | gprs: factor out common code | Mika Liljeberg | 1 | -61/+50 | |
2011-03-15 | Release 0.45 | Marcel Holtmann | 2 | -1/+12 | |
2011-03-15 | PPP: Optimize write buffer management | Patrick Porlan | 1 | -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-15 | huawei: Fix huawei_disconnect function issue | Martin Xu | 1 | -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-15 | emulator: fix some indentation issues | Guillaume Zajac | 1 | -58/+58 | |
2011-03-14 | test: Fix up whitespace & indentation issues | Denis Kenzior | 1 | -14/+25 | |
2011-03-14 | test: Restructure CBS tests | Miia Leinonen | 2 | -0/+189 | |
Add new centralised and reinforced CBS test script. | |||||
2011-03-14 | test: Add modem argument to hangup-all | Bertrand Aygon | 1 | -2/+5 | |
Add the possibility to specify the modem to hangup on | |||||
2011-03-14 | test: Add modem argument to dial-number | Bertrand Aygon | 1 | -6/+25 | |
Add the possibility to specify the modem to dial on | |||||
2011-03-11 | simfs: fix GLib-CRITICAL warning | Guillaume Lucas | 1 | -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-11 | TODO: mark 'GPS power control atom' task as done | Lucas De Marchi | 2 | -11/+8 | |
2011-03-11 | stk: fix issue with null data object | Andrzej Zaborowski | 1 | -1/+1 | |
This will let the caller correctly detect NULL alpha id. | |||||
2011-03-11 | dun_gw: Set GIOChannel to not close on unref | Guillaume Zajac | 1 | -1/+1 | |
This fixes automatic GIOChannel closing when a bluetooth connection is attempted. | |||||
2011-03-11 | hfp_ag: Remove unneeded return statement | Denis Kenzior | 1 | -3/+1 | |
2011-03-11 | test: Add test-message-waiting | Bertrand Aygon | 2 | -1/+42 | |
Add a new test file to validate org.ofono.MessageWaiting interface | |||||
2011-03-11 | isimodem: Crash while setting SCA | Arun Ravindran | 1 | -1/+1 | |
2011-03-11 | atmodem: fix PB reading when fields are omitted | Paavo Leinonen | 1 | -2/+2 | |
Fix SIM PB reading when numeric fields have been omitted. | |||||
2011-03-11 | voicecall: Move notification_ind registration | Denis Kenzior | 1 | -3/+3 | |
Should be before ofono_voicecall_register to be consistent |