Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2020-05-30 | Quectel Delta Radio Firmware Upgrade support - libmts-io implementation | Serhii Kostiuk | 1 | |
Initial implementation of the delta firmware image upload for Quectel radios. | ||||
2020-05-30 | Quectel Delta Radio Firmware Upgrade support - libmts-io implementation | Serhii Kostiuk | 1 | |
Declared base interface and added stub implementation for the Delta Radio Firmware Upgrade support in libmts-io. | ||||
2020-02-25 | [MTX-3239] Add "cellularMode" value to the radio-query --dynamic | Serhii Kostiuk | 1 | |
Added "cellularMode" value to the list dynamic (network stats) params | ||||
2020-02-25 | [MTX-3239] Add "cellularMode" value to the radio-query --dynamic | Serhii Kostiuk | 1 | |
Ported "cellularModeStr" function to MTS::IO::CellularRadio class. This function converts integer bitmap to comma-separated list of cellular modes. | ||||
2020-02-18 | [MTX-3232] Add "supportedCellularModes" value to the radio-query --static | Serhii Kostiuk | 1 | |
Defined "KEY_SUPPORTED_CELL_MODES" for a new field in radio-query --static output. This new field will return a comma-separated list of cellular modes (2g,3g,4g) that are supported by the modem. | ||||
2019-07-31 | Removed obsolete methods get/set radio mode | Maksym Telychko | 1 | |
Use get/setCellularMode instead Revert of commits: 4ef332ec707946a3cf2a55473d05dfc9af3d4b11 [MTS-MTQ] network radio mode switch: refactoring method name 143feb6a4587817d28c77e4df3a1b594b855f5e5 [MTS-MTQ] RAT mode switch: implementation for telit and quectel | ||||
2019-07-30 | MTX-2891 mpower 2-3-4g switch refactoring: enums | Maksym Telychko | 1 | |
2019-07-29 | MTX-2891 mpower 2-3-4g switch refactoring: method names | Maksym Telychko | 1 | |
2019-07-25 | MTX-2891 mpower: 2-3-4g switch implementation for Telit | Maksym Telychko | 1 | |
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 | |
Defined the JSON object fields for SIM Status Summary data | ||||
2019-06-22 | [MTS-MTQ] SIM status and PIN unlock procedures | Serhii Kostiuk | 1 | |
Declared the interface for SIM status and PIN-related methods | ||||
2019-06-21 | [MTS-MTQ] RAT mode switch: implementation for telit and quectel | Maksym Telychko | 1 | |
RAT - Radio Access Technology | ||||
2019-06-11 | [MTS-MTQ] refactoring: cellular factory namespaces | Maksym Telychko | 1 | |
2019-06-11 | [MTS-MTQ] refactoring: performance optimization | Maksym Telychko | 1 | |
strings replaced by const-char pointer | ||||
2019-06-10 | [MTS-MTQ] refactoring: static function moved to ICellularRadio | Maksym Telychko | 1 | |
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: public symbols visibility | Maksym Telychko | 1 | |
Make exported ICellularRadio and CellularRadioFactory only | ||||
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 |