07-11-2021, 04:40 AM
Have you checked with mmcli if there are any missing SMS listed and if the pipe maybe has been clogged up by an MMS? This can happen since MMS handling isn't properly implemented yet. You can check the queue with
read any of those SMS specified by its index with
and delete it by
So if there are any messages in the list, delete them and when the queue is empty, check if receiving SMS works again.
Code:
mmcli -m any --messaging-list-sms
Code:
mmcli -m any --sms=[index]
Code:
mmcli -m any --messaging-delete-sms=[index]