[PATCH] libmsc,sms: Properly calculate and store validity and received timestamps for incoming SMS.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Sat Mar 8 16:49:11 UTC 2014


On Sat, Mar 08, 2014 at 04:53:12PM +0100, Alexander Chemeris wrote:

> -		"(datetime('now'), %u, "
> +		"(%s, %s, "

...

> -		validity_timestamp,
> +		received_timestamp, validity_timestamp,

Please do not change the created to be the received timestamp. If you
want to have a received_timestamp then introduce it. In case you hurry
up we can get it into schema version 4.





More information about the OpenBSC mailing list