summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_TelitRadio.h
diff options
context:
space:
mode:
authorsdesai <sdesai@multitech.com>2023-03-20 14:32:37 -0500
committersdesai <sdesai@multitech.com>2023-03-20 14:32:37 -0500
commit8fce7442bbc63b744905f9febc21aad9cf5074fd (patch)
tree2e78f36932d43d1eaa2b7c3f49f9349c9573d557 /include/mts/MTS_IO_TelitRadio.h
parent050834e3cdd0f5f56ba15b09ca568ac6312c7699 (diff)
downloadlibmts-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_TelitRadio.h')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index 01897ac..7011ef3 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -51,7 +51,6 @@ namespace MTS {
CODE fumoLocalApply(UpdateCb& stepCb) override;
CODE getSelectedBandsRaw(std::string& sRawBands) override;
- CODE getTimeUTC(void) override;
protected:
TelitRadio(const std::string& sName, const std::string& sRadioPort);
@@ -76,7 +75,7 @@ namespace MTS {
const std::vector<std::string>& getDiagCommands(bool bIsSimReady = true) override;
static bool isContainsSignChar(const std::string& str);
-
+ virtual CODE setTimeFormat() override;
private:
virtual CODE getSimLockAttempts(int& iAttemptsPin, int& iAttemptsPuk, const std::string& sLockStatus);
ICellularRadio::CODE wdsList(std::set<int> &wds);