atmodem: change vendor cinterion to gemalto

This commit is contained in:
Giacinto Cifelli 2018-10-26 07:11:03 +02:00 committed by Denis Kenzior
parent 261a30f799
commit a429950f2f
1 changed files with 2 additions and 2 deletions

View File

@ -1559,7 +1559,7 @@ static void creg_notify(GAtResult *result, gpointer user_data)
option_query_tech_cb, tq, g_free) > 0)
return;
break;
case OFONO_VENDOR_CINTERION:
case OFONO_VENDOR_GEMALTO:
if (g_at_chat_send(nd->chat, "AT^SMONI",
smoni_prefix,
cinterion_query_tech_cb, tq, g_free) > 0)
@ -2031,7 +2031,7 @@ static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data)
g_at_chat_send(nd->chat, "AT*TLTS=1", none_prefix,
NULL, NULL, NULL);
break;
case OFONO_VENDOR_CINTERION:
case OFONO_VENDOR_GEMALTO:
/*
* We can't set rssi bounds from Cinterion responses
* so set them up to specified values here