Re: [patch 1/6] Add PPP protocol support with HDLC framing

2010-03-11 Thread Marcel Holtmann
Hi Denis, > > +struct ppp_link * g_at_ppp_new(GIOChannel *modem); > > +void g_at_ppp_open(struct ppp_link *link); > > +void g_at_ppp_set_connect_function(struct ppp_link *link, > > + GAtPPPConnectFunc callback, gpointer user_data); > > +void g_at_ppp_set_disconnect_functio

Re: [patch 1/6] Add PPP protocol support with HDLC framing

2010-03-11 Thread Denis Kenzior
Hi Kristen, > +struct ppp_link * g_at_ppp_new(GIOChannel *modem); > +void g_at_ppp_open(struct ppp_link *link); > +void g_at_ppp_set_connect_function(struct ppp_link *link, > +GAtPPPConnectFunc callback, gpointer user_data); > +void g_at_ppp_set_disconnect_function(stru

Re: [patch 1/6] Add PPP protocol support with HDLC framing

2010-03-11 Thread Denis Kenzior
Hi Kristen, > This patch implements the basic PPP protocol. LCP, NCP etc. are handled in > a different patch. > > Index: ofono/Makefile.am > === > --- ofono.orig/Makefile.am2010-03-10 16:58:09.915955860 -0800 > +++ ofono/Makef

[patch 0/6] Initial patches for gatchat PPP support

2010-03-11 Thread kristen
These patches implement PPP support for gatchat. They're not complete, but are useful enough to play with if anyone wants to. I included a patch to gsmdial which allows you to invoke the PPP routines after the CONNECT callback. This patch will create a TUN interface, which you will then have to

[patch 6/6] Allow gsmdial to use gatchat ppp support

2010-03-11 Thread kristen
Add option to use PPP to gsmdial. Index: ofono/gatchat/gsmdial.c === --- ofono.orig/gatchat/gsmdial.c2010-03-10 16:58:09.773080389 -0800 +++ ofono/gatchat/gsmdial.c 2010-03-10 17:06:45.071975512 -0800 @@ -33,6 +33,9 @@ #i

[patch 2/6] Generic PPP control protocol

2010-03-11 Thread kristen
Implement a generic control protocol that can be shared by both LCP and NCP implementations. Index: ofono/Makefile.am === --- ofono.orig/Makefile.am 2010-03-10 16:58:12.039961039 -0800 +++ ofono/Makefile.am 2010-03-10 17:00:34.

[patch 5/6] IP support for PPP

2010-03-11 Thread kristen
Implement IPCP support. Creates a tun interface to pass IP traffic. Index: ofono/Makefile.am === --- ofono.orig/Makefile.am 2010-03-10 17:03:01.695955140 -0800 +++ ofono/Makefile.am 2010-03-10 17:04:30.034088637 -0800 @@ -59,7

[patch 3/6] LCP support

2010-03-11 Thread kristen
Implement LCP support for the PPP protocol Index: ofono/Makefile.am === --- ofono.orig/Makefile.am 2010-03-10 17:00:34.037087986 -0800 +++ ofono/Makefile.am 2010-03-10 17:01:56.687955124 -0800 @@ -56,9 +56,9 @@

[patch 4/6] CHAP with MD5 authentication

2010-03-11 Thread kristen
Implement authentication support with CHAP and MD5 digest Index: ofono/Makefile.am === --- ofono.orig/Makefile.am 2010-03-10 17:01:56.687955124 -0800 +++ ofono/Makefile.am 2010-03-10 17:03:01.695955140 -0800 @@ -58,7 +58,8 @@

[patch 1/6] Add PPP protocol support with HDLC framing

2010-03-11 Thread kristen
This patch implements the basic PPP protocol. LCP, NCP etc. are handled in a different patch. Index: ofono/Makefile.am === --- ofono.orig/Makefile.am 2010-03-10 16:58:09.915955860 -0800 +++ ofono/Makefile.am 2010-03-10 16:58:1

RE: [PATCH 1/1] install data file

2010-03-11 Thread Marcel Holtmann
Hi Martin, > > > Makefile.am |2 +- > > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > > > diff --git a/Makefile.am b/Makefile.am > > > index fcee5e6..007d5b9 100644 > > > --- a/Makefile.am > > > +++ b/Makefile.am > > > @@ -45,7 +45,7 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_buil