Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-11-22 | stkutil: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -10/+10 | |
2010-11-22 | smsutil: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -19/+19 | |
2010-11-22 | util: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -3/+3 | |
2010-11-19 | modem: Fix small coding style issue | Marcel Holtmann | 1 | -1/+1 | |
2010-11-17 | util: Remove extra tab | Jeevaka Badrappan | 1 | -1/+1 | |
2010-11-17 | modem: Fix up doc typo | Denis Kenzior | 1 | -2/+1 | |
2010-11-15 | Simplify ofono_modem_set_powered() logic | Gustavo F. Padovan | 1 | -22/+25 | |
2010-11-10 | sms: Fix up comment style and wording | Denis Kenzior | 1 | -3/+6 | |
2010-11-10 | cbs: Minor style fixes | Denis Kenzior | 1 | -2/+3 | |
2010-11-10 | cbs: CBS-PP download must be enabled in sst / est | Andrzej Zaborowski | 1 | -0/+13 | |
2010-11-10 | sms: SMS-PP download must be enabled in sst / est | Andrzej Zaborowski | 1 | -0/+13 | |
2010-11-10 | sim: Add sim_service_available() | Andrzej Zaborowski | 2 | -0/+20 | |
This is meant to query EFsst or EFust. The function is not public api because the service constants are in src/simutil.h. | |||||
2010-11-08 | sms: Handle "USIM Download" SMS type. | Andrzej Zaborowski | 1 | -5/+16 | |
2010-11-08 | stk: API for SMS Point-to-Point download to UICC | Andrzej Zaborowski | 2 | -0/+47 | |
The callback returns the TP-User-Data element content of the RP-ACK or RP-ERROR message, returned by the UICC. | |||||
2010-11-08 | gprs: NULL-safe ofono_gprs_context_remove() | Pekka Pessi | 1 | -0/+3 | |
Check for NULL in one place. | |||||
2010-11-08 | dbus: Use OFONO_ERROR_INTERFACE define | Gustavo F. Padovan | 1 | -16/+16 | |
Instead of the legacy DBUS_GSM_ERROR_INTERFACE. The new name is more generic, which make more sense. |