diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-11 17:08:27 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-11 17:08:27 +0200 |
commit | e755181fd57f8059e3bc5451865d9dafff58f922 (patch) | |
tree | 8ef869fd50ee9a4e953db5b4c3ac59e048934e8f /src/mm-error-helpers.h | |
parent | 0ff4da71e37e449eb4ade106d78cf6b753af671d (diff) |
broadband-modem: only used CIND? for signal quality if actually reported
The Huawei MU736 supports CIND? but not for signal quality reporting:
AT+CIND=?
+CIND : ("call",(0,1)), ("message",(0,1)), ("roam",(0,1))
OK
AT+CIND?
+CIND:0,0,0
OK
Which ended up with the following during execution:
ModemManager[3044]: (ttyUSB1) Could not parse CIND signal quality results;
signal index (255) outside received range (0-3)
Just avoid this, and make CIND? be used for signal quality retrieval only if
(1) CIND? is actually supported and (2) CIND? reports signal quality
information.
Diffstat (limited to 'src/mm-error-helpers.h')
0 files changed, 0 insertions, 0 deletions