Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |