Use none_prefix in cssn

This commit is contained in:
Denis Kenzior 2009-09-29 11:15:11 -05:00
parent 853bd2d6da
commit e5f02e427a
1 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@
#include "atmodem.h"
static const char *none_prefix[] = { NULL };
static void cssi_notify(GAtResult *result, gpointer user_data)
{
struct ofono_ssn *ssn = user_data;
@ -116,7 +118,7 @@ static int at_ssn_probe(struct ofono_ssn *ssn, unsigned int vendor,
GAtChat *chat = data;
ofono_ssn_set_data(ssn, chat);
g_at_chat_send(chat, "AT+CSSN=1,1", NULL,
g_at_chat_send(chat, "AT+CSSN=1,1", none_prefix,
at_ssn_initialized, ssn, NULL);
return 0;