Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2020-07-16 | Add vendor firmware version | Andrii Pientsov | 1 | |
2020-06-30 | Merge remote-tracking branch 'origin/master' into sk/quectel-delta-fwu | Serhii Kostiuk | 1 | |
2020-06-30 | Merge remote-tracking branch 'origin/master' into sk/quectel-delta-fwu | Serhii Kostiuk | 1 | |
2020-06-25 | [MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changes | Serhii Kostiuk | 1 | |
Merged all the changes from the intermediate release to master. | ||||
2020-06-16 | [GP-654] Add SIM card-based carrier detection | Serhii Kostiuk | 1 | |
Changes after a code review: - renamed "MTS Carrier Code" to the "Carrier Code"; - fixed descriptions for the new field and methods. | ||||
2020-06-16 | GP-654: Add SIM card-based carrier detection | Serhii Kostiuk | 1 | |
This commit adds implementation of the SIM-based carrier detection. The goal for this implementation is to replace various places in the firmware that previously relied on the ICCID-based carrier detection, provide some layer of abstraction and forward compatibility for such places. It is particularly useful for fwSwitch radios with AUTO firmware selection capability. | ||||
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-29 | mPower Oct20: L4G1 libmts-io support | mykola.salomatin | 1 | |
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-19 | Merge branch 'cleanup_MAT1_MVW1_radios' into 'master' | Jeff Hatch | 1 | |
MTX-3211 Remove the code that is used to support ME910C1-NV and ME910C1-NA See merge request !10 | ||||
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. | ||||
2020-02-17 | MTX-3211 Remove the code that is used to support ME910C1-NV and ME910C1-NA | Andrii Pientsov | 1 | |
2019-11-22 | [GP-359][MTX-3072] mPower Edge: LVW3 radio support | Serhii Kostiuk | 1 | |
Added LVW3 radio support to the libmts-io. | ||||
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-12 | [MTS-MTQ] QuectelRadio implementation | Serhii Kostiuk | 1 | |
Updated the following functions to support Quectel radios: - CellularRadioFactory::createEG95Radio - fixed to build a EG95Radio instance; - ICellularRadio::extractModelFromResult - returning EG95 for EG95 radios; - ICellularRadio::convertModelToType - returning VALUE_TYPE_LTE for EG95. | ||||
2019-06-11 | [MTS-MTQ] cellular factory: quectel eg95 instance creation | 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-06 | [MTS-MTQ] refactoring: moved common consts and static methods to ICellularRadio | Maksym Telychko | 1 | |