Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-08 | Harden the CGREG parsing function | Denis Kenzior | 1 | -19/+21 | |
Sometimes the CGREG query and CGREG unsolicited notification get intermixed. Since they have the same prefix, GAtChat clumps them together. Make sure the parser skips the unsolicited notification. | |||||
2009-12-08 | Fix a crash during isimodem initialization | Alexander Kanavin | 1 | -4/+4 | |
2009-12-07 | Register to MBM ERINFO notification | Denis Kenzior | 1 | -0/+23 | |
This is purely for information gathering purposes | |||||
2009-12-07 | Add experimental Option tech parsing | Denis Kenzior | 1 | -0/+58 | |
Option seems to implement their own commands for network technology reporting. This is a first attempt to implement this for data gathering purposes. | |||||
2009-12-07 | Add HSO quirk to hso modem driver | Denis Kenzior | 1 | -1/+4 | |
2009-12-07 | Add support for HSO signal quality reporting | Denis Kenzior | 1 | -0/+26 | |
2009-12-07 | Add Option HSO quirk | Denis Kenzior | 1 | -0/+1 | |
2009-12-07 | Fix: Sometimes Option modems don't return info | Denis Kenzior | 1 | -17/+23 | |
When querying CGMI the Option modems sometimes just return OK, with no manufacturer information given. | |||||
2009-12-07 | Refactor: Calypso unsolicited signal strength | Denis Kenzior | 1 | -4/+9 | |
2009-12-06 | Release 0.13 | Marcel Holtmann | 2 | -1/+7 | |
2009-12-05 | Require udev-143 or later | Marcel Holtmann | 2 | -22/+1 | |
2009-12-05 | Check that signalfd() is supported | Marcel Holtmann | 1 | -0/+3 | |
2009-12-04 | Don't generate multiple g_sources, 1 is enough | Denis Kenzior | 1 | -3/+8 | |
2009-12-04 | Use signalfd for signal handling | Denis Kenzior | 1 | -32/+58 | |
2009-12-04 | Make sure to list calls in HFP voicecall driver | Denis Kenzior | 1 | -0/+18 | |
2009-12-04 | Fix release clcc_source when voicecall is removed | Zhenhua Zhang | 1 | -0/+3 | |
Release the timer to avoid invoking the callback function after voicecall driver is removed. | |||||
2009-12-04 | Add hfp_send_dtmf to send tones for hfpmodem | Zhenhua Zhang | 1 | -1/+40 | |
2009-12-04 | Optimize: call list signal emission | Denis Kenzior | 1 | -9/+0 | |
2009-12-04 | Refactor: Run CLCC when initializing | Denis Kenzior | 1 | -56/+9 | |
When voicecall atom is initialized, we should run a CLCC query to populate our call list. This also notifies the core of the new calls | |||||
2009-12-04 | Update atmodem voicecall driver to new world order | Denis Kenzior | 1 | -9/+7 | |
2009-12-04 | Fix: Style | Denis Kenzior | 1 | -2/+1 | |
2009-12-04 | Update HFP voicecall driver to new world order | Denis Kenzior | 1 | -10/+7 | |
2009-12-04 | Remove: at_util callid APIs are no longer necessary | Denis Kenzior | 2 | -22/+0 | |
2009-12-04 | Update voicecall atom to use new callid api | Denis Kenzior | 1 | -9/+7 | |
2009-12-04 | Get rid of list_calls in hfp driver | Denis Kenzior | 1 | -1/+0 | |
2009-12-04 | Get rid of list_calls in calypso driver | Denis Kenzior | 1 | -1/+0 | |
2009-12-04 | Get rid of list_calls in isi driver | Denis Kenzior | 1 | -16/+0 | |
2009-12-04 | Add utility to get the next free call id | Denis Kenzior | 2 | -0/+12 | |
2009-12-04 | Refactor: call id allocation / release | Denis Kenzior | 2 | -5/+10 | |
2009-12-04 | Refactor: Remove list_calls from voicecall driver | Denis Kenzior | 1 | -2/+0 | |
2009-12-03 | Mention Martin's contributions | Marcel Holtmann | 1 | -0/+1 | |
2009-12-03 | Allow builds to install the test scripts for debugging | Martin Xu | 3 | -2/+12 | |
2009-12-03 | Fix: Exit right away | Denis Kenzior | 1 | -0/+3 | |
If no plugin needs to run the eventloop to shutdown cleanly, exit right away. | |||||
2009-12-03 | Add unit test for max message size encoding | Denis Kenzior | 1 | -0/+61 | |
2009-12-02 | Fix: Be a bit more signal-handler safe | Denis Kenzior | 1 | -5/+12 | |
2009-12-02 | Fix: Paste error | Denis Kenzior | 1 | -2/+0 | |
2009-12-02 | When SIGTERM is received, run the event loop | Denis Kenzior | 3 | -13/+71 | |
This feature will continue running the event loop for another 10 seconds or so or until all the modems have been shut down. This will allow the modem drivers to properly shutdown their respective devices. | |||||
2009-12-02 | Fix: Convert PalmPre plugin to new world order | Denis Kenzior | 1 | -0/+4 | |
2009-12-02 | Fix: Convert Novatel plugin to new world order | Denis Kenzior | 1 | -0/+3 | |
2009-12-02 | Fix: Convert MBM plugin to new world order | Denis Kenzior | 1 | -0/+3 | |
2009-12-02 | Fix: Convert Huawei plugin to new world order | Denis Kenzior | 1 | -0/+3 | |
2009-12-02 | Fix: Convert HSO plugin to new world order | Denis Kenzior | 1 | -4/+8 | |
2009-12-02 | Fix: Convert G1 plugin to new world order | Denis Kenzior | 1 | -0/+9 | |
2009-12-02 | Refactor: Set powered to false if disable timedout | Denis Kenzior | 1 | -1/+12 | |
2009-12-02 | Add g_at_chat_unregister_all function | Denis Kenzior | 2 | -0/+29 | |
2009-12-02 | Fix: unregister modem when unregistering driver | Denis Kenzior | 1 | -0/+12 | |
2009-12-02 | Refactor: modem de-registration | Denis Kenzior | 1 | -9/+3 | |
2009-12-02 | Fix: Remove all atoms when attempting to power off | Denis Kenzior | 1 | -9/+9 | |
The current behavior is to remove atoms when the modem has powered off successfully. The modem driver must now take special precautions to cancel all pending actions of the atom drivers, since they would have been destroyed. | |||||
2009-12-02 | Add: g_at_chat_cancel_all function | Denis Kenzior | 2 | -0/+28 | |
This will cancel all commands currently queued. | |||||
2009-12-02 | Fix: Sometimes it is possible to cancel first cmd | Denis Kenzior | 1 | -1/+2 | |
Commands on the head of the queue can be canceled if none of its bytes have actually been written to the modem. This is tracked by cmd_bytes_written variable. |