Re: [RFC v3 2/2] ofono: Rewrite of the plugin

2011-11-22 Thread Daniel Wagner
Hi Guillaume, On 22.11.2011 14:07, Guillaume Zajac wrote: >> On 22.11.2011 11:04, Guillaume Zajac wrote: > +struct modem_data { > +char *path; > + > +struct connman_device *device; > +struct connman_network *network; > + > +struct network_context *ipv4_c

Re: [RFC v3 2/2] ofono: Rewrite of the plugin

2011-11-22 Thread Guillaume Zajac
Hi Daniel, On 22/11/2011 13:16, Daniel Wagner wrote: Hi Guillaume, On 22.11.2011 11:04, Guillaume Zajac wrote: +struct modem_data { +char *path; + +struct connman_device *device; +struct connman_network *network; + +struct network_context *ipv4_context; + +/* Modem Interfac

Re: [RFC v3 2/2] ofono: Rewrite of the plugin

2011-11-22 Thread Daniel Wagner
Hi Guillaume, On 22.11.2011 11:04, Guillaume Zajac wrote: >>> +struct modem_data { >>> +char *path; >>> + >>> +struct connman_device *device; >>> +struct connman_network *network; >>> + >>> +struct network_context *ipv4_context; >>> + >>> +/* Modem Interface */ >>> +char *s

Re: [RFC v3 2/2] ofono: Rewrite of the plugin

2011-11-22 Thread Daniel Wagner
Hi Guillaume, On 22.11.2011 10:46, Guillaume Zajac wrote: >> +struct network_context { >> +char *path; >> +int index; >> +enum connman_ipconfig_method method; >> +struct connman_ipaddress *address; >> +char *nameservers; >> +}; >> + >> +struct modem_data { >> +char *path; >

Re: [RFC v3 2/2] ofono: Rewrite of the plugin

2011-11-22 Thread Guillaume Zajac
Hi Daniel, On 21/11/2011 17:56, Daniel Wagner wrote: From: Daniel Wagner This patch will be splittet into smaller patches later. This is work in progress. --- plugins/ofono.c | 1814 ++- 1 files changed, 1804 insertions(+), 10 deletions(-)

[RFC v3 2/2] ofono: Rewrite of the plugin

2011-11-21 Thread Daniel Wagner
From: Daniel Wagner This patch will be splittet into smaller patches later. This is work in progress. --- plugins/ofono.c | 1814 ++- 1 files changed, 1804 insertions(+), 10 deletions(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index 7d9