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
committerJohn Klug <john.klug@multitech.com>2023-03-13 11:07:41 -0500
commitc3417c195b41b580ba62197fff6cf891936749c9 (patch)
treea1b556855040dcf34670b755d514271c1a4e5ff2 /src/MTS_IO_SequansRadio.cpp
parent5617399e837fff93c008cd18939896d80808833b (diff)
downloadlibmts-io-c3417c195b41b580ba62197fff6cf891936749c9.tar.gz
libmts-io-c3417c195b41b580ba62197fff6cf891936749c9.tar.bz2
libmts-io-c3417c195b41b580ba62197fff6cf891936749c9.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 {