diff options
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
| -rw-r--r-- | include/mts/MTS_IO_CellularRadio.h | 3 | 
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); | 
