Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2019-07-15 | [MTX-2886] MTR_MTQ - radio-cmd shows invalid message on valid SIM PIN | Serhii Kostiuk | 1 | |
Fixed the timeouts for several AT commands, including SIM-related commands | ||||
2019-06-26 | [MTS-MTQ] network radio mode switch: refactoring method name | Maksym Telychko | 1 | |
2019-06-24 | Merge branch 'mtr-mtq-sim-status' into quectel-radio | Serhii Kostiuk | 1 | |
2019-06-22 | [MTS-MTQ] SIM status and PIN unlock procedures | Serhii Kostiuk | 1 | |
Fixed a tiny issue with Telit implementation of CellularRadio::getSimLockAttempts | ||||
2019-06-22 | [MTS-MTQ] SIM status and PIN unlock procedures | Serhii Kostiuk | 1 | |
Added Telit-specific implementation of the CellularRadio::getIsSimInserted and CellularRadio::getSimLockAttempts utility methods | ||||
2019-06-21 | [MTS-MTQ] RAT mode switch: implementation for telit and quectel | Maksym Telychko | 1 | |
RAT - Radio Access Technology | ||||
2019-06-13 | Merge branch 'quectel-radio' into quectel-specific | Serhii Kostiuk | 1 | |
Ported the recent changes made by Maksym | ||||
2019-06-12 | [MTS-MTQ] refactoring: using full qualified names for consts | Maksym Telychko | 1 | |
2019-06-11 | Merge branch 'quectel-radio' into quectel-specific | Serhii Kostiuk | 1 | |
2019-06-11 | [MTS-MTQ] QuectelRadio implementation | Serhii Kostiuk | 1 | |
Removed copies of the following functions: - TelitRadio::queryLteLac - TelitRadio::setCGREG - TelitRadio::queryCGREGstring Those functions are already implemented in the CellularRadio class. Their implementation is common for both Telit and Quectel. There is no need to override them in TelitRadio. | ||||
2019-06-11 | [MTS-MTQ] refactoring: cellular factory namespaces | Maksym Telychko | 1 | |
2019-06-11 | [MTS-MTQ] QuectelRadio implementation | Serhii Kostiuk | 1 | |
Moved Telit-specific conversion between RSSI and dBm into the TelitRadio class. Quectel has MOSTLY the same conversion logic but in the case of TD-SCDMA the RSSI values may be uncompatible. | ||||
2019-06-11 | [MTS-MTQ] QuectelRadio implementation | Serhii Kostiuk | 1 | |
Moved CellularRadio::getNetwork implementation to the TelitRadio::getNetwork as Quectel radio doesn't have a AT#RFSTS command that returns the needed field. | ||||
2019-06-08 | [MTS-MTQ] refactoring: telit radio implementation | Maksym Telychko | 1 | |
leave telit specific code in telit class. move common code to cellular radio class. | ||||
2019-06-07 | [MTS-MTQ] refactoring: telit radio headers and internal data structures | Maksym Telychko | 1 | |
2019-06-06 | [MTS-MTQ] refactoring: moved common consts and static methods to ICellularRadio | Maksym Telychko | 1 | |
2019-06-06 | [MTS-MTQ] refactoring: added quectel empty classes, CellularRadio moved to ↵ | Maksym Telychko | 1 | |
TelitRadio |