uqmi: improve response detection
authorJean Thomas <jean.thomas@wifirst.fr>
Tue, 5 Dec 2023 10:12:37 +0000 (11:12 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 16 Jan 2024 22:18:41 +0000 (22:18 +0000)
commitdfa612e421cbe4c940e08aa467718fae81fd53db
tree29e85d88db872a0dcdbcae154039636a7575da2c
parenteea292401c388a4eb59c0caf5d00aa046c6059f4
uqmi: improve response detection

Create a helper which checks the flags depending on the service
indicated in the received message, as the response flag is not the same
for the CTL service and the other services. This avoids considering
a CTL indication as a valid response.

Also use a mask in order to check the flags, as they are a bitmap.

Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
dev.c