diff options
author | Louis-Alexis Eyraud <louis-alexis.eyraud@sigfox.com> | 2021-03-05 09:18:00 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-05 10:19:23 +0100 |
commit | 154455a7230069d8808c276a2dc2f09b90ec73b1 (patch) | |
tree | 8f9e19248e25b74fed0bd0ab30c01361c518095b | |
parent | 55d60f3c1201a4eb80f82da9d2abcf503a7de3f0 (diff) |
zte: disable CMER/CIND support explicitly
It looks like when indicators are enabled in ZTE modems like the
MF833V, the whole connection process is very unstable. The AT
reference doesn't do any mention to +CIND/CMER/CIEV either, so we'll
just disable all and use +CSQ based signal loading.
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/303
Signed-off-by: Louis-Alexis Eyraud <louis-alexis.eyraud@sigfox.com>
-rw-r--r-- | plugins/zte/mm-broadband-modem-zte.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/zte/mm-broadband-modem-zte.c b/plugins/zte/mm-broadband-modem-zte.c index 13a491fe..f4cb774d 100644 --- a/plugins/zte/mm-broadband-modem-zte.c +++ b/plugins/zte/mm-broadband-modem-zte.c @@ -702,6 +702,7 @@ mm_broadband_modem_zte_new (const gchar *device, /* Generic bearer supports TTY only */ MM_BASE_MODEM_DATA_NET_SUPPORTED, FALSE, MM_BASE_MODEM_DATA_TTY_SUPPORTED, TRUE, + MM_BROADBAND_MODEM_INDICATORS_DISABLED, TRUE, NULL); } |