with the latest modem firmware, xctms prefix
is returned as per the 3GPP format.
---
 drivers/ifxmodem/ctm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ifxmodem/ctm.c b/drivers/ifxmodem/ctm.c
index 7b23a9b..5080b16 100644
--- a/drivers/ifxmodem/ctm.c
+++ b/drivers/ifxmodem/ctm.c
@@ -41,7 +41,7 @@
 #include "ifxmodem.h"
 
 static const char *none_prefix[] = { NULL };
-static const char *xctms_prefix[] = { "XCTMS:", NULL };
+static const char *xctms_prefix[] = { "+XCTMS:", NULL };
 
 struct ctm_data {
        GAtChat *chat;
@@ -65,7 +65,7 @@ static void xctms_query_cb(gboolean ok, GAtResult *result, 
gpointer user_data)
 
        g_at_result_iter_init(&iter, result);
 
-       if (g_at_result_iter_next(&iter, "XCTMS:") == FALSE)
+       if (g_at_result_iter_next(&iter, "+XCTMS:") == FALSE)
                goto error;
 
        if (g_at_result_iter_next_number(&iter, &value) == FALSE)
-- 
1.7.0.4

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to