Hi Kristen,
Add option to use PPP to gsmdial.
---
gatchat/gsmdial.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 87 insertions(+), 3 deletions(-)
Index: ofono/gatchat/gsmdial.c
===================================================================
--- ofono.orig/gatchat/gsmdial.c 2010-03-19 12:28:11.725601078 -0700
+++ ofono/gatchat/gsmdial.c 2010-03-19 12:43:54.427612839 -0700
@@ -29,10 +29,14 @@
#include <errno.h>
#include <unistd.h>
#include <sys/signalfd.h>
+#include <arpa/inet.h>
+#include <netinet/in.h>
+#include <net/if.h>
patches have to be always submitted against the latest tree.
Regards
Marcel