Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-25 | atmodem: Enable time zone reporting for Option modems | Marcel Holtmann | 1 | -1/+3 | |
2010-10-24 | atmodem: Enable time update reporting for MBM modems | Marcel Holtmann | 1 | -6/+64 | |
2010-10-24 | ifx: Detect when DLC shutdown happens | Marcel Holtmann | 1 | -24/+39 | |
In case one of the DLCs shuts down, the system has an undefined state and thus just shutdown the whole device. | |||||
2010-10-24 | ifx: Detect modems stuck in multiplexer mode | Marcel Holtmann | 1 | -0/+29 | |
When the initial AT commands on the master device don't respond, then the modem is stuck in multiplexer mode. For now just report an error. | |||||
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-24 | huaweimodem: Increase NDIS setup time to 20 seconds | Marcel Holtmann | 1 | -2/+2 | |
2010-10-24 | mbmmodem: Check IP address with AT+CGPADDR for older modems | Marcel Holtmann | 1 | -0/+4 | |
2010-10-23 | Release 0.33 | Marcel Holtmann | 2 | -1/+15 | |
2010-10-23 | ifx: Use PPP based GPRS context if M-RAW_IP is not available | Marcel Holtmann | 1 | -4/+11 | |
2010-10-22 | TODO: Mark html text task as done | Denis Kenzior | 2 | -7/+5 | |
2010-10-22 | TODO: Mark Send DTMF task as done | Denis Kenzior | 2 | -7/+6 | |
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 | atmodem: Delay return from send_dtmf | Andrzej Zaborowski | 1 | -2/+61 | |
AT+VTS responds with an OK immediately, so add a wait in the driver before returning so that core knows when the tone has finished. Note that some modems actually do wait against 27.007, and other modems use a manufacturer specific AT command and the drivers will need to handle accordingly. | |||||
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 | TODO: Marking the FDN task as done | Denis Kenzior | 2 | -8/+8 | |
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-22 | atmodem: Parse optional PLMN parameter of AT+COPS=? result | Marcel Holtmann | 1 | -1/+4 | |
The Infineon modem adds an optional <plmn_list> parameter after the access technology parameter <AcT>. It is not always present, but when present it makes the operator listing fail. +COPS: (2,"T-Mobile D","TMO D","26201",0,0),(3,"E-Plus","E-Plus","26203",0,),(3,"Vodafone.de","Vodafone.de","26202",0,),(3,"o2 - de","o2 - de","26207",0,) Not all networks have this parameter and maybe only the home network has it anyway. And so far this feature seems to be Infineon specific, but just in case, parse the parameter if present to make sure the operator listing is available. | |||||
2010-10-22 | gisi: Use of DBG macro is not allowed | Marcel Holtmann | 1 | -7/+0 | |
2010-10-22 | ifxmodem: Use g_try_new0 when checking for the result | Marcel Holtmann | 1 | -1/+1 | |
2010-10-21 | TODO: add ipv6cp support task | Denis Kenzior | 1 | -0/+6 | |
2010-10-21 | ifxmodem: Fix compiler warnings in GPRS context driver | Marcel Holtmann | 1 | -7/+6 | |
2010-10-21 | ifx: Add two GPRS contexts since the modem should support it | Marcel Holtmann | 1 | -4/+11 | |
2010-10-21 | ifx: Use Infineon specific GPRS context driver | Marcel Holtmann | 1 | -1/+1 | |
2010-10-21 | ifxmodem: Add support for Infineon GPRS context setup with M-RAW_IP | Marcel Holtmann | 1 | -0/+418 | |
This patch adds support for setting up a GPRS context and then switching it into M-RAW_IP mode. The handling of the M-RAW_IP data stream is not yet implemented. | |||||
2010-10-21 | test: Add option to also enable other than the first context | Marcel Holtmann | 2 | -2/+8 | |
2010-10-21 | netreg: Allow strength notifys at all times | Aki Niemi | 1 | -8/+0 | |
2010-10-21 | isimodem: Remove hack for notifying strength | Aki Niemi | 1 | -10/+0 | |
2010-10-21 | radio settings: Fix string to enum mapping | Aki Niemi | 1 | -4/+4 | |
2010-10-21 | gisi: Add method for verifying any resource | Mika Liljeberg | 2 | -6/+46 | |
Add g_isi_verify_resource() function to GIsiClient for verifying the reachability of an arbitrary resource. | |||||
2010-10-21 | gisi: store object handle for associated server | Mika Liljeberg | 3 | -0/+30 | |
2010-10-21 | gisi: Allow subscribes towards any resources | Mika Liljeberg | 2 | -79/+153 | |
Add methods to subscribe indications from an arbitrary resource. Configured resource id is treated as the default. Also added separate commit function for resource subscriptions in order to reduce the number of subscription messages sent to the modem. | |||||
2010-10-21 | gisi: make timeout optional | Mika Liljeberg | 1 | -20/+31 | |
2010-10-21 | gisi: Add sendto methods to GIsiClient | Mika Liljeberg | 2 | -11/+99 | |
Add g_isi_vsendto() and g_isi_sendto() methods for sending messages to an arbitrary Phonet address. | |||||
2010-10-21 | gatchat: Fix missing return value for g_at_chat_set_slave | Marcel Holtmann | 1 | -1/+1 | |
2010-10-21 | ifx: Use Infineon specific phonebook vendor quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-10-21 | atmodem: Add support for IFX specific phonebook ready notification | Marcel Holtmann | 1 | -15/+50 | |