Skip to content

gas: New service, to support switching between stored firmwares.

Andreas Kling requested to merge awesomekling/libqmi:telit_gas_service into master

Some Telit modems (e.g LM940) have multiple firmwares to choose from. This patch implements the parts of the GAS service (0xE8) that are needed to list the active FW, list all FW, and set a new active FW.

These messages roughly correspond to the AT#GETFW and AT#ACTIVEFW commands.

Merge request reports