summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrodion.shyshkin <rodion.shyshkin@globallogic.com>2021-03-31 22:54:54 +0300
committerrodion.shyshkin <rodion.shyshkin@globallogic.com>2021-03-31 22:54:54 +0300
commit76df85f676adde6f31c35f7809f9f7794baca2a1 (patch)
tree9cab56d25f4d52c734b578fefc2ac493a3d11b16 /include
parent2ff46750ec3f1004a5c153944c18dbb081911a03 (diff)
downloadlibmts-io-76df85f676adde6f31c35f7809f9f7794baca2a1.tar.gz
libmts-io-76df85f676adde6f31c35f7809f9f7794baca2a1.tar.bz2
libmts-io-76df85f676adde6f31c35f7809f9f7794baca2a1.zip
[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2 - libmts-io for Telit
Changes after a code review.
Diffstat (limited to 'include')
-rw-r--r--include/mts/MTS_IO_ICellularRadio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h
index 63b4f08..e8ae891 100644
--- a/include/mts/MTS_IO_ICellularRadio.h
+++ b/include/mts/MTS_IO_ICellularRadio.h
@@ -81,6 +81,7 @@ namespace MTS {
static CODE convertServiceDomainToString(SERVICEDOMAIN eSd, std::string& sSd);
static CODE convertActiveBandToString(ACTIVEBAND eBand, std::string& sBand);
static CODE convertUeModeToString(UE_MODES_OF_OPERATION mode, std::string& string);
+ static CODE convertStringToUeMode(const std::string& sMode, UE_MODES_OF_OPERATION& mode);
static std::string sendCommand(MTS::AutoPtr<MTS::IO::Connection>& apIo,
const std::string& sCmd,