aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-05-17 10:22:03 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-05-18 16:00:19 +0200
commit254da81ebd7cbcbd62dd5a85ff53840c6677670a (patch)
tree8c95f74e960faa190b1a0859a144a0f0919e0154
parent50fc46c17089fbb55595327a5c3fc82d83f792fd (diff)
telit: loading access tech should never use cached replies
-rw-r--r--plugins/telit/mm-broadband-modem-telit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c
index dab0b7ac..29f4b136 100644
--- a/plugins/telit/mm-broadband-modem-telit.c
+++ b/plugins/telit/mm-broadband-modem-telit.c
@@ -844,8 +844,8 @@ response_processor_service_ignore_at_errors (MMBaseModem *self,
}
static const MMBaseModemAtCommand access_tech_commands[] = {
- { "#PSNT?", 3, TRUE, response_processor_psnt_ignore_at_errors },
- { "+SERVICE?", 3, TRUE, response_processor_service_ignore_at_errors },
+ { "#PSNT?", 3, FALSE, response_processor_psnt_ignore_at_errors },
+ { "+SERVICE?", 3, FALSE, response_processor_service_ignore_at_errors },
{ NULL }
};