diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2019-06-13 10:32:08 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2019-06-13 10:32:08 +0300 |
commit | c0e937f5a2a31b09f2736f1aeda782ba4ad121e2 (patch) | |
tree | d1218d23cd3eab04c10bac711fe312ff650566a0 /src/MTS_IO_ME910C1NVRadio.cpp | |
parent | acb40ca0033a48cedfeb118dcc216f60e4dd8c45 (diff) | |
parent | 123aed7c4be0b88a4726cae5d722d74ebdf93782 (diff) | |
download | libmts-io-c0e937f5a2a31b09f2736f1aeda782ba4ad121e2.tar.gz libmts-io-c0e937f5a2a31b09f2736f1aeda782ba4ad121e2.tar.bz2 libmts-io-c0e937f5a2a31b09f2736f1aeda782ba4ad121e2.zip |
Merge branch 'quectel-radio' into quectel-specific
Ported the recent changes made by Maksym
Diffstat (limited to 'src/MTS_IO_ME910C1NVRadio.cpp')
-rw-r--r-- | src/MTS_IO_ME910C1NVRadio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_ME910C1NVRadio.cpp b/src/MTS_IO_ME910C1NVRadio.cpp index 08c18e9..c7aae7b 100644 --- a/src/MTS_IO_ME910C1NVRadio.cpp +++ b/src/MTS_IO_ME910C1NVRadio.cpp @@ -419,7 +419,7 @@ ME910C1NVRadio::CODE ME910C1NVRadio::doFumoFtp(const Json::Value &jConfig, Updat printTrace("RADIO| AT#FTPMSG result [%s]", sResult.c_str()); - if (sResult.find(RSP_OK) == std::string::npos) { + if (sResult.find(ICellularRadio::RSP_OK) == std::string::npos) { rc = FAILURE; if(stepCb) { stepCb(Json::Value("FUMO Error: failed to download the firmware file")); |