Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-17 | simutil: Remove inaccurate comment | Denis Kenzior | 1 | -2/+0 | |
2010-12-17 | call-forwarding: Minor style fixes | Denis Kenzior | 1 | -10/+7 | |
2010-12-17 | call-forwarding: Get rid of unneeded variable | Denis Kenzior | 1 | -2/+1 | |
2010-12-17 | call-forwarding: Read/Write cfis/cphs-cff | Jeevaka Badrappan | 1 | -2/+241 | |
2010-12-17 | AUTHORS: Mention John's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-12-17 | doc: Update features document | Denis Kenzior | 1 | -0/+24 | |
2010-12-17 | TODO: Mark CNAP task as done | Gustavo F. Padovan | 1 | -6/+0 | |
2010-12-17 | TODO: Mark emergency voicecall property task done | Denis Kenzior | 1 | -7/+0 | |
2010-12-17 | voicecall: Minor style nitpick | Denis Kenzior | 1 | -2/+2 | |
2010-12-17 | voicecall: Add emergency property | John Mathew | 1 | -0/+37 | |
2010-12-17 | doc: Add emergency property to Voicecall | John Mathew | 1 | -0/+5 | |
2010-12-17 | TODO: add owner to 'Network updating the ECC' task | Petteri Tikander | 1 | -0/+1 | |
2010-12-16 | AUTHORS: Mention Lasse's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-12-16 | test: test case for changing Call Barring password | Lasse Kunnasluoto | 1 | -0/+12 | |
2010-12-16 | TODO: add blacklisting | Pekka Pessi | 1 | -0/+8 | |
2010-12-16 | examples: Add network name handling to history | Denis Kenzior | 1 | -0/+7 | |
2010-12-16 | atmodem: Always poll clcc, even if cring + clip | Denis Kenzior | 1 | -8/+0 | |
Even in the case of CRING and CLIP being used, we should start a CLCC poll. This is because we must still rely on polling CLCC to detect when an incoming call has been terminated by the remote side. | |||||
2010-12-16 | atmodem: Fix reporting of CLIP | Denis Kenzior | 1 | -1/+2 | |
When RING & CLCC polling is used, the CLIP will not be reported correctly if the CLIP: notification does not arrive | |||||
2010-12-16 | atmodem: Do not re-parse CLIP / CNAP | Denis Kenzior | 1 | -4/+43 | |
These needs to be parsed once and not parsed unnecessarily once the information has been recorded | |||||
2010-12-16 | atmodem: Set cnap validity to not provided | Denis Kenzior | 1 | -0/+1 | |
2010-12-16 | test: add CNAP to test-ss-control-cs | Gustavo F. Padovan | 1 | -0/+3 | |
2010-12-16 | atmodem: Unify COLR/CNAP/CLIP/COLP parser | Denis Kenzior | 1 | -93/+22 | |
2010-12-16 | atmodem: Fix parsing of CNAP status | Denis Kenzior | 1 | -2/+3 | |
2010-12-16 | atmodem: add CNAP to call-settings | Gustavo F. Padovan | 1 | -0/+53 | |
2010-12-16 | doc: add CallingNamePresentation to CallSettings | Gustavo F. Padovan | 1 | -0/+12 | |
2010-12-16 | call-settings: add CNAP support | Gustavo F. Padovan | 1 | -9/+93 | |
2010-12-16 | include: add cnap_query callback | Gustavo F. Padovan | 1 | -0/+2 | |
2010-12-16 | call-settings: fix coding style | Gustavo F. Padovan | 1 | -10/+10 | |
2010-12-16 | test-stkutil: Modify the check logic of time zone | Yang Gu | 1 | -1/+5 | |
2010-12-16 | ifx: Take out unused defines | Denis Kenzior | 1 | -6/+0 | |
2010-12-16 | atmodem: Add CNAP parsing to voicecall | Gustavo F. Padovan | 1 | -0/+47 | |
2010-12-16 | doc: add Name property | Gustavo F. Padovan | 1 | -0/+5 | |
2010-12-16 | voicecall: Use cnap validity in get_properties | Denis Kenzior | 1 | -5/+2 | |
2010-12-16 | voicecall: Use clip_validity in get_properties | Denis Kenzior | 1 | -1/+6 | |
2010-12-16 | voicecall: Minor style fixes | Denis Kenzior | 1 | -6/+5 | |
2010-12-16 | voicecall: add support for CNAP | Gustavo F. Padovan | 1 | -0/+53 | |
Enable oFono to get a info about the Calling Name. | |||||
2010-12-16 | common: add CNAP defines | Gustavo F. Padovan | 1 | -0/+7 | |
2010-12-16 | include: add CNAP types to ofono_call structure | Gustavo F. Padovan | 1 | -0/+3 | |
2010-12-15 | doc: Add short FAQ for release process details | Marcel Holtmann | 2 | -1/+43 | |
2010-12-12 | simfs: Add unknown sim phase check | Jeevaka Badrappan | 1 | -1/+8 | |
2010-12-12 | sim: fix minor issue in ofono_sim_get_phase | Jeevaka Badrappan | 1 | -1/+1 | |
2010-12-11 | huawei: Pass the HUAWEI vendor ID to gprs driver | Denis Kenzior | 1 | -1/+3 | |
2010-12-11 | atutil: Fix parsing of un-quoted CREG / CGREG | Denis Kenzior | 1 | -2/+17 | |
On broken hardware like the Huawei, it is possible to receive both an unsolicited and a solicited version of the CREG / CGREG within within the same response set. Skipping of the unsolicited version was not handled correctly. This attempts to fix this issue. | |||||
2010-12-10 | atmodem: use macros for CLIP validity | Gustavo F. Padovan | 1 | -2/+4 | |
2010-12-10 | atmodem: cleanup DBG messages | Gustavo F. Padovan | 1 | -4/+4 | |
2010-12-10 | test: fix bug in test-ss-control-cs | Gustavo F. Padovan | 1 | -1/+1 | |
2010-12-10 | stkutil: Allow empty strings in for Text dataobj | Denis Kenzior | 1 | -4/+0 | |
Explicitly allow length = 1 (DCS) followed by zero characters. This seems to be explicitly allowed by the test specification (namely Get Input 1.9.1A) | |||||
2010-12-10 | stk: fix issue to avoid null pointer for alpha_id | Guillaume Lucas | 1 | -7/+6 | |
If a SET UP CALL proactive command with no alpha identifier occurs, the alpha_id pointer will be set to NULL. This will generate a crash in the stkagent with dbus function. To avoid this we use an empty string if the alpha identifier is not present in the command. | |||||
2010-12-10 | unit: Fix up stk test data timezone handling | Denis Kenzior | 1 | -0/+6 | |
2010-12-10 | unit: Use empty text instead of NULL | Denis Kenzior | 1 | -2/+4 | |