summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-12-08radio-settings: Minor style fixes for rule M13Denis Kenzior1-3/+3
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-08simutil: fixup style according to M11Denis Kenzior1-158/+158
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-07smsutil: Change the range of time zoneYang Gu1-2/+9
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: only unref pending if it is a powered pendingGustavo F. Padovan1-1/+2
2010-12-07smsutil: Minor style fixDenis Kenzior1-1/+2
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-02smsutil: Fix issue in mwi dcs decodingJeevaka Badrappan1-1/+6
2010-12-02gprs: Fix for gprs context conversionAntti Paila1-1/+1
2010-12-02smsutil: Fix uninitialized optional elementsDenis Kenzior1-2/+2
sms_decode was never memsetting the returned structure, so if any optional elements were present in the SMS (e.g. status report) then the structure was not completely initialized.
2010-12-02sms: Use the right union member for DCS checkDenis Kenzior1-1/+1
2010-11-30stk: Add busy error for the display text commandGuillaume Lucas3-2/+26
According to the sequence 1.2 of the ETSI TS 102 384 a busy screen error should be returns for the display text proactive command when the ME is not able to display the text.
2010-11-29sim: be more paranoid for triggering EFest readJeevaka Badrappan1-3/+10
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi26-271/+248
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-11-29simutil: explicitly compare pointers to NULLLucas De Marchi1-8/+8
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-11-29simfs: explicitly compare pointers to NULLLucas De Marchi1-14/+14
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-11-29util: explicitly compare pointers to NULLLucas De Marchi1-11/+7
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-11-29stkutil: explicitly compare pointers to NULLLucas De Marchi1-2/+2
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-11-29smsutil: explicitly compare pointers to NULLLucas De Marchi1-22/+17
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-11-27simutil: Add EFcfis and EFcphs-cff file IdsJeevaka Badrappan1-0/+2
2010-11-26call-volume: Minor coding style fixJeevaka Badrappan1-2/+1
2010-11-26audio-settings: Remove unwanted checkJeevaka Badrappan1-4/+1
2010-11-26call-volume: Remove extra line at EOFJeevaka Badrappan1-1/+0
2010-11-26network: Use bit as size instead of byteYang Gu1-2/+2
2010-11-26core: Remove stray newlines in messages sent to logRémi Denis-Courmont3-4/+4
2010-11-26call-volume: Fix dbus error message typeJeevaka Badrappan1-3/+3
2010-11-26ctm: fix minor style issuesDenis Kenzior1-6/+4
2010-11-26ctm: Add initial CTM atom implementationLucas De Marchi2-0/+336
2010-11-25stkutil: Minor style fixesDenis Kenzior1-2/+2
2010-11-25stkutil: Use sms_dcs_decode in decode_textGuillaume Lucas1-4/+8
This is a much more pedantic version that can be used to retrieve the text character set.
2010-11-25stk: use bigger timeout in DisplayTextAndrzej Zaborowski1-0/+3
When the wait for user confirmation bit is set.
2010-11-24call-forwarding: skip property change data and faxJeevaka Badrappan1-0/+7
2010-11-24text-telephony: add new interface to feature mapLucas De Marchi1-0/+1
2010-11-23common: remove redundant predicateRémi Denis-Courmont1-1/+1
If the first character is a plus sign, then it is not a nul, then the string length is true anyway.
2010-11-23dbus: Add __ofono_error_access_deniedGustavo F. Padovan2-0/+7
2010-11-23stk: Minor style fixDenis Kenzior1-1/+1
2010-11-23stk: Handle null Text fieldAndrzej Zaborowski1-0/+3
Add a NULL check in dbus_apply_text_attributes because in some places (like DisplayText handler) we call it without checking and we just check the return value once.
2010-11-22call-settings: Fix style issuesDenis Kenzior1-3/+9
2010-11-22call-settings: fix CLIR Invocation and SuppressionDenis Kenzior1-2/+2
According to 22.030 the *31# version is used to suppress CLIR and #31# version is used to invoke CLIR.
2010-11-22modem: Don't notify online watches the first timeDenis Kenzior1-2/+2
We should not notify the online watches when we enter the OFFLINE state for the first time. We should only do so when we go from ONLINE state into the OFFLINE state.
2010-11-22modem: Miscellaneous style fixesDenis Kenzior2-9/+11
2010-11-22modem: add modem online-offline watchAndras Domokos2-0/+54
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan20-56/+56
2010-11-22simutil: coding style fixes - rule M6Jeevaka Badrappan1-1/+1
2010-11-22simfs: coding style fixes - rule M6Jeevaka Badrappan1-1/+1