Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-19 | common: Fix mmi code to bearer class mappings | Denis Kenzior | 1 | -5/+17 | |
MMI services 22, 21, 20 and 26 were mapped incorrectly. See the comment in the code for more information and the thread 'Call Barring and MMI Supplementary Service codes' on the oFono mailing list. | |||||
2010-10-15 | common: Update the basic services in comments | Denis Kenzior | 1 | -5/+5 | |
2010-10-15 | sim: Fix crash on sim re-insertion | Denis Kenzior | 1 | -5/+5 | |
2010-10-15 | simfs: Make compile | Denis Kenzior | 1 | -1/+3 | |
2010-10-15 | simutil: Remove unneeded enum | Denis Kenzior | 1 | -1/+0 | |
2010-10-15 | simutil: response-handler returns now also file-status | Petteri Tikander | 2 | -2/+13 | |
2010-10-14 | Fix style problem | Aki Niemi | 1 | -1/+1 | |
2010-10-14 | sms: Implement text and datagram watch | Aki Niemi | 2 | -17/+171 | |
Allow setting a watch for incoming text and datagram messages on the sms atom. | |||||
2010-10-14 | simutil: add ID of EFadn | Petteri Tikander | 1 | -0/+1 | |
2010-10-14 | stk: Add a debug to print the handled command type | Denis Kenzior | 1 | -0/+2 | |
2010-10-14 | API for STK driver to signal executed commands | Andrzej Zaborowski | 1 | -0/+38 | |
Some modems are able to handle some proactive commands in their firmware or otherwise, if the command doesn't require input from user. Nevertheles ofono may need to update internal state or notify the user where necessary. With this api the driver can notify core that a command is being executed in the modem or that a command is finished executing and the TERMINAL RESPONSE has been sent to SIM. It would also be possible for a driver to handle a command. | |||||
2010-10-14 | stkagent: Add PlayTone and LoopTone requests | Andrzej Zaborowski | 2 | -0/+107 | |
2010-10-14 | stk: Simplify and add icon to alphaId api | Andrzej Zaborowski | 1 | -18/+7 | |
The assumption is now that stk_alpha_id_set will handle NULL or empty alphaIds or icons. | |||||
2010-10-14 | stk: Make the stk properties not optional | Denis Kenzior | 1 | -30/+21 | |
2010-10-14 | stkagent: Handle NULL items in append_menu_items | Denis Kenzior | 1 | -1/+2 | |
2010-10-14 | stk: IdleModeIcon and MainMenuIcon properties | Andrzej Zaborowski | 1 | -0/+23 | |
2010-10-14 | stk: Rename sms_submit_req to extern_req | Andrzej Zaborowski | 1 | -8/+13 | |
2010-10-14 | stk: Reflow stk_menu_create slightly | Denis Kenzior | 1 | -7/+8 | |
2010-10-14 | stk: Add icon ID information in stk_menu | Andrzej Zaborowski | 3 | -5/+24 | |
2010-10-14 | stk: Pass icon IDs in stk agent request parameters | Andrzej Zaborowski | 3 | -44/+55 | |
2010-10-13 | sim: Refactor iidf reading | Denis Kenzior | 1 | -90/+90 | |
Get rid of image_data since it can lead to potential memory leaks when sim is removed while the IIDF operations are in progress. | |||||
2010-10-13 | sim: Use ay return signature for GetIcon | Denis Kenzior | 1 | -6/+16 | |
2010-10-13 | simfs: Also clean out image files | Denis Kenzior | 1 | -1/+33 | |
When cleaning cache | |||||
2010-10-13 | simfs: Fix the number of bytes copied | Denis Kenzior | 1 | -4/+5 | |
In block reading operations we read too much when the number of bytes to read is smaller than the size of the file. | |||||
2010-10-13 | simfs: Add some debug statements | Denis Kenzior | 1 | -0/+6 | |
2010-10-13 | simfs: Move buffer back to the op structure | Denis Kenzior | 1 | -16/+14 | |
This was causing problems when multiple sim writes were being issued (and thus bug #8265). | |||||
2010-10-13 | simfs: Reflow to get rid of unnecessary label | Denis Kenzior | 1 | -10/+5 | |
2010-10-13 | sim: Use g_dbus_create_reply | Denis Kenzior | 1 | -5/+4 | |
Instead of compound statements | |||||
2010-10-13 | sim: Don't re-check for id != 0 | Denis Kenzior | 1 | -9/+1 | |
We already check the id is valid in the get_icon function, there's no reason to re-check it. | |||||
2010-10-13 | simutil: add file type for EFimg | Kristen Carlson Accardi | 1 | -0/+1 | |
2010-10-13 | sim: implement GetIcon | Kristen Carlson Accardi | 1 | -0/+187 | |
2010-10-13 | simfs: Group lines logically | Denis Kenzior | 1 | -3/+0 | |
2010-10-13 | simfs: If buffer alloc fails, error out | Denis Kenzior | 1 | -1/+5 | |
2010-10-13 | simfs: Don't try to read image cache imsi is null | Denis Kenzior | 1 | -1/+3 | |
2010-10-13 | simfs: Make image cache logic a bit easier to read | Denis Kenzior | 1 | -5/+6 | |
2010-10-13 | simfs: cache images | Kristen Carlson Accardi | 2 | -0/+66 | |
2010-10-10 | voicecall: check g_try_new0 return value | Pekka Pessi | 1 | -0/+3 | |
2010-10-10 | voicecall: remove dial_request_finish() cb param | Pekka Pessi | 1 | -9/+9 | |
There is no need for callback param anymore. | |||||
2010-10-10 | voicecall: Check dial requests in voicecall_is_busy | Pekka Pessi | 1 | -7/+2 | |
Return true if a call is being dialed by stk. Use __ofono_voicecall_is_busy() in __ofono_voicecall_dial(). | |||||
2010-10-10 | ussd: pass call_in_progress to valid_ussd_string | Pekka Pessi | 1 | -1/+13 | |
Query the voicecall atom whether a call is in progress and pass this information along to valid_ussd_string. | |||||
2010-10-10 | common: fixup logic of valid_ussd_string() | Pekka Pessi | 3 | -27/+21 | |
The logic of valid_ussd_string was not quite correct as it didn't take care of size 1 USSD strings. In addition, call_in_progress parameter is passed in to take care of size 2 USSD strings which might start with a '1' according to the rules of 22.030. The comment about USSD routing is removed, it is out of scope of oFono. The cellular network routes the USSD requests based on the rules laid out in the 22.090, however, any string that can be encoded according to the rules of 23.030 is valid USSD. | |||||
2010-10-07 | Fix COLR typo | Alexander Kanavin | 1 | -1/+1 | |
2010-10-07 | Fix typo in SS enum to string conversion | Alexander Kanavin | 1 | -1/+1 | |
2010-10-06 | ussd: check g_try_new0 return value | Pekka Pessi | 1 | -0/+3 | |
2010-10-05 | sms: fix type error | Pekka Pessi | 1 | -1/+1 | |
2010-10-04 | Support -p and -P options with list of plugins | Pekka Pessi | 2 | -13/+29 | |
2010-10-02 | stk: Additional info for failed Send USSD case | Jeevaka Badrappan | 1 | -1/+8 | |
2010-10-02 | build: Add support for systemd configuration | Marcel Holtmann | 1 | -4/+11 | |
2010-10-02 | build: Add D-Bus service autostart support | Marcel Holtmann | 1 | -0/+4 | |
2010-10-01 | audio: Add helper to get modem information from audio settings | Marcel Holtmann | 1 | -0/+5 | |