diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-03-15 14:44:14 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-03-16 11:39:41 -0500 |
commit | a07abd74684cdbd6413cd4489627a236018725c8 (patch) | |
tree | 7d28f6f27d8a72add42e8805c14f2f33246205cb /include/mts | |
parent | 57f3714c9ae1287e842fa32f14832d3e4d15e96d (diff) | |
download | libmts-io-a07abd74684cdbd6413cd4489627a236018725c8.tar.gz libmts-io-a07abd74684cdbd6413cd4489627a236018725c8.tar.bz2 libmts-io-a07abd74684cdbd6413cd4489627a236018725c8.zip |
fix: set CGREG back to original setting instead of 00.3
Diffstat (limited to 'include/mts')
-rw-r--r-- | include/mts/MTS_IO_CellularRadio.h | 7 |
1 files changed, 5 insertions, 2 deletions
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); }; } } |