summaryrefslogtreecommitdiff
path: root/src/MTS_IO_GE910Radio.cpp
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2019-07-23 08:51:41 -0500
committerJeff Hatch <jhatch@multitech.com>2019-07-23 08:51:41 -0500
commitf6f7d0e174d2bf5eb4494e2508c17d3d7fbdc4e9 (patch)
tree4f0e44ed31f0e536835260ff5b4849f84289ee9c /src/MTS_IO_GE910Radio.cpp
parent86e572b513259e1f7164dd4e4b0f490c870bfc30 (diff)
parent0330513b8913d1d7bf14bad99d64ab002b770b7c (diff)
downloadlibmts-io-f6f7d0e174d2bf5eb4494e2508c17d3d7fbdc4e9.tar.gz
libmts-io-f6f7d0e174d2bf5eb4494e2508c17d3d7fbdc4e9.tar.bz2
libmts-io-f6f7d0e174d2bf5eb4494e2508c17d3d7fbdc4e9.zip
Merge branch 'quectel-radio' into 'master'
Quectel radio See merge request !1
Diffstat (limited to 'src/MTS_IO_GE910Radio.cpp')
-rw-r--r--src/MTS_IO_GE910Radio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MTS_IO_GE910Radio.cpp b/src/MTS_IO_GE910Radio.cpp
index e402b13..61332b5 100644
--- a/src/MTS_IO_GE910Radio.cpp
+++ b/src/MTS_IO_GE910Radio.cpp
@@ -34,12 +34,12 @@ using namespace MTS::IO;
const std::string GE910Radio::MODEL_NAME("GE910");
GE910Radio::GE910Radio(const std::string& sPort)
-: CellularRadio(MODEL_NAME, sPort)
+: TelitRadio(MODEL_NAME, sPort)
{
}
-CellularRadio::CODE GE910Radio::setRxDiversity(const Json::Value& jArgs) {
+ICellularRadio::CODE GE910Radio::setRxDiversity(const Json::Value& jArgs) {
/* Command string for GE radios: N/A */
return FAILURE;
}