summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_TelitRadio.h
diff options
context:
space:
mode:
authorsdesai <sdesai@multitech.com>2023-03-15 15:22:04 -0500
committerJohn Klug <john.klug@multitech.com>2023-04-26 17:29:28 -0500
commit576eb04e2d42e3b9c5fa40748d1d190a457fa1f8 (patch)
treecee3134469ec1e843dbe337dc65dda934b9728f3 /include/mts/MTS_IO_TelitRadio.h
parent0f15b7265be65cbd9f66a68f6d1685b58b13e501 (diff)
downloadlibmts-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_TelitRadio.h')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index dc02755..01897ac 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -51,7 +51,7 @@ 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);
@@ -73,11 +73,6 @@ namespace MTS {
virtual CODE fumoWriteGroupsABD(int fd, UpdateCb& stepCb);
//virtual CODE fumoWriteGroupC(int fd, UpdateCb& stepCb);
- std::vector<std::string> getSupportedPdpContextAuthTypes() const override;
- 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;
static bool isContainsSignChar(const std::string& str);