All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH_v3 0/3] Request private network to ConnMan
@ 2011-05-03 14:44 Guillaume Zajac
  2011-05-03 14:44 ` [PATCH_v3 1/3] gatppp: Add new contructor to use external fd Guillaume Zajac
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Guillaume Zajac @ 2011-05-03 14:44 UTC (permalink / raw)
  To: ofono

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

Hi,

Changelog from v2 is:
	- merge patch 3 and 4
	- calls to ConnMan DBus methods are async
	- setup_ppp() function is called from reply of
	  RequestPrivateNetwork() DBus method
	- pending calls are stored into hash table and can be cancelled
	- there is no more struct private_network_settings

Guillaume Zajac (3):
  gatppp: Add new contructor to use external fd
  emulator: add drivers to request/release private network from ConnMan
  connman: add plugin in oFono to request request/release private
    network

 Makefile.am        |    3 +
 gatchat/gatppp.c   |   48 +++++++++-
 gatchat/gatppp.h   |    1 +
 gatchat/ppp.h      |    2 +-
 gatchat/ppp_net.c  |   55 +++++++----
 include/emulator.h |   18 ++++
 plugins/connman.c  |  255 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/emulator.c     |   83 +++++++++++++----
 8 files changed, 420 insertions(+), 45 deletions(-)
 create mode 100644 plugins/connman.c


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

end of thread, other threads:[~2011-05-05  8:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 14:44 [PATCH_v3 0/3] Request private network to ConnMan Guillaume Zajac
2011-05-03 14:44 ` [PATCH_v3 1/3] gatppp: Add new contructor to use external fd Guillaume Zajac
2011-05-05  4:04   ` Denis Kenzior
2011-05-03 14:44 ` [PATCH_v3 2/3] emulator: add drivers to request/release private network from ConnMan Guillaume Zajac
2011-05-05  4:11   ` Denis Kenzior
2011-05-05  8:38     ` Guillaume Zajac
2011-05-05  8:46       ` Denis Kenzior
2011-05-03 14:44 ` [PATCH_v3 3/3] connman: add plugin in oFono to request request/release private network Guillaume Zajac
2011-05-03 15:06 ` Guillaume Zajac

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.