gsm: prefer AT+CIND signal quality for modems that support it (lp:682282) (bgo #636040)

Some devices always reply with 99 for AT+CSQ when in UMTS mode (Linktop LW273)
so if the modem supports it, use CIND/CIEV instead.
This commit is contained in:
Dan Williams
2010-11-29 16:49:30 -06:00
parent 586c9ec2c5
commit ea0797cbec
4 changed files with 115 additions and 91 deletions

View File

@@ -1095,7 +1095,7 @@ test_cind_results (const char *desc,
g_print ("\nTesting %s +CIND response...\n", desc);
results = mm_parse_cind_response (reply, &error);
results = mm_parse_cind_test_response (reply, &error);
g_assert (results);
g_assert (error == NULL);