Commit Graph

4 Commits

Author SHA1 Message Date
Alexander Couzens f0ba4bddd0 add call-list helper to manage voice call lists
Many drivers asks the modem for a complete call list of current calls.
These list of calls can be feeded into call-list which parse the
list and notify ofono for new calls.
2019-04-28 16:39:05 +02:00
Alexander Couzens 5880593d55 common,atmodem: move at_util_call_compare_by_id to drivers/common
at_util_call_compare_by_id is used by several modem drivers.
2019-04-28 16:39:03 +02:00
Alexander Couzens 34b9f1b9e4 common,atmodem: move at_util_call_compare_by_status to drivers/common
at_util_call_compare_by_status is used by several modem drivers.
2019-04-28 16:38:53 +02:00
Alexander Couzens 4704531a56 common: create GList helper ofono_call_compare
replaces at_util_call_compare (atmodem) and
call_compare (rild).

Introduce a drivers/common directory to be used by drivers
to reduce the common code.
2019-04-28 16:38:37 +02:00