summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_SequansRadio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_IO_SequansRadio.h')
-rw-r--r--include/mts/MTS_IO_SequansRadio.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/mts/MTS_IO_SequansRadio.h b/include/mts/MTS_IO_SequansRadio.h
index b5a3a38..d61ae67 100644
--- a/include/mts/MTS_IO_SequansRadio.h
+++ b/include/mts/MTS_IO_SequansRadio.h
@@ -49,18 +49,13 @@ 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);
CODE getIsSimInserted(bool& bData) override;
CODE getSimLockAttempts(int& iAttemptsPin, int& iAttemptsPuk) override;
- 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;
private: