diff options
author | sdesai <sdesai@multitech.com> | 2023-03-15 15:22:04 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-04-26 17:29:28 -0500 |
commit | 576eb04e2d42e3b9c5fa40748d1d190a457fa1f8 (patch) | |
tree | cee3134469ec1e843dbe337dc65dda934b9728f3 /include/mts/MTS_IO_QuectelRadio.h | |
parent | 0f15b7265be65cbd9f66a68f6d1685b58b13e501 (diff) | |
download | libmts-io-576eb04e2d42e3b9c5fa40748d1d190a457fa1f8.tar.gz libmts-io-576eb04e2d42e3b9c5fa40748d1d190a457fa1f8.tar.bz2 libmts-io-576eb04e2d42e3b9c5fa40748d1d190a457fa1f8.zip |
GP-139:Support Portal Case #5086148: use Cellular Radio timeas alternative to GPS or NTP
Diffstat (limited to 'include/mts/MTS_IO_QuectelRadio.h')
-rw-r--r-- | include/mts/MTS_IO_QuectelRadio.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/mts/MTS_IO_QuectelRadio.h b/include/mts/MTS_IO_QuectelRadio.h index b3881cb..7015acb 100644 --- a/include/mts/MTS_IO_QuectelRadio.h +++ b/include/mts/MTS_IO_QuectelRadio.h @@ -85,14 +85,8 @@ namespace MTS { CODE setRxDiversity(const Json::Value& jArgs) override; - std::vector<std::string> getSupportedPdpContextAuthTypes() const override; - static CODE convertStringToPdpContextType(const std::string& sStringType, std::string& sIntType); - CODE isPdpContextAuthSupported(bool& isSupported) override; - CODE fillPdpContextAuthFields(Json::Value& jData) override; - CODE setPdpContextAuth(const PdpContextInfo& pdpContext) override; - const std::vector<std::string>& getDiagCommands(bool bIsSimReady = true) override; - + CODE getTimeUTC(void) override; private: // private variable to save old firmware versions during FOTA std::string m_sQuectelFirmware; |