summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-17simutil: Remove inaccurate commentDenis Kenzior1-2/+0
2010-12-17call-forwarding: Minor style fixesDenis Kenzior1-10/+7
2010-12-17call-forwarding: Get rid of unneeded variableDenis Kenzior1-2/+1
2010-12-17call-forwarding: Read/Write cfis/cphs-cffJeevaka Badrappan1-2/+241
2010-12-17AUTHORS: Mention John's contributionsDenis Kenzior1-0/+1
2010-12-17doc: Update features documentDenis Kenzior1-0/+24
2010-12-17TODO: Mark CNAP task as doneGustavo F. Padovan1-6/+0
2010-12-17TODO: Mark emergency voicecall property task doneDenis Kenzior1-7/+0
2010-12-17voicecall: Minor style nitpickDenis Kenzior1-2/+2
2010-12-17voicecall: Add emergency propertyJohn Mathew1-0/+37
2010-12-17doc: Add emergency property to VoicecallJohn Mathew1-0/+5
2010-12-17TODO: add owner to 'Network updating the ECC' taskPetteri Tikander1-0/+1
2010-12-16AUTHORS: Mention Lasse's contributionsDenis Kenzior1-0/+1
2010-12-16test: test case for changing Call Barring passwordLasse Kunnasluoto1-0/+12
2010-12-16TODO: add blacklistingPekka Pessi1-0/+8
2010-12-16examples: Add network name handling to historyDenis Kenzior1-0/+7
2010-12-16atmodem: Always poll clcc, even if cring + clipDenis Kenzior1-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-16atmodem: Fix reporting of CLIPDenis Kenzior1-1/+2
When RING & CLCC polling is used, the CLIP will not be reported correctly if the CLIP: notification does not arrive
2010-12-16atmodem: Do not re-parse CLIP / CNAPDenis Kenzior1-4/+43
These needs to be parsed once and not parsed unnecessarily once the information has been recorded
2010-12-16atmodem: Set cnap validity to not providedDenis Kenzior1-0/+1
2010-12-16test: add CNAP to test-ss-control-csGustavo F. Padovan1-0/+3
2010-12-16atmodem: Unify COLR/CNAP/CLIP/COLP parserDenis Kenzior1-93/+22
2010-12-16atmodem: Fix parsing of CNAP statusDenis Kenzior1-2/+3
2010-12-16atmodem: add CNAP to call-settingsGustavo F. Padovan1-0/+53
2010-12-16doc: add CallingNamePresentation to CallSettingsGustavo F. Padovan1-0/+12
2010-12-16call-settings: add CNAP supportGustavo F. Padovan1-9/+93
2010-12-16include: add cnap_query callbackGustavo F. Padovan1-0/+2
2010-12-16call-settings: fix coding styleGustavo F. Padovan1-10/+10
2010-12-16test-stkutil: Modify the check logic of time zoneYang Gu1-1/+5
2010-12-16ifx: Take out unused definesDenis Kenzior1-6/+0
2010-12-16atmodem: Add CNAP parsing to voicecallGustavo F. Padovan1-0/+47
2010-12-16doc: add Name propertyGustavo F. Padovan1-0/+5
2010-12-16voicecall: Use cnap validity in get_propertiesDenis Kenzior1-5/+2
2010-12-16voicecall: Use clip_validity in get_propertiesDenis Kenzior1-1/+6
2010-12-16voicecall: Minor style fixesDenis Kenzior1-6/+5
2010-12-16voicecall: add support for CNAPGustavo F. Padovan1-0/+53
Enable oFono to get a info about the Calling Name.
2010-12-16common: add CNAP definesGustavo F. Padovan1-0/+7
2010-12-16include: add CNAP types to ofono_call structureGustavo F. Padovan1-0/+3
2010-12-15doc: Add short FAQ for release process detailsMarcel Holtmann2-1/+43
2010-12-12simfs: Add unknown sim phase checkJeevaka Badrappan1-1/+8
2010-12-12sim: fix minor issue in ofono_sim_get_phaseJeevaka Badrappan1-1/+1
2010-12-11huawei: Pass the HUAWEI vendor ID to gprs driverDenis Kenzior1-1/+3
2010-12-11atutil: Fix parsing of un-quoted CREG / CGREGDenis Kenzior1-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-10atmodem: use macros for CLIP validityGustavo F. Padovan1-2/+4
2010-12-10atmodem: cleanup DBG messagesGustavo F. Padovan1-4/+4
2010-12-10test: fix bug in test-ss-control-csGustavo F. Padovan1-1/+1
2010-12-10stkutil: Allow empty strings in for Text dataobjDenis Kenzior1-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-10stk: fix issue to avoid null pointer for alpha_idGuillaume Lucas1-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-10unit: Fix up stk test data timezone handlingDenis Kenzior1-0/+6
2010-12-10unit: Use empty text instead of NULLDenis Kenzior1-2/+4