diff options
| author | Jeff Hatch <jhatch@multitech.com> | 2023-03-03 15:03:42 -0600 |
|---|---|---|
| committer | Jeff Hatch <jhatch@multitech.com> | 2023-03-03 15:03:42 -0600 |
| commit | 40d435b29c815597b3211e4527977a50a8bac831 (patch) | |
| tree | a1b556855040dcf34670b755d514271c1a4e5ff2 /include/mts/MTS_IO_TelitRadio.h | |
| parent | 5c3e9d188bfd1309d366d755a70a37d5291d290a (diff) | |
| parent | 33ed089d4b59bd79ae35f626ea6fc3da20c2edb9 (diff) | |
| download | libmts-io-40d435b29c815597b3211e4527977a50a8bac831.tar.gz libmts-io-40d435b29c815597b3211e4527977a50a8bac831.tar.bz2 libmts-io-40d435b29c815597b3211e4527977a50a8bac831.zip | |
Merge branch 'ym/GP-1597/lte-pdp-auth' into 'master'
[GP-1597] mPower R.6.3.X: Cellular Provider Profiles - LTE Authentication
See merge request !56
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
| -rw-r--r-- | include/mts/MTS_IO_TelitRadio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h index d198969..dc02755 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); |
