Skip to content

broadband-modem-qmi: ignore our own profile changed indications

The device may emit a "WDS Profile Changed" indication triggered from our own "WDS Modify Profile", "WDS Create Profile" or "WDS Delete Profile" operations, so ensure those are fully ignored so that we don't emit the "Updated" signal in the ProfileManager interface.

The logic keeps track of the amount of concurrent operations so that the signal is ignored for as long as there is at least one operation running.

Fixes #687 (closed)

Merge request reports