atmodem: The Gobi devices have CI and LAC as unqouted strings

This commit is contained in:
Marcel Holtmann 2011-01-22 12:37:19 +01:00
parent e7a05dbfd3
commit ef0b594dfc
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,7 @@ gboolean at_util_parse_reg_unsolicited(GAtResult *result, const char *prefix,
goto out;
switch (vendor) {
case OFONO_VENDOR_GOBI:
case OFONO_VENDOR_HUAWEI:
case OFONO_VENDOR_NOVATEL:
if (g_at_result_iter_next_unquoted_string(&iter, &str) == TRUE)
@ -262,6 +263,7 @@ gboolean at_util_parse_reg(GAtResult *result, const char *prefix,
goto out;
switch (vendor) {
case OFONO_VENDOR_GOBI:
case OFONO_VENDOR_HUAWEI:
case OFONO_VENDOR_NOVATEL:
r = g_at_result_iter_next_unquoted_string(&iter, &str);