atmodem: Enable time zone reporting for Option modems

This commit is contained in:
Marcel Holtmann 2010-10-25 02:03:00 +02:00
parent 033c772e7b
commit 8da7e98ce4
1 changed files with 3 additions and 1 deletions

View File

@ -1098,7 +1098,6 @@ error:
ofono_netreg_remove(netreg);
}
static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data)
{
struct ofono_netreg *netreg = user_data;
@ -1133,6 +1132,9 @@ static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data)
NULL, NULL, NULL);
g_at_chat_send(nd->chat, "AT_OSQI?", none_prefix,
NULL, NULL, NULL);
g_at_chat_send(nd->chat, "AT+CTZR=1", none_prefix,
NULL, NULL, NULL);
break;
case OFONO_VENDOR_MBM:
/* Enable network registration updates */