summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2010-12-07phonesim: Add modem reset triggerGustavo F. Padovan1-0/+27
2010-12-07Add ofono_modem_reset()Gustavo F. Padovan1-0/+20
Some modems can screw up everything and then we will need to do a silent reset of the modem. This patch take the modem back to the OFFLINE state.
2010-12-07modem: add ofono_modem_reset() to modem.hGustavo F. Padovan1-0/+2
2010-12-07modem: only unref pending if it is a powered pendingGustavo F. Padovan1-1/+2
2010-12-07TODO: add owner to 'SIM PIN retry counter' taskLucas De Marchi1-0/+1
2010-12-07TODO: Add owner for the CNAP taskGustavo F. Padovan1-0/+1
2010-12-07gatchat: fix canceling in progress commandsVinicius Costa Gomes1-1/+1
As g_queue_peek_head() returns the node data field, we have to compare it against the actual command, not against the pointer to the queue node.
2010-12-07smsutil: Minor style fixDenis Kenzior1-1/+2
2010-12-07build: Silence another make messageMarcel Holtmann1-0/+2
2010-12-07Mark ofono/*.h symbolink links as built sourcesRémi Denis-Courmont1-3/+3
This forces automake/make to build them first if needed (as before). But it avoids marking every single header as a dependency of every single object. Thus we do not need a bogus full rebuild of the tree everytime a header is added.
2010-12-03voicecall: fix dial result handlingPekka Pessi1-3/+16
The existing call will be automatically put on hold if there is an existing active call when dialing. On some modems the dial request returns only after the dialed call is active and the existing call has been put on hold. However, on isimodem driver the dial request returns immediately before the existing call has changed its status. With isimodem driver the dial_handle_result() selected the existing call from the list when it should have created a new one. The dial result handling now guards againt returning a previously dialed active call as result.
2010-12-03network: Send strength as a byte, not uint16Denis Kenzior1-4/+5
To be consistent with the documentation
2010-12-03AUTHORS: Mention Helen's contributionsDenis Kenzior1-0/+1
2010-12-03ste: Minor style fixesDenis Kenzior1-1/+3
2010-12-03ste: Restructure caif channel creationHelen Clemson1-12/+28
This is restructuring the caif channel creation, so that at a later date multiple AT channels can be supported. This effectively moves the channel creation from ste_enable, into its own function, ste_create_channel.
2010-12-03isi/voicecall: fix handling of waiting callsPekka Pessi1-58/+56
Also, do not retrieve calls after isi_release_all_active() because retrieving is now only an unwanted side-effect .
2010-12-03isi/voicecall: avoid side-effects of releasePekka Pessi1-16/+16
If a call was held automatically when an another call was dialed or answered, it gets retrieved when the other call is released unless auto change features is explicitly disabled. Drop cause_type parameter because it is never used. Use cause code for busy when releasing incoming or waiting calls.
2010-12-03isi/voicecall: add call id to queued requestsPekka Pessi1-32/+57
2010-12-03isi/voicecall: fix status reportingPekka Pessi1-198/+189
Do not report incoming calls to the oFono core until they can be answered. Report MT_RELEASED or MO_RELEASED via ofono_voicecall_notify(), TERMINATED calls via ofono_voicecall_disconnected().
2010-12-03coding-style M14: parenthesis around sizeof argPekka Pessi1-0/+14
2010-12-03test: Unregister agents on keyboard interruptAki Niemi2-2/+12
Control-C now calls UnregisterAgent(), so the agents exit cleanly.
2010-12-03test: Fix script outputAki Niemi1-1/+1
There is no proposing, just action.
2010-12-03TODO: Add owner for IAP database taskAki Niemi1-0/+1