summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadio.h
diff options
context:
space:
mode:
authorYevhen Mykhno <yevhen.mykhno@globallogic.com>2023-01-31 13:26:34 +0200
committerJohn Klug <john.klug@multitech.com>2023-03-13 10:49:38 -0500
commita6f0f7e7b341d6ce29ad71ee534031e9d8e9630b (patch)
tree1679304e1b5858dfc092edaaaec9de7a0f3ed69b /include/mts/MTS_IO_CellularRadio.h
parente661044a43345f7cac947c3bb6178a2c045028f6 (diff)
downloadlibmts-io-a6f0f7e7b341d6ce29ad71ee534031e9d8e9630b.tar.gz
libmts-io-a6f0f7e7b341d6ce29ad71ee534031e9d8e9630b.tar.bz2
libmts-io-a6f0f7e7b341d6ce29ad71ee534031e9d8e9630b.zip
[GP-1733] mPower R.6.3.X: L6G1 Support - libmts-io, radio-cmd, radio-query
- function getRegistrationCommands() implemented as pure virtual and overrided for every base radio model - minor indentation fixes - function getSimStatusSummary(Json::Value& jData) changed to process radio modems that do not have separate commands for the SIM presence check - function getManufacturer(std::string& sManufacturer) changed: AT command changet to 'AT+CGMI' - src/MTS_IO_QuectelRadio.cpp -- comments correction
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
-rw-r--r--include/mts/MTS_IO_CellularRadio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h
index e985c21..68c1394 100644
--- a/include/mts/MTS_IO_CellularRadio.h
+++ b/include/mts/MTS_IO_CellularRadio.h
@@ -262,7 +262,7 @@ namespace MTS {
virtual std::string queryCGREGstring();
virtual void setCGREG(std::string value);
- const std::vector<std::string> getRegistrationCommands();
+ virtual const std::vector<std::string> getRegistrationCommands() = 0;
REGISTRATION parseRegResponse(std::string sResult);
CODE getRegistration(REGISTRATION& eRegistration, const std::string& sType);