diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2019-06-11 15:52:53 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2019-06-11 16:23:13 +0300 |
commit | f335cec14c262b22f8d9f84e528917d7b1a53fa5 (patch) | |
tree | 694944ba5046b891f01bba4d740a376dcbebd042 /include/mts/MTS_IO_CellularRadio.h | |
parent | 6848f0470159df2318c2377a08766a3bb9dcb4c3 (diff) | |
download | libmts-io-f335cec14c262b22f8d9f84e528917d7b1a53fa5.tar.gz libmts-io-f335cec14c262b22f8d9f84e528917d7b1a53fa5.tar.bz2 libmts-io-f335cec14c262b22f8d9f84e528917d7b1a53fa5.zip |
[MTS-MTQ] QuectelRadio implementation
Moved CellularRadio::getNetwork implementation to the TelitRadio::getNetwork as
Quectel radio doesn't have a AT#RFSTS command that returns the needed field.
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
-rw-r--r-- | include/mts/MTS_IO_CellularRadio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h index 0410e0d..1576588 100644 --- a/include/mts/MTS_IO_CellularRadio.h +++ b/include/mts/MTS_IO_CellularRadio.h @@ -66,7 +66,6 @@ namespace MTS { CODE getMsid(std::string& sMsid) override; CODE getType(std::string& sType) override; CODE getCarrier(std::string& sCarrier) override; - CODE getNetwork(std::string& sNetwork) override; CODE getTower(std::string& sTower) override; CODE getTime(std::string& sDate, std::string& sTime, std::string& sTimeZone) override; CODE getRoaming(bool& bRoaming) override; |