summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_LE910Radio.h
diff options
context:
space:
mode:
authorrodion.shyshkin <rodion.shyshkin@globallogic.com>2021-03-31 20:49:08 +0300
committerrodion.shyshkin <rodion.shyshkin@globallogic.com>2021-03-31 20:49:08 +0300
commit285cee922e229cb1bbd704e6227dbbb3756bd889 (patch)
tree2c0547033ed3e6a030594476ee37c3bb2fb15beb /include/mts/MTS_IO_LE910Radio.h
parentad6b4d51ac469d4e7300fd74d1ada87b1caece93 (diff)
downloadlibmts-io-285cee922e229cb1bbd704e6227dbbb3756bd889.tar.gz
libmts-io-285cee922e229cb1bbd704e6227dbbb3756bd889.tar.bz2
libmts-io-285cee922e229cb1bbd704e6227dbbb3756bd889.zip
[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2 - libmts-io for Telit
Adding an ability to set UE mode of operation to libmts-io. There was added two clear virtual methods in iCellularRadio, correct implementation for them for Telit LTE modems and implementation with error messages for all other.
Diffstat (limited to 'include/mts/MTS_IO_LE910Radio.h')
-rw-r--r--include/mts/MTS_IO_LE910Radio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_LE910Radio.h b/include/mts/MTS_IO_LE910Radio.h
index 35e704d..e8a0dec 100644
--- a/include/mts/MTS_IO_LE910Radio.h
+++ b/include/mts/MTS_IO_LE910Radio.h
@@ -45,6 +45,9 @@ namespace MTS {
CODE setRxDiversity(const Json::Value& jArgs);
CODE getModemLocation(std::string& sLocation);
+ CODE setUeModeOfOperation(UE_MODES_OF_OPERATION newmode) override;
+ CODE getUeModeOfOperation(UE_MODES_OF_OPERATION &newmode) override;
+
protected:
private: