summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-10-19common: Fix mmi code to bearer class mappingsDenis Kenzior1-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-15common: Update the basic services in commentsDenis Kenzior1-5/+5
2010-10-15sim: Fix crash on sim re-insertionDenis Kenzior1-5/+5
2010-10-15simfs: Make compileDenis Kenzior1-1/+3
2010-10-15simutil: Remove unneeded enumDenis Kenzior1-1/+0
2010-10-15simutil: response-handler returns now also file-statusPetteri Tikander2-2/+13
2010-10-14Fix style problemAki Niemi1-1/+1
2010-10-14sms: Implement text and datagram watchAki Niemi2-17/+171
Allow setting a watch for incoming text and datagram messages on the sms atom.
2010-10-14simutil: add ID of EFadnPetteri Tikander1-0/+1
2010-10-14stk: Add a debug to print the handled command typeDenis Kenzior1-0/+2
2010-10-14API for STK driver to signal executed commandsAndrzej Zaborowski1-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-14stkagent: Add PlayTone and LoopTone requestsAndrzej Zaborowski2-0/+107
2010-10-14stk: Simplify and add icon to alphaId apiAndrzej Zaborowski1-18/+7
The assumption is now that stk_alpha_id_set will handle NULL or empty alphaIds or icons.
2010-10-14stk: Make the stk properties not optionalDenis Kenzior1-30/+21
2010-10-14stkagent: Handle NULL items in append_menu_itemsDenis Kenzior1-1/+2
2010-10-14stk: IdleModeIcon and MainMenuIcon propertiesAndrzej Zaborowski1-0/+23
2010-10-14stk: Rename sms_submit_req to extern_reqAndrzej Zaborowski1-8/+13
2010-10-14stk: Reflow stk_menu_create slightlyDenis Kenzior1-7/+8
2010-10-14stk: Add icon ID information in stk_menuAndrzej Zaborowski3-5/+24
2010-10-14stk: Pass icon IDs in stk agent request parametersAndrzej Zaborowski3-44/+55
2010-10-13sim: Refactor iidf readingDenis Kenzior1-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-13sim: Use ay return signature for GetIconDenis Kenzior1-6/+16
2010-10-13simfs: Also clean out image filesDenis Kenzior1-1/+33
When cleaning cache
2010-10-13simfs: Fix the number of bytes copiedDenis Kenzior1-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-13simfs: Add some debug statementsDenis Kenzior1-0/+6
2010-10-13simfs: Move buffer back to the op structureDenis Kenzior1-16/+14
This was causing problems when multiple sim writes were being issued (and thus bug #8265).
2010-10-13simfs: Reflow to get rid of unnecessary labelDenis Kenzior1-10/+5
2010-10-13sim: Use g_dbus_create_replyDenis Kenzior1-5/+4
Instead of compound statements
2010-10-13sim: Don't re-check for id != 0Denis Kenzior1-9/+1
We already check the id is valid in the get_icon function, there's no reason to re-check it.
2010-10-13simutil: add file type for EFimgKristen Carlson Accardi1-0/+1
2010-10-13sim: implement GetIconKristen Carlson Accardi1-0/+187
2010-10-13simfs: Group lines logicallyDenis Kenzior1-3/+0
2010-10-13simfs: If buffer alloc fails, error outDenis Kenzior1-1/+5
2010-10-13simfs: Don't try to read image cache imsi is nullDenis Kenzior1-1/+3
2010-10-13simfs: Make image cache logic a bit easier to readDenis Kenzior1-5/+6
2010-10-13simfs: cache imagesKristen Carlson Accardi2-0/+66
2010-10-10voicecall: check g_try_new0 return valuePekka Pessi1-0/+3
2010-10-10voicecall: remove dial_request_finish() cb paramPekka Pessi1-9/+9
There is no need for callback param anymore.
2010-10-10voicecall: Check dial requests in voicecall_is_busyPekka Pessi1-7/+2
Return true if a call is being dialed by stk. Use __ofono_voicecall_is_busy() in __ofono_voicecall_dial().
2010-10-10ussd: pass call_in_progress to valid_ussd_stringPekka Pessi1-1/+13
Query the voicecall atom whether a call is in progress and pass this information along to valid_ussd_string.
2010-10-10common: fixup logic of valid_ussd_string()Pekka Pessi3-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-07Fix COLR typoAlexander Kanavin1-1/+1
2010-10-07Fix typo in SS enum to string conversionAlexander Kanavin1-1/+1
2010-10-06ussd: check g_try_new0 return valuePekka Pessi1-0/+3
2010-10-05sms: fix type errorPekka Pessi1-1/+1
2010-10-04Support -p and -P options with list of pluginsPekka Pessi2-13/+29
2010-10-02stk: Additional info for failed Send USSD caseJeevaka Badrappan1-1/+8
2010-10-02build: Add support for systemd configurationMarcel Holtmann1-4/+11
2010-10-02build: Add D-Bus service autostart supportMarcel Holtmann1-0/+4
2010-10-01audio: Add helper to get modem information from audio settingsMarcel Holtmann1-0/+5