summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_QuectelRadio.h
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2022-12-16 17:04:08 +0200
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2022-12-19 13:32:47 +0200
commit4b448e3c5daf34062861d0261c5a2253638b8100 (patch)
treef3ba4159fc60dc385b1019dca521dad1b9763fdd /include/mts/MTS_IO_QuectelRadio.h
parentc04f0c7224311c2b9828e653ed4014e1ccf7a82f (diff)
downloadlibmts-io-4b448e3c5daf34062861d0261c5a2253638b8100.tar.gz
libmts-io-4b448e3c5daf34062861d0261c5a2253638b8100.tar.bz2
libmts-io-4b448e3c5daf34062861d0261c5a2253638b8100.zip
[GP-1195] Cellular debugging - add a query
Define the set of debugging AT commands and a function to execute such commands. The function executes the commands one-by-one end returns raw command outputs. To be used by radio-query --diagnostics.
Diffstat (limited to 'include/mts/MTS_IO_QuectelRadio.h')
-rw-r--r--include/mts/MTS_IO_QuectelRadio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_QuectelRadio.h b/include/mts/MTS_IO_QuectelRadio.h
index bd312b8..4315cb3 100644
--- a/include/mts/MTS_IO_QuectelRadio.h
+++ b/include/mts/MTS_IO_QuectelRadio.h
@@ -85,6 +85,8 @@ namespace MTS {
CODE setRxDiversity(const Json::Value& jArgs) override;
+ const std::vector<std::string>& getDiagCommands(bool bIsSimReady = true) override;
+
private:
// private variable to save old firmware versions during FOTA
std::string m_sQuectelFirmware;