Hi Kristen,
> This patch implements the basic PPP protocol. LCP, NCP etc. are handled in a
> different patch.
>
> ---
> Makefile.am |4
> gatchat/gatppp.c | 133
> gatchat/gatppp.h | 59 +++
> gatchat/ppp.c| 455
> +
This patch implements the basic PPP protocol. LCP, NCP etc. are handled in a
different patch.
---
Makefile.am |4
gatchat/gatppp.c | 133
gatchat/gatppp.h | 59 +++
gatchat/ppp.c| 455 +++
gatchat/ppp.h
Hi Kristen,
> This patch implements the basic PPP protocol. LCP, NCP etc. are handled in a
> different patch.
>
> ---
> Makefile.am |4
> gatchat/gatppp.c | 552
> ++
> gatchat/gatppp.h | 59
> gatchat/gat
This patch implements the basic PPP protocol. LCP, NCP etc. are handled in a
different patch.
---
Makefile.am |4
gatchat/gatppp.c | 552 ++
gatchat/gatppp.h | 59
gatchat/gatppp_internal.h | 97
Hi Kristen,
> On Thu, 11 Mar 2010 20:17:49 -0600
>
> Denis Kenzior wrote:
> > > + } else {
> > > + /* store last flag character */
> > > + link->buffer[link->index++] = data[pos];
> > > + frame = ppp_decode(l
On Thu, 11 Mar 2010 20:17:49 -0600
Denis Kenzior wrote:
>
> > + } else {
> > + /* store last flag character */
> > + link->buffer[link->index++] = data[pos];
> > + frame = ppp_decode(link, link->buff
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
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
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
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
10 matches
Mail list logo