From 5f8f47590f7d082bc9bbbd4b05d9daf5c35b6a51 Mon Sep 17 00:00:00 2001 From: Ari Parkkila Date: Tue, 14 Aug 2018 04:47:58 -0700 Subject: [PATCH] Cellular: Fixed AT+COPN --- features/cellular/framework/AT/AT_CellularNetwork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cellular/framework/AT/AT_CellularNetwork.cpp b/features/cellular/framework/AT/AT_CellularNetwork.cpp index 22dc766b1d7..491031bacf7 100644 --- a/features/cellular/framework/AT/AT_CellularNetwork.cpp +++ b/features/cellular/framework/AT/AT_CellularNetwork.cpp @@ -1265,7 +1265,7 @@ nsapi_error_t AT_CellularNetwork::get_operator_names(operator_names_list &op_nam { _at.lock(); - _at.cmd_start("AT+COPN?"); + _at.cmd_start("AT+COPN"); _at.cmd_stop(); _at.resp_start("+COPN:");