All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add method to force re-provisioning of contexts
@ 2015-05-14 16:39 Alfonso Sanchez-Beato
  2015-05-14 16:39 ` [PATCH 1/3] gprs: Add DBus method to reset contexts Alfonso Sanchez-Beato
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alfonso Sanchez-Beato @ 2015-05-14 16:39 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

This series of patches implement a way to force re-provisioning of the
ConnectionManager contexts. Although the idea is similar to a previous 
approach which was posted to the list, it is quite different as it
wipes all existing contexts and then runs the provisioning code. The
implemented method checks different conditions to make the reset safe
for clients.

Alfonso Sanchez-Beato (3):
  gprs: Add DBus method to reset contexts
  doc: Add description for ResetContexts method
  test: Add script for resetting contexts

 doc/connman-api.txt |  10 ++++
 src/gprs.c          | 144 +++++++++++++++++++++++++++++++++++++++++++---------
 test/reset-contexts |  20 ++++++++
 3 files changed, 150 insertions(+), 24 deletions(-)
 create mode 100644 test/reset-contexts

-- 
2.1.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-05-18 17:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 16:39 [PATCH 0/3] Add method to force re-provisioning of contexts Alfonso Sanchez-Beato
2015-05-14 16:39 ` [PATCH 1/3] gprs: Add DBus method to reset contexts Alfonso Sanchez-Beato
2015-05-15  2:28   ` Denis Kenzior
2015-05-18  6:53     ` Alfonso Sanchez-Beato
2015-05-18 14:09       ` Denis Kenzior
2015-05-18 17:08         ` Alfonso Sanchez-Beato
2015-05-14 16:39 ` [PATCH 2/3] doc: Add description for ResetContexts method Alfonso Sanchez-Beato
2015-05-14 16:39 ` [PATCH 3/3] test: Add script for resetting contexts Alfonso Sanchez-Beato

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.