[PATCH] osmo-msc[master]: Delete expired SMS automatically.

2018-01-22 Thread Stefan Sperling
Delete expired SMS automatically. Delete expired SMS whenever we are done processing an SMS-related signal. In order to minimize additional latency only one SMS is removed at a time. Change-Id: I56cbe716e52b679c4b94f6cbb4a171306975be2e Related: OS#2354 --- M include/osmocom/msc/db.h M

[PATCH] osmo-msc[master]: Delete expired SMS automatically.

2018-01-22 Thread Stefan Sperling
Review at https://gerrit.osmocom.org/5996 Delete expired SMS automatically. Delete expired SMS whenever we are done processing an SMS-related signal. In order to minimize additional latency only one SMS is removed at a time. Change-Id: I56cbe716e52b679c4b94f6cbb4a171306975be2e Depends: