Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-08 | radio-settings: Minor style fixes for rule M13 | Denis Kenzior | 1 | -3/+3 | |
2010-12-08 | radio-settings: Minor style issues | Denis Kenzior | 1 | -4/+2 | |
2010-12-08 | radio-settings: add frequency band selection props | Lucas De Marchi | 1 | -2/+248 | |
2010-12-08 | simutil: fixup style according to M11 | Denis Kenzior | 1 | -158/+158 | |
2010-12-08 | stk: Handle provide local info proactive command | Yang Gu | 1 | -0/+77 | |
2010-12-08 | smsutil: Make timezone an optional field | Yang Gu | 3 | -12/+13 | |
2010-12-07 | smsutil: Change the range of time zone | Yang Gu | 1 | -2/+9 | |
2010-12-07 | Add ofono_modem_reset() | Gustavo F. Padovan | 1 | -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-07 | modem: only unref pending if it is a powered pending | Gustavo F. Padovan | 1 | -1/+2 | |
2010-12-07 | smsutil: Minor style fix | Denis Kenzior | 1 | -1/+2 | |
2010-12-03 | voicecall: fix dial result handling | Pekka Pessi | 1 | -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-03 | network: Send strength as a byte, not uint16 | Denis Kenzior | 1 | -4/+5 | |
To be consistent with the documentation | |||||
2010-12-02 | smsutil: Fix issue in mwi dcs decoding | Jeevaka Badrappan | 1 | -1/+6 | |
2010-12-02 | gprs: Fix for gprs context conversion | Antti Paila | 1 | -1/+1 | |
2010-12-02 | smsutil: Fix uninitialized optional elements | Denis Kenzior | 1 | -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-02 | sms: Use the right union member for DCS check | Denis Kenzior | 1 | -1/+1 | |
2010-11-30 | stk: Add busy error for the display text command | Guillaume Lucas | 3 | -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-29 | sim: be more paranoid for triggering EFest read | Jeevaka Badrappan | 1 | -3/+10 | |
2010-11-29 | core: explicitly compare pointers to NULL | Lucas De Marchi | 26 | -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-29 | simutil: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-29 | simfs: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-29 | util: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-29 | stkutil: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-29 | smsutil: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-27 | simutil: Add EFcfis and EFcphs-cff file Ids | Jeevaka Badrappan | 1 | -0/+2 | |
2010-11-26 | call-volume: Minor coding style fix | Jeevaka Badrappan | 1 | -2/+1 | |
2010-11-26 | audio-settings: Remove unwanted check | Jeevaka Badrappan | 1 | -4/+1 | |
2010-11-26 | call-volume: Remove extra line at EOF | Jeevaka Badrappan | 1 | -1/+0 | |
2010-11-26 | network: Use bit as size instead of byte | Yang Gu | 1 | -2/+2 | |
2010-11-26 | core: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 3 | -4/+4 | |
2010-11-26 | call-volume: Fix dbus error message type | Jeevaka Badrappan | 1 | -3/+3 | |
2010-11-26 | ctm: fix minor style issues | Denis Kenzior | 1 | -6/+4 | |
2010-11-26 | ctm: Add initial CTM atom implementation | Lucas De Marchi | 2 | -0/+336 | |
2010-11-25 | stkutil: Minor style fixes | Denis Kenzior | 1 | -2/+2 | |
2010-11-25 | stkutil: Use sms_dcs_decode in decode_text | Guillaume Lucas | 1 | -4/+8 | |
This is a much more pedantic version that can be used to retrieve the text character set. | |||||
2010-11-25 | stk: use bigger timeout in DisplayText | Andrzej Zaborowski | 1 | -0/+3 | |
When the wait for user confirmation bit is set. | |||||
2010-11-24 | call-forwarding: skip property change data and fax | Jeevaka Badrappan | 1 | -0/+7 | |
2010-11-24 | text-telephony: add new interface to feature map | Lucas De Marchi | 1 | -0/+1 | |
2010-11-23 | common: remove redundant predicate | Rémi Denis-Courmont | 1 | -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-23 | dbus: Add __ofono_error_access_denied | Gustavo F. Padovan | 2 | -0/+7 | |
2010-11-23 | stk: Minor style fix | Denis Kenzior | 1 | -1/+1 | |
2010-11-23 | stk: Handle null Text field | Andrzej Zaborowski | 1 | -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-22 | call-settings: Fix style issues | Denis Kenzior | 1 | -3/+9 | |
2010-11-22 | call-settings: fix CLIR Invocation and Suppression | Denis Kenzior | 1 | -2/+2 | |
According to 22.030 the *31# version is used to suppress CLIR and #31# version is used to invoke CLIR. | |||||
2010-11-22 | modem: Don't notify online watches the first time | Denis Kenzior | 1 | -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-22 | modem: Miscellaneous style fixes | Denis Kenzior | 2 | -9/+11 | |
2010-11-22 | modem: add modem online-offline watch | Andras Domokos | 2 | -0/+54 | |
2010-11-22 | src: coding style fixes - rule M6 | Jeevaka Badrappan | 20 | -56/+56 | |
2010-11-22 | simutil: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -1/+1 | |
2010-11-22 | simfs: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -1/+1 | |