atmodem: Enable Icera radio access technology updates

This commit is contained in:
Marcel Holtmann 2012-05-26 16:15:34 +02:00
parent 3f191c3397
commit ec4ba8a6fc
1 changed files with 4 additions and 0 deletions

View File

@ -1618,6 +1618,10 @@ static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data)
g_at_chat_send(nd->chat, "AT%NWSTATE=1", none_prefix,
NULL, NULL, NULL);
/* Register for radio access technology updates */
g_at_chat_send(nd->chat, "AT*TRATD=1", none_prefix,
NULL, NULL, NULL);
/* Register for network time update reports */
g_at_chat_register(nd->chat, "*TLTS:", tlts_notify,
FALSE, netreg, NULL);