Skip to content
Success

Changes

Summary

  1. Avoid UPDATE immediately followed by DELETE (details)
Commit 88be63275ae874aafae5c2139436a39d6d200fe4 by keith
Avoid UPDATE immediately followed by DELETE

There is no need to mark an SMS as sent before deleting it.
Avoid the extra database overhead involved in doing this.

Change-Id: I777155c0f818b979c636bb59953719e472771603
The file was modifiedinclude/osmocom/msc/db.h
The file was modifiedinclude/osmocom/msc/sms_queue.h
The file was modifiedsrc/libmsc/gsm_04_11.c
The file was modifiedsrc/libmsc/sms_queue.c
The file was modifiedsrc/libmsc/db.c