MBIM: Failure to notify incoming SMS messages if storage is full
Due to libmbim#36 (closed), we are not notifying incoming SMS messages if the storage is full, because MM assumes the MbimSmsStatusFlag
is an enumeration instead of flags:
if (flag == MBIM_SMS_STATUS_FLAG_NEW_MESSAGE)
....
`