Skip to content

quectel: check profile management support

Currently EC25 modems with firmwares before release 06 (and most likely others, see #795) disconnect when trying to configure the profile manager via qmi.

This MR adds a list of minimum firmware versions for affected Quectel modems to check whether profile management is supported or not. If a modem's firmware version is lower than the configured minimum, the profile manager is disabled, otherwise it is initialized regularly.

Merge request reports