From 472b181a37d5abf81a698caea1379d12ef91d4ee Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Mon, 25 Jun 2018 13:20:43 -0500 Subject: Update convertModelToMtsShortCode signature to support LNA3 and LAT3 radios --- include/mts/MTS_IO_CellularRadio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mts') 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); -- cgit v1.2.3