[PATCH] Add support for text mode SMS sending

2010-08-24 Thread Yong Su
--- gatchat/gatchat.c | 125 + gatchat/gatchat.h |8 +++ 2 files changed, 124 insertions(+), 9 deletions(-) diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index e85d908..6a9329c 100644 --- a/gatchat/gatchat.c +++ b/gatchat/gatchat.c @@

[PATCH 4/4] Support text mode sms sending and receiving

2010-08-23 Thread Yong Su
--- gatchat/gatsyntax.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gatchat/gatsyntax.h b/gatchat/gatsyntax.h index d76cf6f..3693db1 100644 --- a/gatchat/gatsyntax.h +++ b/gatchat/gatsyntax.h @@ -57,6 +57,7 @@ struct _GAtSyntax { int state; GAtSyntaxSet

[PATCH 3/4] Support text mode sms sending and receiving

2010-08-23 Thread Yong Su
--- gatchat/gatsyntax.c | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/gatchat/gatsyntax.c b/gatchat/gatsyntax.c index 040a9a5..8fa8db4 100644 --- a/gatchat/gatsyntax.c +++ b/gatchat/gatsyntax.c @@ -276,8 +276,20 @@ static GAtSyntaxResult gsm_permissive_feed

[PATCH 2/4] Support text mode sms sending and receiving

2010-08-23 Thread Yong Su
--- gatchat/gatchat.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h index f61fe53..c2aca58 100644 --- a/gatchat/gatchat.h +++ b/gatchat/gatchat.h @@ -137,6 +137,29 @@ gboolean g_at_chat_set_wakeup_command(GAtCh

[PATCH 1/4] Support text mode sms sending and receiving

2010-08-23 Thread Yong Su
--- gatchat/gatchat.c | 236 ++--- 1 files changed, 224 insertions(+), 12 deletions(-) diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index e85d908..1527611 100644 --- a/gatchat/gatchat.c +++ b/gatchat/gatchat.c @@ -41,6 +41,8 @@ struct at_cha