summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_TelitRadio.h
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-11 15:52:53 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-11 16:23:13 +0300
commitf335cec14c262b22f8d9f84e528917d7b1a53fa5 (patch)
tree694944ba5046b891f01bba4d740a376dcbebd042 /include/mts/MTS_IO_TelitRadio.h
parent6848f0470159df2318c2377a08766a3bb9dcb4c3 (diff)
downloadlibmts-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_TelitRadio.h')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index 0c95f98..7a44529 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -32,6 +32,7 @@ namespace MTS {
CODE getModel(std::string& sModel) override;
CODE getIccid(std::string& sIccid) override;
CODE getService(std::string& sService) override;
+ CODE getNetwork(std::string& sNetwork) override;
CODE getNetworkStatus(Json::Value& jData) override;
CODE setMdn(const Json::Value& jArgs) override;