From 40e5653006558c569bc90c247790d95b68b2f646 Mon Sep 17 00:00:00 2001 From: sdesai Date: Mon, 27 Mar 2023 11:53:13 -0500 Subject: Support Portal Case #5086148: use Cellular Radio time as alternative to GPS or NTP --- include/mts/MTS_IO_SequansRadio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/mts/MTS_IO_SequansRadio.h') diff --git a/include/mts/MTS_IO_SequansRadio.h b/include/mts/MTS_IO_SequansRadio.h index d61ae67..804d473 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 getRegistrationCommands() override; - CODE getTimeUTC(void) override; + protected: SequansRadio(const std::string& sName, const std::string& sRadioPort); @@ -58,6 +58,8 @@ namespace MTS { const std::vector& getDiagCommands(bool bIsSimReady = true) override; + CODE setTimeFormat() override; + private: /* * @brief getSimLockAttemptsByType - get the number of remaining attempts to -- cgit v1.2.3