summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Hatch <Jeff.Hatch@multitech.com>2018-06-26 09:46:55 -0500
committerJeff Hatch <Jeff.Hatch@multitech.com>2018-06-26 09:46:55 -0500
commit44a0b443fee1e43dc6e416b985a92e12cf89973a (patch)
tree99c092cbdc7f10657d7be2770f1836b1d425d5a2
parent472b181a37d5abf81a698caea1379d12ef91d4ee (diff)
downloadlibmts-io-44a0b443fee1e43dc6e416b985a92e12cf89973a.tar.gz
libmts-io-44a0b443fee1e43dc6e416b985a92e12cf89973a.tar.bz2
libmts-io-44a0b443fee1e43dc6e416b985a92e12cf89973a.zip
Fix support for LEU3 radio1.0.12
-rw-r--r--src/MTS_IO_CellularRadio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_CellularRadio.cpp b/src/MTS_IO_CellularRadio.cpp
index a29ef2d..f84cb6e 100644
--- a/src/MTS_IO_CellularRadio.cpp
+++ b/src/MTS_IO_CellularRadio.cpp
@@ -328,7 +328,7 @@ CellularRadio::CODE CellularRadio::convertModelToMtsShortCode(const std::string&
sCode = "LEU1";
eCode = SUCCESS;
} else if (sModel.find("LE910-EU1") == 0) {
- sCode = "LEU1";
+ sCode = "LEU3";
eCode = SUCCESS;
} else if (sModel.find("GE910") == 0) {
sCode = "G3";