Re: [PATCH 1/4] iface-modem: consolidate signal quality and access tech polling

2017-05-22 Thread matthew stanger
LGTM, for syntax & control flow. Like the idea but I'm biased on this one ;) On Sun, May 21, 2017 at 1:49 PM, Aleksander Morgado < aleksan...@aleksander.es> wrote: > Plugins have two ways to update signal quality and access technology > values: via unsolicited messages or via polling

[PATCH 1/4] iface-modem: consolidate signal quality and access tech polling

2017-05-21 Thread Aleksander Morgado
Plugins have two ways to update signal quality and access technology values: via unsolicited messages or via polling periodically. Instead of keeping separate contexts for polling signal quality and access technology values, we setup a common timeout to trigger both. This allows us to simplify in