From e494943459929140f8b42f164f98efee634aaa12 Mon Sep 17 00:00:00 2001 From: Maksym Telychko Date: Fri, 6 Sep 2019 19:40:05 +0300 Subject: MTX-2952 fix mPower: Cellular mode selection - Device does not support 4g but radio-query returns 4g as well --- include/mts/MTS_IO_TelitRadio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/mts') 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 +#include 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 &wds); }; } } -- cgit v1.2.3