summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-10-25gprs: Implement DeactivateAll()Denis Kenzior1-1/+59
2010-10-25manager: Don't show modems which are not registeredDenis Kenzior1-0/+3
2010-10-25modem: Add ofono_modem_is_registeredDenis Kenzior1-0/+11
2010-10-25gprs: Support multiple active contextsDenis Kenzior1-41/+42
2010-10-25sim: Fix minor style issueDenis Kenzior1-0/+1
2010-10-25sim: add barred dialing supportJeevaka Badrappan1-8/+79
2010-10-25simutil: add Efbdn fileid to sim_fileid enumJeevaka Badrappan1-0/+1
2010-10-24gprs: Handle failure of GPRS context atom driversMarcel Holtmann1-1/+2
The GRPS context atom drivers can return an error from their probe callbacks. In that case gc->driver is NULL and will cause a crash when trying to activate a context. So check that there is actually a driver attached to that GPRS context.
2010-10-24simfs: Fix issue with sim_fs_op_errorJeevaka Badrappan1-1/+4
2010-10-22stk: Nitpick some newline issuesDenis Kenzior1-4/+5
2010-10-22stk: Apply STK text attributes as htmlAndrzej Zaborowski1-25/+123
2010-10-22stk: use null character instead of 0Denis Kenzior1-2/+3
Slightly better readability
2010-10-22stk: Remove reference to positive EINVALDenis Kenzior1-3/+6
Move it to the original call where it belongs
2010-10-22stk: Handle the Send DTMF proactive commandAndrzej Zaborowski1-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-22voicecall: __ofono_voicecall_tone_send internal apiAndrzej Zaborowski2-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-22simfs: Fix issue with check_cachedDenis Kenzior1-4/+4
The only_info logic was inverted, causing us to always read from the modem.
2010-10-22sim: Pass dbus typesDenis Kenzior1-2/+3
Can't really assume they're the same as glib types
2010-10-22sim: Get rid of unneeded empty lineDenis Kenzior1-1/+0
2010-10-22sim: Break out common FDN property signalingDenis Kenzior1-20/+17
2010-10-22simfs: Use errno for simfs errorsDenis Kenzior1-12/+18
2010-10-22simfs: No need to set these variablesDenis Kenzior1-2/+0
2010-10-22sim: check existence of imsi-codePetteri Tikander1-1/+1
For instance: when handling sim_get_properties in PRE_SIM-state imsi is not received/stored.
2010-10-22sim: check if Fixed Dial is enabled in SIM-cardPetteri Tikander1-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-22simfs: retrieve only EF-info without EF-contentsPetteri Tikander2-3/+69
2010-10-21modem: add debugs to monitor modem state changesPetteri Tikander1-0/+4
2010-10-21netreg: Allow strength notifys at all timesAki Niemi1-8/+0
2010-10-21radio settings: Fix string to enum mappingAki Niemi1-4/+4
2010-10-20stk: Support send ss responseYang Gu1-0/+2
2010-10-20stkutil: Add enum for additional error cause infoYang Gu1-0/+22
For terminal and supplementary services
2010-10-20radio-settings: Get rid of unneeded castsDenis Kenzior1-18/+22
2010-10-20radio-settings: Fixup various style issuesDenis Kenzior1-13/+14
2010-10-19sim: Read EFust and EFest after phase is knownDenis Kenzior1-11/+10
2010-10-19simfs: Don't cache if phase is unknownDenis Kenzior1-1/+4
2010-10-19sim: Fix setting the correct phase from EFphaseDenis Kenzior1-3/+18
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