summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-10-25atmodem: Enable time zone reporting for Option modemsMarcel Holtmann1-1/+3
2010-10-24atmodem: Enable time update reporting for MBM modemsMarcel Holtmann1-6/+64
2010-10-24ifx: Detect when DLC shutdown happensMarcel Holtmann1-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-24ifx: Detect modems stuck in multiplexer modeMarcel Holtmann1-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-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-24huaweimodem: Increase NDIS setup time to 20 secondsMarcel Holtmann1-2/+2
2010-10-24mbmmodem: Check IP address with AT+CGPADDR for older modemsMarcel Holtmann1-0/+4
2010-10-23Release 0.33Marcel Holtmann2-1/+15
2010-10-23ifx: Use PPP based GPRS context if M-RAW_IP is not availableMarcel Holtmann1-4/+11
2010-10-22TODO: Mark html text task as doneDenis Kenzior2-7/+5
2010-10-22TODO: Mark Send DTMF task as doneDenis Kenzior2-7/+6
2010-10-22stk: Nitpick some newline issuesDenis Kenzior1-4/+5
2010-10-22stk: Apply STK text attributes as htmlAndrzej Zaborowski1-25/+123
2010-10-22atmodem: Delay return from send_dtmfAndrzej Zaborowski1-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-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-22TODO: Marking the FDN task as doneDenis Kenzior2-8/+8
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-22atmodem: Parse optional PLMN parameter of AT+COPS=? resultMarcel Holtmann1-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-22gisi: Use of DBG macro is not allowedMarcel Holtmann1-7/+0
2010-10-22ifxmodem: Use g_try_new0 when checking for the resultMarcel Holtmann1-1/+1
2010-10-21TODO: add ipv6cp support taskDenis Kenzior1-0/+6
2010-10-21ifxmodem: Fix compiler warnings in GPRS context driverMarcel Holtmann1-7/+6
2010-10-21ifx: Add two GPRS contexts since the modem should support itMarcel Holtmann1-4/+11
2010-10-21ifx: Use Infineon specific GPRS context driverMarcel Holtmann1-1/+1
2010-10-21ifxmodem: Add support for Infineon GPRS context setup with M-RAW_IPMarcel Holtmann1-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-21test: Add option to also enable other than the first contextMarcel Holtmann2-2/+8
2010-10-21netreg: Allow strength notifys at all timesAki Niemi1-8/+0
2010-10-21isimodem: Remove hack for notifying strengthAki Niemi1-10/+0
2010-10-21radio settings: Fix string to enum mappingAki Niemi1-4/+4
2010-10-21gisi: Add method for verifying any resourceMika Liljeberg2-6/+46
Add g_isi_verify_resource() function to GIsiClient for verifying the reachability of an arbitrary resource.
2010-10-21gisi: store object handle for associated serverMika Liljeberg3-0/+30
2010-10-21gisi: Allow subscribes towards any resourcesMika Liljeberg2-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-21gisi: make timeout optionalMika Liljeberg1-20/+31
2010-10-21gisi: Add sendto methods to GIsiClientMika Liljeberg2-11/+99
Add g_isi_vsendto() and g_isi_sendto() methods for sending messages to an arbitrary Phonet address.
2010-10-21gatchat: Fix missing return value for g_at_chat_set_slaveMarcel Holtmann1-1/+1
2010-10-21ifx: Use Infineon specific phonebook vendor quirkMarcel Holtmann1-1/+2
2010-10-21atmodem: Add support for IFX specific phonebook ready notificationMarcel Holtmann1-15/+50