diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-09-06 19:40:05 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-09-06 19:40:05 +0300 |
commit | e494943459929140f8b42f164f98efee634aaa12 (patch) | |
tree | 669b8673f6d9145656776d103b73a1897dac1e3e /include/mts | |
parent | 48d19b369ce074a13ecabf692e583710f17cec28 (diff) | |
download | libmts-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')
-rw-r--r-- | include/mts/MTS_IO_TelitRadio.h | 4 |
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); }; } } |