summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";