summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadio.h
diff options
context:
space:
mode:
authorJeff Hatch <Jeff.Hatch@multitech.com>2018-06-25 13:20:43 -0500
committerJeff Hatch <Jeff.Hatch@multitech.com>2018-06-25 13:20:43 -0500
commit472b181a37d5abf81a698caea1379d12ef91d4ee (patch)
tree52c0ede3a3058be18c5995910d6dd604f04410e2 /include/mts/MTS_IO_CellularRadio.h
parent5d78c924aab3cbb35f09c911534d2c2ce763457e (diff)
downloadlibmts-io-472b181a37d5abf81a698caea1379d12ef91d4ee.tar.gz
libmts-io-472b181a37d5abf81a698caea1379d12ef91d4ee.tar.bz2
libmts-io-472b181a37d5abf81a698caea1379d12ef91d4ee.zip
Update convertModelToMtsShortCode signature to support LNA3 and LAT3 radios1.0.11
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
-rw-r--r--include/mts/MTS_IO_CellularRadio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h
index ca3eeb2..007c130 100644
--- a/include/mts/MTS_IO_CellularRadio.h
+++ b/include/mts/MTS_IO_CellularRadio.h
@@ -261,7 +261,7 @@ namespace MTS {
virtual CODE getModel(std::string& sModel);
static CODE convertModelToType(const std::string& sModel, std::string& sType);
- static CODE convertModelToMtsShortCode(const std::string& sModel, std::string& sCode);
+ static CODE convertModelToMtsShortCode(const std::string& sModel, std::string& sCode, CellularRadio *radioObj = NULL);
static CODE convertServiceDomainToString(SERVICEDOMAIN eSd, std::string& sSd);
static CODE convertActiveBandToString(ACTIVEBAND eBand, std::string& sBand);