The ack pdu support is not working on Novatel or Option devices

This commit is contained in:
Marcel Holtmann 2010-06-03 18:15:27 -07:00
parent 997193ee6a
commit 48d210bac6
1 changed files with 6 additions and 1 deletions

View File

@ -770,7 +770,12 @@ static void at_cnmi_query_cb(gboolean ok, GAtResult *result, gpointer user_data)
if (build_cnmi_string(buf, cnmi_opts, data))
supported = TRUE;
if (data->cnma_enabled && data->vendor != OFONO_VENDOR_NOVATEL)
/* support for ack pdu is not working */
if (data->vendor == OFONO_VENDOR_NOVATEL ||
data->vendor == OFONO_VENDOR_OPTION_HSO)
goto out;
if (data->cnma_enabled)
construct_ack_pdu(data);
out: