summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-11 16:57:22 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-11 16:57:22 +0300
commit38039fe0c4fcc44bdf2534f1f8f4b95de54e14a4 (patch)
treeb06b423ca2a4c89e557c242388708460b1170ffc /include
parentbce73d000b64fc8ecaf7a25041e97a1ef57a848e (diff)
downloadlibmts-io-38039fe0c4fcc44bdf2534f1f8f4b95de54e14a4.tar.gz
libmts-io-38039fe0c4fcc44bdf2534f1f8f4b95de54e14a4.tar.bz2
libmts-io-38039fe0c4fcc44bdf2534f1f8f4b95de54e14a4.zip
[MTS-MTQ] QuectelRadio implementation
Removed copies of the following functions: - TelitRadio::queryLteLac - TelitRadio::setCGREG - TelitRadio::queryCGREGstring Those functions are already implemented in the CellularRadio class. Their implementation is common for both Telit and Quectel. There is no need to override them in TelitRadio.
Diffstat (limited to 'include')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index 7162dfb..70ff8a9 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 by Multi-Tech Systems
+ * Copyright (C) 2019 by Multi-Tech Systems
*
* This file is part of libmts-io.
*
@@ -47,9 +47,7 @@ namespace MTS {
bool getHardwareVersionFromFirmware(const std::string& sFirmware, std::string& sHardware) override;
private:
- std::string queryLteLac();
- std::string queryCGREGstring();
- void setCGREG(std::string value);
+
};
}
}