Skip to content

broadband-modem-mbim: MbimSmsStatusFlag is flags, not an enum

We can directly use this change instead of requiring the libmbim version bump because the numeric values of the enum didn't change: NEW_MESSAGE == 2 == (1<<1)

Fixes #673 (closed)

Merge request reports