From a07abd74684cdbd6413cd4489627a236018725c8 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Tue, 15 Mar 2016 14:44:14 -0500 Subject: fix: set CGREG back to original setting instead of 0 --- include/mts/MTS_IO_CellularRadio.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/mts/MTS_IO_CellularRadio.h') diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h index a90c469..1d7491f 100644 --- a/include/mts/MTS_IO_CellularRadio.h +++ b/include/mts/MTS_IO_CellularRadio.h @@ -18,9 +18,9 @@ * */ -/*! +/*! \file MTS_IO_CellularRadio.h - \brief A brief description + \brief A brief description \date Nov 5, 2014 \author sgodinez @@ -518,6 +518,9 @@ namespace MTS { bool m_bEchoEnabled; bool m_bEnableEchoOnClose; + std::string queryLteLac(); + std::string queryCGREGstring(); + void setCGREG(std::string value); }; } } -- cgit v1.2.3