summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_DE910Radio.h
diff options
context:
space:
mode:
authorYevhen Mykhno <yevhen.mykhno@globallogic.com>2023-01-31 13:26:34 +0200
committerYevhen Mykhno <yevhen.mykhno@globallogic.com>2023-01-31 14:42:13 +0200
commit5da5645c2dad56eb9654e4fbe7b9c070cb997e5d (patch)
tree1679304e1b5858dfc092edaaaec9de7a0f3ed69b /include/mts/MTS_IO_DE910Radio.h
parent430506fb7757d6736988d75c8ea53c85f6c97da9 (diff)
downloadlibmts-io-5da5645c2dad56eb9654e4fbe7b9c070cb997e5d.tar.gz
libmts-io-5da5645c2dad56eb9654e4fbe7b9c070cb997e5d.tar.bz2
libmts-io-5da5645c2dad56eb9654e4fbe7b9c070cb997e5d.zip
[GP-1733] mPower R.6.3.X: L6G1 Support - libmts-io, radio-cmd, radio-query
- function getRegistrationCommands() implemented as pure virtual and overrided for every base radio model - minor indentation fixes - function getSimStatusSummary(Json::Value& jData) changed to process radio modems that do not have separate commands for the SIM presence check - function getManufacturer(std::string& sManufacturer) changed: AT command changet to 'AT+CGMI' - src/MTS_IO_QuectelRadio.cpp -- comments correction
Diffstat (limited to 'include/mts/MTS_IO_DE910Radio.h')
-rw-r--r--include/mts/MTS_IO_DE910Radio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_DE910Radio.h b/include/mts/MTS_IO_DE910Radio.h
index 9f9b9ae..67964fc 100644
--- a/include/mts/MTS_IO_DE910Radio.h
+++ b/include/mts/MTS_IO_DE910Radio.h
@@ -41,7 +41,9 @@ namespace MTS {
DE910Radio(const std::string& sPort);
virtual ~DE910Radio(){};
- CODE setRxDiversity(const Json::Value& jArgs);
+ CODE setRxDiversity(const Json::Value& jArgs);
+
+ const std::vector<std::string> getRegistrationCommands() override;
protected: