diff options
author | Jeff Hatch <jhatch@multitech.com> | 2022-06-17 08:52:12 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2022-06-17 08:52:12 -0500 |
commit | e19a3685c00814f3ae3ec347264e6b2476398a48 (patch) | |
tree | c6c78fcb4b086c4e2736eeca1b518a5f4956ef14 /include | |
parent | 9436716e2fbb28938dba10e13bc84c60105cf907 (diff) | |
parent | ada73244d5efe687d92b4b97cf555f2ca166f2c2 (diff) | |
download | libmts-io-e19a3685c00814f3ae3ec347264e6b2476398a48.tar.gz libmts-io-e19a3685c00814f3ae3ec347264e6b2476398a48.tar.bz2 libmts-io-e19a3685c00814f3ae3ec347264e6b2476398a48.zip |
Merge branch 'ym/MTX-4503_remove_verizon_fota_feature' into 'master'
[MTX-4503] mPower R.6.0.X: Remove Verizon FOTA feature from the code GP-1610
See merge request !49
Diffstat (limited to 'include')
-rw-r--r-- | include/mts/MTS_IO_ME910C1WWRadio.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/mts/MTS_IO_ME910C1WWRadio.h b/include/mts/MTS_IO_ME910C1WWRadio.h index 9605862..d4b4098 100644 --- a/include/mts/MTS_IO_ME910C1WWRadio.h +++ b/include/mts/MTS_IO_ME910C1WWRadio.h @@ -36,33 +36,11 @@ namespace MTS { ICellularRadio::CODE setActiveFirmware(const Json::Value& jArgs); ICellularRadio::CODE getActiveFirmware(std::string& sFwId); - virtual CODE updateFumo(const Json::Value& jArgs, UpdateCb& stepCb); - protected: - CODE doGetFirmwareNumbers(std::string &sFirmware, std::string &sFirmwareBuild); - private: - static const std::string KEY_FUMO_PDPID; //!< PDP context id (default 3) - static const std::string KEY_FUMO_PDPTYPE; //!< PDP context type (default IPV4V6) - static const std::string KEY_FUMO_APN; //!< APN (default empty) - static const std::string KEY_FUMO_ADDRESS; //!< FTP server address - static const std::string KEY_FUMO_DIR; //!< Directory - static const std::string KEY_FUMO_FILE; //!< Name of the upgrade file - static const std::string KEY_FUMO_USER; //!< Username - static const std::string KEY_FUMO_PASSWORD; //!< Password - static const std::string KEY_FUMO_DRYRUN; //!< If set, do not apply the downloaded firmware - CODE doFumoPerform(const Json::Value &jConfig, UpdateCb& stepCb); - CODE doFumoReadConfig(const Json::Value& jArgs, Json::Value &jConfig); - CODE doFumoSetup(const Json::Value &jConfig, UpdateCb& stepCb); - CODE doFumoFtp(const Json::Value &jConfig, UpdateCb& stepCb); - CODE doFumoCleanup(const Json::Value &jConfig, UpdateCb& stepCb); - CODE doFumoApplyFirmware(const Json::Value &jConfig, UpdateCb& stepCb); - CODE doFumoWaitNewFirmware(const Json::Value &jConfig, UpdateCb& stepCb); - std::string m_sFw; - std::string m_sFwBuild; }; } } |