summaryrefslogtreecommitdiff
path: root/src/MTS_IO_ICellularRadio.cpp
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2022-05-04 16:09:39 -0500
committerJeff Hatch <jhatch@multitech.com>2022-05-04 16:09:39 -0500
commit9436716e2fbb28938dba10e13bc84c60105cf907 (patch)
tree7ab78bc6273ffa42305c342f1fe71d1ffa1d6779 /src/MTS_IO_ICellularRadio.cpp
parent1f7987d546384b6b9ef0079dac5c903148a59210 (diff)
parent47997c0e5aa7d32ddbba22ceead2ff553881c47c (diff)
downloadlibmts-io-9436716e2fbb28938dba10e13bc84c60105cf907.tar.gz
libmts-io-9436716e2fbb28938dba10e13bc84c60105cf907.tar.bz2
libmts-io-9436716e2fbb28938dba10e13bc84c60105cf907.zip
Merge branch 'ms/MTX-4445_LNA7D_Cellular_radio_support' into 'master'
[MTX-4445] mPower R.6.0.X: MTCAP3: LNA7D - cellular radio support GP-1548 See merge request !48
Diffstat (limited to 'src/MTS_IO_ICellularRadio.cpp')
-rw-r--r--src/MTS_IO_ICellularRadio.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MTS_IO_ICellularRadio.cpp b/src/MTS_IO_ICellularRadio.cpp
index cfb6811..7453662 100644
--- a/src/MTS_IO_ICellularRadio.cpp
+++ b/src/MTS_IO_ICellularRadio.cpp
@@ -207,6 +207,9 @@ MTS::IO::ICellularRadio::CODE MTS::IO::ICellularRadio::convertModelToMtsShortCod
} else if (sValue.find("EG95E") != std::string::npos) {
sCode = "LEU7";
eCode = SUCCESS;
+ } else if (sValue.find("EG95NAXD") != std::string::npos) {
+ sCode = "LNA7D";
+ eCode = SUCCESS;
} else if (sValue.find("EG95NA") != std::string::npos) {
sCode = "LNA7";
eCode = SUCCESS;