Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-12 | atmodem: Update parse_clcc utility function | Denis Kenzior | 1 | -1/+8 | |
2012-04-18 | atutil: Add destroy notify to sim_state_query | Guillaume Zajac | 1 | -1/+7 | |
2012-02-27 | atutil: Ignore invalid CLCC results | Denis Kenzior | 1 | -0/+6 | |
Some phones report CLCC calls with out-of-range info. E.g. call index being 0 (it is 1 based according to 27.007) and call states being reported as '6' (valid call states are 0-5.) | |||||
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-08-03 | atmodem: The ZTE dongles send LAC and CI as unquoted strings | Marcel Holtmann | 1 | -0/+3 | |
2011-08-03 | atmodem: The Speedup dongles send LAC and CI as unquoted strings | Marcel Holtmann | 1 | -0/+3 | |
2011-08-03 | atutil: Handle empty SIM state polling request gracefully | Marcel Holtmann | 1 | -0/+3 | |
2011-07-22 | atmodem: Implement generic CPIN polling | Denis Kenzior | 1 | -0/+102 | |
2011-02-01 | atmodem: use ofono_call initializer | Lucas De Marchi | 1 | -1/+3 | |
2011-01-22 | atmodem: The Gobi devices have CI and LAC as unqouted strings | Marcel Holtmann | 1 | -0/+2 | |
2011-01-13 | atutil: remove unused mpty | Jeevaka Badrappan | 1 | -1/+0 | |
2011-01-12 | atutil: Break out attribute parser into atutil | Denis Kenzior | 1 | -0/+43 | |
2010-12-11 | atutil: Fix parsing of un-quoted CREG / CGREG | Denis Kenzior | 1 | -2/+17 | |
On broken hardware like the Huawei, it is possible to receive both an unsolicited and a solicited version of the CREG / CGREG within within the same response set. Skipping of the unsolicited version was not handled correctly. This attempts to fix this issue. | |||||
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -2/+1 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-09-10 | atutil: Add parsing of CSCS queries | Jeevaka Badrappan | 1 | -0/+83 | |
2010-08-13 | atutil: Don't try parsing lac/ci when unregistered | Denis Kenzior | 1 | -0/+8 | |
2010-08-06 | atutil: Parse CMS and CME error codes | Andrzej Zaborowski | 1 | -0/+6 | |
2010-06-10 | atmodem: Add utility for parsing CMTI/CDSI/CBMI | Denis Kenzior | 1 | -0/+40 | |
2010-06-06 | Use unquoted strings for cell information of Novatel devices | Marcel Holtmann | 1 | -0/+2 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -11/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-01-25 | Add at_util_call_compare_by_id function | Sjur Brændeland | 1 | -0/+14 | |
2010-01-20 | Style: Don't go over 80 characters per line | Denis Kenzior | 1 | -2/+8 | |
2010-01-20 | Add quirk for cid and lac handling for Huawei | Jussi Kukkonen | 1 | -18/+51 | |
2010-01-12 | Style: Trailing whitespace & extra lines | Denis Kenzior | 1 | -2/+2 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-09 | Add utilities to parse CREG/CGREG | Denis Kenzior | 1 | -0/+96 | |
These are nearly identical and can be shared between gprs/netreg | |||||
2009-12-04 | Remove: at_util callid APIs are no longer necessary | Denis Kenzior | 1 | -20/+0 | |
2009-11-23 | Add mpty field to ofono_call | Zhenhua Zhang | 1 | -1/+3 | |
A field 'mpty' is added to ofono_call so that we can know whether the call belongs to multiparty call or not. According to 27.007 7.18, it is a defined return value of AT+CLCC. | |||||
2009-11-12 | Add parse_clcc into atutil.c | Zhenhua Zhang | 1 | -0/+55 | |
So that it could be shared by atmodem and hfpmodem. | |||||
2009-11-11 | Add call_compare_by_phone_number utility function | Zhenhua Zhang | 1 | -0/+9 | |
This utility will be used by HFP voicecall driver to compare two calls. In some hardware, the call index may be shift when a call transitions from waiting to incoming state (e.g. all other held and active calls are released) | |||||
2009-10-28 | Refactor: Move alloc/release id to atutil.c | Zhenhua Zhang | 1 | -0/+20 | |
2009-10-28 | Refactor: Move & Rename functions to atutil.c | Zhenhua Zhang | 1 | -0/+26 | |
Move and rename call_compare and call_compare_by_status to atutil.c. These will be utilized by other drivers, including hfpmodem. | |||||
2009-09-04 | Break common at utilities to atutils.c/.h | Denis Kenzior | 1 | -0/+57 | |