summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2010-12-10stk: No need to check for null textDenis Kenzior1-13/+8
For Set up idle mode text
2010-12-10stkutil: fix crash cause by null text stringGuillaume Lucas1-2/+4
According to 3GPP TS 31.124 a zero length for the text string should be allowed. An empty string must be returned to the user in this case.
2010-12-10gdbus: fix accessing freed callback dataJohan Hedberg1-5/+5
cb->disc_func or cb->conn_func could remove the callback so this needs to be checked for before continuing processing.
2010-12-09doc: Add RoamingPreference propertyRajesh Kadhiravan Nagaiah1-0/+11
2010-12-09test: Fixup build issues with test-smsDenis Kenzior1-8/+8
2010-12-08radio-settings: Minor style fixes for rule M13Denis Kenzior1-3/+3
2010-12-08AUTHORS: Mention Rafael's contributionsDenis Kenzior1-0/+1
2010-12-08TODO: Add owner to 'GPS power control atom' taskRafael Ignacio Zurita1-0/+1
2010-12-08doc: Reword the description of GsmBand and UmtsBandDenis Kenzior1-6/+6
2010-12-08doc: document frequency band selectionLucas De Marchi1-0/+43
2010-12-08radio-settings: Minor style issuesDenis Kenzior1-4/+2
2010-12-08radio-settings: add frequency band selection propsLucas De Marchi1-2/+248
2010-12-08include: Minor style fixesDenis Kenzior2-10/+10
2010-12-08radio-settings: add frequency band selection methodsLucas De Marchi1-0/+33
2010-12-08TODO: Mark Provide Local Information task as doneDenis Kenzior2-10/+9
2010-12-08TODO: Mark Language Notification task as doneJeevaka Badrappan2-6/+4
2010-12-08unit: Minor style updates to test-smsDenis Kenzior1-30/+27
2010-12-08AUTHORS: Mention Oleg's contributionsDenis Kenzior1-0/+1
2010-12-08unit: add national dialect SMS character set testsOleg Zhurakivskyy1-0/+244
2010-12-08simutil: fixup style according to M11Denis Kenzior1-158/+158
2010-12-08gdbus: explicitly compare pointers to NULLLucas De Marchi3-24/+23
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-12-08stk: Handle provide local info proactive commandYang Gu1-0/+77
2010-12-08smsutil: Make timezone an optional fieldYang Gu3-12/+13
2010-12-08test: When priting help for enter-pin, exitDenis Kenzior1-0/+1
2010-12-07smsutil: Change the range of time zoneYang Gu1-2/+9