Disable CNMA support for Novatel based devices

This commit is contained in:
Marcel Holtmann 2010-06-10 21:06:48 -07:00
parent 6c8d2f0e5b
commit 45c1bcb1d9
1 changed files with 2 additions and 1 deletions

View File

@ -1043,7 +1043,8 @@ static void at_csms_status_cb(gboolean ok, GAtResult *result,
goto out;
if (data->vendor == OFONO_VENDOR_HUAWEI) {
if (data->vendor == OFONO_VENDOR_HUAWEI ||
data->vendor == OFONO_VENDOR_NOVATEL) {
g_at_result_iter_skip_next(&iter);
service = 0;
} else {