summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_LE910Radio.h
diff options
context:
space:
mode:
authormykola.salomatin <mykola.salomatin@globallogic.com>2021-04-15 20:47:36 +0300
committermykola.salomatin <mykola.salomatin@globallogic.com>2021-04-15 20:47:36 +0300
commit6cab1e29fc2031a76c87e49c3bcdd7c5db8f40dc (patch)
treebbb704819781eb1f57648adb4dde434376fc0018 /include/mts/MTS_IO_LE910Radio.h
parent67a991ff3d772d2f81cb9907e1a710a88436f7c7 (diff)
downloadlibmts-io-6cab1e29fc2031a76c87e49c3bcdd7c5db8f40dc.tar.gz
libmts-io-6cab1e29fc2031a76c87e49c3bcdd7c5db8f40dc.tar.bz2
libmts-io-6cab1e29fc2031a76c87e49c3bcdd7c5db8f40dc.zip
[MTX-3998] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2 - Quectel - GP-1111
Refactoring common functions, telit and quectel functions related to CEMODE switching
Diffstat (limited to 'include/mts/MTS_IO_LE910Radio.h')
-rw-r--r--include/mts/MTS_IO_LE910Radio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_LE910Radio.h b/include/mts/MTS_IO_LE910Radio.h
index e8a0dec..f64600d 100644
--- a/include/mts/MTS_IO_LE910Radio.h
+++ b/include/mts/MTS_IO_LE910Radio.h
@@ -45,8 +45,8 @@ 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;
+ CODE setUeModeOfOperation(UE_MODES_OF_OPERATION mode) override;
+ CODE getUeModeOfOperation(UE_MODES_OF_OPERATION& mode) override;
protected: