summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_TelitRadio.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-04-26 18:01:51 -0500
committerJohn Klug <john.klug@multitech.com>2023-04-26 18:01:51 -0500
commitb6d08dfc635dd8f92001ff18a08151792da9a3a6 (patch)
treefaeeeb2198fc08d323d06ee259d27bf6831f67df /include/mts/MTS_IO_TelitRadio.h
parent40e5653006558c569bc90c247790d95b68b2f646 (diff)
parent2f94db705de8e44e3aae9bbbf36fae6b8a697f76 (diff)
downloadlibmts-io-b6d08dfc635dd8f92001ff18a08151792da9a3a6.tar.gz
libmts-io-b6d08dfc635dd8f92001ff18a08151792da9a3a6.tar.bz2
libmts-io-b6d08dfc635dd8f92001ff18a08151792da9a3a6.zip
Commit merge with master on libmts-io mirror
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index d5e8bac..39b5e22 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -73,6 +73,11 @@ 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);