From 23dfcf4ff925f61bcb2c3bdd712ff0f70bde4fcb Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 24 Oct 2006 13:07:08 +0000 Subject: - clean up header files (all in include/gmsd now) - finish vendor plugin support - add call progress indicator and signal quality unsolicited support to vendor_ti.c git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@120 99fdad57-331a-0410-800a-d7fa5415bdb3 --- src/gsmd/atcmd.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/gsmd/atcmd.c') diff --git a/src/gsmd/atcmd.c b/src/gsmd/atcmd.c index 53120f4..7f95465 100644 --- a/src/gsmd/atcmd.c +++ b/src/gsmd/atcmd.c @@ -8,11 +8,13 @@ #include #include -#include #include "gsmd.h" -#include "atcmd.h" -#include "unsolicited.h" + +#include +#include +#include +#include /* libgsmd / gsmd AT command interpreter / parser / constructor * (C) 2006 by Harald Welte @@ -179,7 +181,7 @@ static int ml_parse(const char *buf, int len, void *ctx) * TBD */ - if (buf[0] == '+') { + if (buf[0] == '+' || buf[0] == '%') { /* an extended response */ const char *colon = strchr(buf, ':'); if (!colon) { -- cgit v1.2.3