Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2010-11-05 | sim: Check both EFust and EFest for FDN & BDN | Denis Kenzior | 1 | -4/+9 | |
We were checking EFest only for whether BDN and FDN were enabled. According to 31.102 Section 5.3.2 we should be checking both EFust (availability of the service) and EFest (whether it is enabled) | |||||
2010-11-05 | sim: Don't read EFest if the file is not available | Denis Kenzior | 1 | -4/+12 | |
2010-11-05 | sim: use mask for check of sim file status | Guillaume Lucas | 1 | -2/+2 | |
It is the first bit of the sim file status who indicates if a file is valid or not. So a mask must be used to check this. | |||||
2010-11-04 | smsutil: Use entire range of ref / port addresses | Denis Kenzior | 1 | -12/+12 | |
2010-11-04 | sms: Call the txq_submit queued callback | Denis Kenzior | 1 | -0/+3 | |
2010-11-04 | sms: Separate history from dbus flags in txq_submit | Denis Kenzior | 2 | -11/+19 | |
2010-11-04 | sms: Refactor __ofono_sms_txq_submit | Denis Kenzior | 3 | -64/+93 | |
2010-11-04 | sms: Add __ofono_sms_message_path_from_uuid | Denis Kenzior | 2 | -10/+13 | |
2010-11-04 | sms: add __ofono_sms_get_next_ref | Denis Kenzior | 2 | -0/+7 | |
2010-11-02 | smsutil: Remove traces of ref_offset variable | Denis Kenzior | 1 | -6/+2 | |
2010-11-02 | sms: Fix unused variable warning | Denis Kenzior | 1 | -1/+0 | |
2010-11-02 | ofono.conf: Punch hole for SmartMessagingAgent | Denis Kenzior | 1 | -0/+1 | |
2010-11-02 | smsutil: Add sms_datagram_prepare | Denis Kenzior | 2 | -0/+136 | |
2010-11-02 | sms: Update to the new smsutil api | Denis Kenzior | 1 | -29/+3 | |
2010-11-02 | smsutil: Get rid of ref_offset in sms_text_prepare | Denis Kenzior | 2 | -13/+5 | |
The reason for this parameter has ceased to exist quite a while ago. Namely when the API allowed multiple SMS recipients. We prepared a single set of segments and then reset the to address and reference. We no longer allow multiple recipients and none of this is now needed. | |||||
2010-11-02 | sms: Don't crash when encoding fails | Denis Kenzior | 1 | -1/+5 | |
2010-11-02 | smsutil: Additional sanity checks for decode_scts | Denis Kenzior | 1 | -0/+21 | |
2010-11-02 | ofono.conf: Punch hole for PushNotificationAgent | Denis Kenzior | 1 | -0/+1 | |
2010-11-02 | sms: Minor style fix | Denis Kenzior | 1 | -3/+3 | |
2010-11-02 | sms: Left shift 8-bit ports by 16 | Denis Kenzior | 1 | -2/+2 | |
These are less commonly used so make them not interfere with 16 bit ports | |||||
2010-11-02 | smsagent: Add smsagent implementation | Denis Kenzior | 2 | -0/+368 | |
Based on the patches by Aki Niemi | |||||
2010-11-01 | main: add capabilities for phonet | Mika Liljeberg | 1 | -1/+2 | |
Phonet sockets require CAP_SYS_ADMIN and SO_BINDTODEVICE socket option requires CAP_NET_RAW. | |||||
2010-10-28 | stk: Handle Send SS in handled_notify | Denis Kenzior | 1 | -0/+5 | |
2010-10-27 | radio-settings: Don't check for cached | Denis Kenzior | 1 | -2/+1 | |
Checking for this flag does not have the desired effect, or rather it has other side-effects (e.g. setting the property twice before GetProperties). oFono discourages spurious signal emission. | |||||
2010-10-27 | radio-settings: Add extra newlines | Denis Kenzior | 1 | -0/+11 | |
To be compliant with the coding style | |||||
2010-10-27 | radio settings: add FastDormancy property | Mika Liljeberg | 1 | -6/+108 | |
2010-10-28 | Fix string array memory leaks during plugin loading | Johan Hedberg | 1 | -0/+3 | |
2010-10-27 | gprs-context: Replace TYPE_INVALID with TYPE_ANY | Denis Kenzior | 1 | -26/+27 | |
2010-10-27 | stk: Remove ofono_stk_terminal_response_sent_notify | Denis Kenzior | 1 | -7/+11 | |
Not needed for now. We can always put this back in later if need be. | |||||
2010-10-27 | stk: Handle more commands in handled_notify | Andrzej Zaborowski | 1 | -0/+27 | |
2010-10-27 | gprs: Use common function for default name of default Internet context | Marcel Holtmann | 1 | -1/+7 | |
2010-10-27 | gprs-context: add IMS connection type | Pekka Pessi | 1 | -0/+6 | |
2010-10-27 | gprs: Add host route to the configured MMS proxy | Marcel Holtmann | 1 | -2/+109 | |
2010-10-27 | gprs: Set IP address for GPRS contexts of type MMS | Marcel Holtmann | 1 | -0/+49 | |