Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-27 | gprs: Add support for exposing proxy information for MMS context | Marcel Holtmann | 1 | -3/+20 | |
2010-10-27 | gprs: Add support for selecting GPRS context drivers based on types | Marcel Holtmann | 1 | -4/+14 | |
2010-10-27 | main: Enable active capability dropping | Marcel Holtmann | 1 | -0/+4 | |
2010-10-27 | gprs: Add flag to track usage of GPRS context drivers | Marcel Holtmann | 1 | -2/+10 | |
2010-10-27 | gprs: Extract GPRS context assignment into separate function | Marcel Holtmann | 1 | -12/+21 | |
2010-10-27 | gprs: Add support for setting GPRS context type | Marcel Holtmann | 1 | -2/+11 | |
2010-10-27 | gprs: Make GPRS context type a public enum | Marcel Holtmann | 1 | -34/+31 | |
2010-10-27 | gprs: Load stored MMS Proxy and MMSC settings | Marcel Holtmann | 1 | -12/+30 | |
2010-10-26 | gprs: Use better default name for context creation | Marcel Holtmann | 1 | -1/+20 | |
2010-10-26 | gprs: Add support for storing MMS Proxy and MMSC settings | Marcel Holtmann | 1 | -0/+91 | |
2010-10-26 | gprs: Assign GPRS atom to GPRS context atom | Marcel Holtmann | 1 | -0/+5 | |
If the GPRS atom is not assigned to the GPRS context atom, then possible network triggered activation crashes. | |||||
2010-10-25 | stk: Default to general beep if no tone is provided | Denis Kenzior | 1 | -1/+1 | |
According to section 6.6.5 of 102.223 | |||||
2010-10-25 | stk: Handle the Play Tone proactive command. | Andrzej Zaborowski | 1 | -0/+131 | |
2010-10-25 | stk: Add duration_to_msecs to reduce duplication. | Andrzej Zaborowski | 1 | -35/+26 | |
2010-10-25 | voicecall: Limit tone string length per request. | Andrzej Zaborowski | 1 | -7/+10 | |
Also change to avoid memcpying into a buffer. | |||||
2010-10-25 | gprs: Return busy if ops are potentially colliding | Denis Kenzior | 1 | -0/+19 | |
2010-10-25 | gprs: Implement DeactivateAll() | Denis Kenzior | 1 | -1/+59 | |
2010-10-25 | manager: Don't show modems which are not registered | Denis Kenzior | 1 | -0/+3 | |
2010-10-25 | modem: Add ofono_modem_is_registered | Denis Kenzior | 1 | -0/+11 | |
2010-10-25 | gprs: Support multiple active contexts | Denis Kenzior | 1 | -41/+42 | |
2010-10-25 | sim: Fix minor style issue | Denis Kenzior | 1 | -0/+1 | |
2010-10-25 | sim: add barred dialing support | Jeevaka Badrappan | 1 | -8/+79 | |
2010-10-25 | simutil: add Efbdn fileid to sim_fileid enum | Jeevaka Badrappan | 1 | -0/+1 | |
2010-10-24 | gprs: Handle failure of GPRS context atom drivers | Marcel Holtmann | 1 | -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-24 | simfs: Fix issue with sim_fs_op_error | Jeevaka Badrappan | 1 | -1/+4 | |
2010-10-22 | stk: Nitpick some newline issues | Denis Kenzior | 1 | -4/+5 | |
2010-10-22 | stk: Apply STK text attributes as html | Andrzej Zaborowski | 1 | -25/+123 | |
2010-10-22 | stk: use null character instead of 0 | Denis Kenzior | 1 | -2/+3 | |
Slightly better readability | |||||
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 | |