diff options
Diffstat (limited to 'include')
-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); }; } } |