summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/atutil.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-20Style: Don't go over 80 characters per lineDenis Kenzior1-2/+8
2010-01-20Add quirk for cid and lac handling for HuaweiJussi Kukkonen1-18/+51
2010-01-12Style: Trailing whitespace & extra linesDenis Kenzior1-2/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-09Add utilities to parse CREG/CGREGDenis Kenzior1-0/+96
These are nearly identical and can be shared between gprs/netreg
2009-12-04Remove: at_util callid APIs are no longer necessaryDenis Kenzior1-20/+0
2009-11-23Add mpty field to ofono_callZhenhua Zhang1-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-12Add parse_clcc into atutil.cZhenhua Zhang1-0/+55
So that it could be shared by atmodem and hfpmodem.
2009-11-11Add call_compare_by_phone_number utility functionZhenhua Zhang1-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-28Refactor: Move alloc/release id to atutil.cZhenhua Zhang1-0/+20
2009-10-28Refactor: Move & Rename functions to atutil.cZhenhua Zhang1-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-04Break common at utilities to atutils.c/.hDenis Kenzior1-0/+57