summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/atutil.c
AgeCommit message (Collapse)AuthorFilesLines
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