summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadio.h
diff options
context:
space:
mode:
authorAndrii Davydenko <andrii.davydenko@globallogic.com>2022-11-02 15:35:51 +0200
committerAndrii Davydenko <andrii.davydenko@globallogic.com>2022-11-07 16:23:10 +0200
commitb8991e7f15f30ad21725b113df773db7beaa69d8 (patch)
treeb5c18db11bde2566acf989568b7dcd26e6c0bf43 /include/mts/MTS_IO_CellularRadio.h
parente19a3685c00814f3ae3ec347264e6b2476398a48 (diff)
downloadlibmts-io-b8991e7f15f30ad21725b113df773db7beaa69d8.tar.gz
libmts-io-b8991e7f15f30ad21725b113df773db7beaa69d8.tar.bz2
libmts-io-b8991e7f15f30ad21725b113df773db7beaa69d8.zip
[MTX-4694][GP-1791] MTCAP3 mPower R.6.1.X: LNA7D support - APN setup behavior when provider is Verizon
Implement getting the CGDCONT from the modem Implement setting the CGDCONT to the modem
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
-rw-r--r--include/mts/MTS_IO_CellularRadio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h
index f32251c..60659dc 100644
--- a/include/mts/MTS_IO_CellularRadio.h
+++ b/include/mts/MTS_IO_CellularRadio.h
@@ -145,6 +145,9 @@ namespace MTS {
CODE getVoiceSupport(Json::Value& jData) override;
CODE getVoiceSupport(bool& bVoiceEnabled, bool& bSmsOnly) override;
+ CODE getPdpContexts(Json::Value& jData) override;
+ CODE setPdpContext(const std::string& sId, const Json::Value& jConfig) override;
+
protected:
CellularRadio(const std::string& sName, const std::string& sRadioPort);