From 9fc7c4094a2d1cfa9f23ed8e3ac80d111fd4e87f Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Fri, 13 Apr 2018 11:16:57 -0500 Subject: Add getModemLocation for CellularRadio and LE910 radio --- src/MTS_IO_CellularRadio.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/MTS_IO_CellularRadio.cpp') diff --git a/src/MTS_IO_CellularRadio.cpp b/src/MTS_IO_CellularRadio.cpp index 9b4502d..2b15194 100644 --- a/src/MTS_IO_CellularRadio.cpp +++ b/src/MTS_IO_CellularRadio.cpp @@ -800,6 +800,11 @@ CellularRadio::CODE CellularRadio::getSignalStrength(int32_t& rssi) { return SUCCESS; } +CellularRadio::CODE CellularRadio::getModemLocation(std::string& sLocation) { + printTrace("%s|CellularRadio getModemLocation - not supported", m_sName.c_str()); + return FAILURE; +} + CellularRadio::CODE CellularRadio::convertSignalStrengthTodBm(const int32_t& iRssi, int32_t& iDbm) { //Telit Conversion -- cgit v1.2.3