diff options
author | sdesai <sdesai@multitech.com> | 2023-03-20 14:32:37 -0500 |
---|---|---|
committer | sdesai <sdesai@multitech.com> | 2023-03-20 14:32:37 -0500 |
commit | 8fce7442bbc63b744905f9febc21aad9cf5074fd (patch) | |
tree | 2e78f36932d43d1eaa2b7c3f49f9349c9573d557 /include/mts/MTS_IO_SequansRadio.h | |
parent | 050834e3cdd0f5f56ba15b09ca568ac6312c7699 (diff) | |
download | libmts-io-8fce7442bbc63b744905f9febc21aad9cf5074fd.tar.gz libmts-io-8fce7442bbc63b744905f9febc21aad9cf5074fd.tar.bz2 libmts-io-8fce7442bbc63b744905f9febc21aad9cf5074fd.zip |
Support Portal Case #5086148: use Cellular Radio timeas alternative to GPS or NTP
Diffstat (limited to 'include/mts/MTS_IO_SequansRadio.h')
-rw-r--r-- | include/mts/MTS_IO_SequansRadio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_SequansRadio.h b/include/mts/MTS_IO_SequansRadio.h index d61ae67..30f4875 100644 --- a/include/mts/MTS_IO_SequansRadio.h +++ b/include/mts/MTS_IO_SequansRadio.h @@ -49,7 +49,7 @@ namespace MTS { CODE setRxDiversity(const Json::Value& jArgs) override; const std::vector<std::string> getRegistrationCommands() override; - CODE getTimeUTC(void) override; + protected: SequansRadio(const std::string& sName, const std::string& sRadioPort); @@ -57,6 +57,7 @@ namespace MTS { CODE getSimLockAttempts(int& iAttemptsPin, int& iAttemptsPuk) override; const std::vector<std::string>& getDiagCommands(bool bIsSimReady = true) override; + virtual CODE setTimeFormat() override; private: /* |