summaryrefslogtreecommitdiff
path: root/src/MTS_IO_ME910Radio.cpp
AgeCommit message (Collapse)AuthorFiles
2023-03-13[GP-1733] mPower R.6.3.X: L6G1 Support - libmts-io, radio-cmd, radio-queryYevhen Mykhno1
- 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
2020-07-17Code reviewAndrii Pientsov1
2019-07-18[MTR-MTQ] Namespace-related usage improvementsSerhii Kostiuk1
Restored full qualification of the ICellularRadio::CODE object type for all files that used full qualification before (effectively, for all source files and only one header file). This commit partially reverses 53efcef2e2f521135b323e194c45f1d9fa7b5d5d.
2019-06-12[MTS-MTQ] refactoring: using full qualified names for constsMaksym Telychko1
2019-06-06[MTS-MTQ] refactoring: added quectel empty classes, CellularRadio moved to ↵Maksym Telychko1
TelitRadio
2019-06-06[MTS-MTQ] refactoring: namespace usageMaksym Telychko1
Using identificators in appropriate namespace
2019-03-08Add support for the ME910C1-WW Radio1.0.15David Marcaccini1
2018-05-02Add support for getting the Firmware Build Version from the Telit radio1.0.6Jeff Hatch1
2018-02-22add ME910C1 radio suport1.0.4Mykyta Dorokhin1
Signed-off-by: Jeff Hatch <Jeff.Hatch@multitech.com>