Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-22 | stk: Remove reference to positive EINVAL | Denis Kenzior | 1 | -3/+6 | |
Move it to the original call where it belongs | |||||
2010-10-22 | stk: Handle the Send DTMF proactive command | Andrzej Zaborowski | 1 | -1/+142 | |
The default_agent_notify and session_agent_notify changes below are needed for respond_on_exit commands to be able to free up their resources, reset alpha id, etc. Commands other than Send DTMF that use respond_on_exit are all associated with a agent method call and get notified about agent exit in the callback. | |||||
2010-10-22 | voicecall: __ofono_voicecall_tone_send internal api | Andrzej Zaborowski | 2 | -32/+243 | |
This provides a way for other atoms to send DTMF tones during a call. It is assumed that vc->driver->send_tone returns only after the tones have finished being emitted. In this version Dbus DTMF requests are in the same queue as STK requests. | |||||
2010-10-22 | simfs: Fix issue with check_cached | Denis Kenzior | 1 | -4/+4 | |
The only_info logic was inverted, causing us to always read from the modem. | |||||
2010-10-22 | sim: Pass dbus types | Denis Kenzior | 1 | -2/+3 | |
Can't really assume they're the same as glib types | |||||
2010-10-22 | sim: Get rid of unneeded empty line | Denis Kenzior | 1 | -1/+0 | |
2010-10-22 | sim: Break out common FDN property signaling | Denis Kenzior | 1 | -20/+17 | |
2010-10-22 | simfs: Use errno for simfs errors | Denis Kenzior | 1 | -12/+18 | |
2010-10-22 | simfs: No need to set these variables | Denis Kenzior | 1 | -2/+0 | |
2010-10-22 | sim: check existence of imsi-code | Petteri Tikander | 1 | -1/+1 | |
For instance: when handling sim_get_properties in PRE_SIM-state imsi is not received/stored. | |||||
2010-10-22 | sim: check if Fixed Dial is enabled in SIM-card | Petteri Tikander | 1 | -0/+68 | |
If SIM-card is inserted, status is checked from EFsst (is FDN activated) and EFadn (is ADN invalidated). If USIM-card is inserted, status is checked from EFest (is FDN activated). If FD is enabled, halt SIM initialization procedure. New property (FixedDialing) is added. If FD is enabled, this has been signalled via DBUS. | |||||
2010-10-22 | simfs: retrieve only EF-info without EF-contents | Petteri Tikander | 2 | -3/+69 | |
2010-10-21 | modem: add debugs to monitor modem state changes | Petteri Tikander | 1 | -0/+4 | |
2010-10-21 | netreg: Allow strength notifys at all times | Aki Niemi | 1 | -8/+0 | |
2010-10-21 | radio settings: Fix string to enum mapping | Aki Niemi | 1 | -4/+4 | |
2010-10-20 | stk: Support send ss response | Yang Gu | 1 | -0/+2 | |
2010-10-20 | stkutil: Add enum for additional error cause info | Yang Gu | 1 | -0/+22 | |
For terminal and supplementary services | |||||
2010-10-20 | radio-settings: Get rid of unneeded casts | Denis Kenzior | 1 | -18/+22 | |
2010-10-20 | radio-settings: Fixup various style issues | Denis Kenzior | 1 | -13/+14 | |
2010-10-19 | sim: Read EFust and EFest after phase is known | Denis Kenzior | 1 | -11/+10 | |
2010-10-19 | simfs: Don't cache if phase is unknown | Denis Kenzior | 1 | -1/+4 | |
2010-10-19 | sim: Fix setting the correct phase from EFphase | Denis Kenzior | 1 | -3/+18 | |
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 |