summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadio.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2020-02-13 11:53:55 -0600
committerJeff Hatch <jhatch@multitech.com>2020-02-13 11:53:55 -0600
commitf3425f9f5b32060895b7cd33d337b7ac50f9e714 (patch)
treea0d3033fae481fd3393bae759fe76b8ad2fe805f /include/mts/MTS_IO_CellularRadio.h
parent53f54b1929d08869494d1f724814cd7ae77820f5 (diff)
parent24310f73209b97dd805d09dcaa504d02740d1c23 (diff)
downloadlibmts-io-f3425f9f5b32060895b7cd33d337b7ac50f9e714.tar.gz
libmts-io-f3425f9f5b32060895b7cd33d337b7ac50f9e714.tar.bz2
libmts-io-f3425f9f5b32060895b7cd33d337b7ac50f9e714.zip
Merge branch 'CREG_CGREG_CEREG' into 'master'
Commands CREG, CGREG and CEREG should be utilized to get registered status See merge request !9
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
-rw-r--r--include/mts/MTS_IO_CellularRadio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h
index 1e80274..4b53382 100644
--- a/include/mts/MTS_IO_CellularRadio.h
+++ b/include/mts/MTS_IO_CellularRadio.h
@@ -168,6 +168,10 @@ namespace MTS {
virtual std::string queryCGREGstring();
virtual void setCGREG(std::string value);
+ const std::vector<std::string> getRegistrationCommands();
+ REGISTRATION parseRegResponse(std::string sResult);
+ CODE getRegistration(REGISTRATION& eRegistration, const std::string& sType);
+
class RadioBandMap : public MTS::NonCopyable {
public:
RadioBandMap()