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_CellularRadio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mts/MTS_IO_CellularRadio.h') diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h index 68c1394..c2aa346 100644 --- a/include/mts/MTS_IO_CellularRadio.h +++ b/include/mts/MTS_IO_CellularRadio.h @@ -278,6 +278,8 @@ namespace MTS { */ virtual const std::vector& getDiagCommands(bool bIsSimReady = true) = 0; + virtual CODE setTimeFormat() = 0; + class RadioBandMap : public MTS::NonCopyable { public: RadioBandMap() -- cgit v1.2.3