diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-07-29 13:27:29 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-07-29 13:27:29 +0300 |
commit | 5ee7664dde53f71fd245db530f985f10f111b28b (patch) | |
tree | e79cf811dd79d7a32974e3eda419aa6fcc8258ba /include/mts/MTS_IO_ICellularRadio.h | |
parent | 6c92f7176e69daaa56f8274f0059ccf70beb4fe8 (diff) | |
download | libmts-io-5ee7664dde53f71fd245db530f985f10f111b28b.tar.gz libmts-io-5ee7664dde53f71fd245db530f985f10f111b28b.tar.bz2 libmts-io-5ee7664dde53f71fd245db530f985f10f111b28b.zip |
MTX-2891 mpower 2-3-4g switch refactoring: method names
Diffstat (limited to 'include/mts/MTS_IO_ICellularRadio.h')
-rw-r--r-- | include/mts/MTS_IO_ICellularRadio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h index 29f710a..c6dae6c 100644 --- a/include/mts/MTS_IO_ICellularRadio.h +++ b/include/mts/MTS_IO_ICellularRadio.h @@ -228,9 +228,9 @@ namespace MTS { virtual CODE getImsi(std::string& sImsi) = 0; virtual CODE getSimStatus(std::string& sSimStatus) = 0; - virtual CODE getAvailablePreferredNetworks(PREFERRED_NETWORKS &networks) = 0; - virtual CODE getPreferredNetworks(PREFERRED_NETWORKS &networks) = 0; - virtual CODE setPreferredNetworks(PREFERRED_NETWORKS networks) = 0; + virtual CODE getSupportedCellularModes(PREFERRED_NETWORKS &networks) = 0; + virtual CODE getCellularMode(PREFERRED_NETWORKS &networks) = 0; + virtual CODE setCellularMode(PREFERRED_NETWORKS networks) = 0; /** * @brief getSimStatusSummary - get summary on the SIM card status |