Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-18 | TODO: mark task 'cancel pending SMS' as done | Lucas De Marchi | 1 | -9/+0 | |
2011-03-18 | sms: allow message submission to be cancelled | Lucas De Marchi | 1 | -0/+88 | |
Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | sms: Don't leak memory, even in bizarre conditions | Denis Kenzior | 1 | -2/+2 | |
2011-03-18 | sms: factor out 'remove entry' from tx_finished() | Lucas De Marchi | 1 | -43/+62 | |
Refactor tx_finished() and create a function to remove an entry from the tx queue. This function will be used also when a message is cancelled. Thus, handle the case in which state is MESSAGE_STATE_CANCELLED as well. Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | message: add cancelled state | Lucas De Marchi | 2 | -1/+4 | |
Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | examples: handle cancelled history status | Lucas De Marchi | 1 | -0/+5 | |
2011-03-18 | history: add cancelled status | Lucas De Marchi | 1 | -0/+1 | |
Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | atmodem: fix issue in time reporting with ifx | Jeevaka Badrappan | 1 | -0/+26 | |
2011-03-18 | smsutil: fix a memory leak | Bertrand Aygon | 1 | -1/+3 | |
This was reported by cppcheck. | |||||
2011-03-18 | gisi: Fix PN_SIM reachability check decoding | Aki Niemi | 1 | -3/+3 | |
2011-03-17 | hfp: Fix some whitespace issues | Denis Kenzior | 1 | -2/+2 | |
2011-03-17 | AUTHORS: Mention Christian's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-03-17 | test: add Settings dict parsing for CDMA ConnMan | Christian Lam | 1 | -0/+10 | |
2011-03-17 | test: Rename cdma connman scripts and add to build | Denis Kenzior | 3 | -1/+3 | |
2011-03-17 | test: add CDMA Connection Manager support scripts | Christian Lam | 2 | -0/+40 | |
2011-03-17 | cdmamodem: add CDMA Connection Manager support | Christian Lam | 4 | -3/+291 | |
2011-03-17 | nokiacdma: add CDMA Connection Manager support | Christian Lam | 1 | -0/+4 | |
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 | |