summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_SequansRadio.h
diff options
context:
space:
mode:
authorYevhen Mykhno <yevhen.mykhno@globallogic.com>2023-02-09 20:25:11 +0200
committerYevhen Mykhno <yevhen.mykhno@globallogic.com>2023-02-27 17:07:32 +0200
commit33ed089d4b59bd79ae35f626ea6fc3da20c2edb9 (patch)
treea1b556855040dcf34670b755d514271c1a4e5ff2 /include/mts/MTS_IO_SequansRadio.h
parent5c3e9d188bfd1309d366d755a70a37d5291d290a (diff)
downloadlibmts-io-33ed089d4b59bd79ae35f626ea6fc3da20c2edb9.tar.gz
libmts-io-33ed089d4b59bd79ae35f626ea6fc3da20c2edb9.tar.bz2
libmts-io-33ed089d4b59bd79ae35f626ea6fc3da20c2edb9.zip
[GP-1597] mPower R.6.3.X: Cellular Provider Profiles - LTE Authentication
Diffstat (limited to 'include/mts/MTS_IO_SequansRadio.h')
-rw-r--r--include/mts/MTS_IO_SequansRadio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_SequansRadio.h b/include/mts/MTS_IO_SequansRadio.h
index 11f2c91..b5a3a38 100644
--- a/include/mts/MTS_IO_SequansRadio.h
+++ b/include/mts/MTS_IO_SequansRadio.h
@@ -56,6 +56,11 @@ namespace MTS {
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: