summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_TelitRadio.h
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-09-06 19:40:05 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-09-06 19:40:05 +0300
commite494943459929140f8b42f164f98efee634aaa12 (patch)
tree669b8673f6d9145656776d103b73a1897dac1e3e /include/mts/MTS_IO_TelitRadio.h
parent48d19b369ce074a13ecabf692e583710f17cec28 (diff)
downloadlibmts-io-e494943459929140f8b42f164f98efee634aaa12.tar.gz
libmts-io-e494943459929140f8b42f164f98efee634aaa12.tar.bz2
libmts-io-e494943459929140f8b42f164f98efee634aaa12.zip
MTX-2952 fix mPower: Cellular mode selection - Device does not support 4g but radio-query returns 4g as well
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index b81cd7d..bd542f1 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -22,6 +22,7 @@
#define MTS_IO_TELITRADIO_H_
#include <mts/MTS_IO_CellularRadio.h>
+#include <set>
namespace MTS {
namespace IO {
@@ -54,8 +55,7 @@ namespace MTS {
private:
virtual CODE getSimLockAttempts(int& iAttemptsPin, int& iAttemptsPuk, const std::string& sLockStatus);
- static ICellularRadio::CELLULAR_MODES preferredNetwork(CELLULAR_MODES prefNetwork, int wds);
-
+ ICellularRadio::CODE wdsList(std::set<int> &wds);
};
}
}