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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user