Hi Richard,

On 8/12/19 4:31 PM, richard.rojf...@gmail.com wrote:
From: Richard Röjfors <rich...@puffinpack.se>

There is an issue if an context gets auto activated early,
then provisioning might not have run yet for instance,
so a "new" context is created, which might be duplicated
by a provisioning context later.
So ignore the activated contexts until gprs is ready,
then it calls the driver to list active contexts.
---
  src/gprs.c | 22 +++++++++++++++++++++-
  1 file changed, 21 insertions(+), 1 deletion(-)


<snip>

+static void gprs_list_active_contexts_callback(const struct ofono_error *error,
+                                               void *data)
+{
+       (void)data;
+

Squashed this pointless line and...

+       DBG("error = %d", error->type);
+}
+

applied, thanks.

Regards,
-Denis
_______________________________________________
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to