summaryrefslogtreecommitdiff
path: root/src/MTS_IO_SequansRadio.cpp
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 /src/MTS_IO_SequansRadio.cpp
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 'src/MTS_IO_SequansRadio.cpp')
-rw-r--r--src/MTS_IO_SequansRadio.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/MTS_IO_SequansRadio.cpp b/src/MTS_IO_SequansRadio.cpp
index a48a309..8133bbf 100644
--- a/src/MTS_IO_SequansRadio.cpp
+++ b/src/MTS_IO_SequansRadio.cpp
@@ -534,6 +534,27 @@ ICellularRadio::CODE SequansRadio::getSimLockAttemptsByType(const std::string& s
return SUCCESS;
}
+std::vector<std::string> SequansRadio::getSupportedPdpContextAuthTypes() const {
+ return {
+ VALUE_PDP_CONTEXT_AUTH_TYPE_NONE,
+ VALUE_PDP_CONTEXT_AUTH_TYPE_PAP,
+ VALUE_PDP_CONTEXT_AUTH_TYPE_CHAP
+ };
+}
+
+ICellularRadio::CODE SequansRadio::isPdpContextAuthSupported(bool& isSupported) {
+ isSupported = false;
+ return SUCCESS;
+}
+
+ICellularRadio::CODE SequansRadio::fillPdpContextAuthFields(Json::Value& jData) {
+ return NOT_APPLICABLE;
+}
+
+ICellularRadio::CODE SequansRadio::setPdpContextAuth(const PdpContextInfo& pdpContext) {
+ return NOT_APPLICABLE;
+}
+
const std::vector<std::string>& SequansRadio::getDiagCommands(bool) {
// Declare as static to initialize only when used, but cache the results.
const static std::vector<std::string> vCommands {