libosmocore/include
Alexander Chemeris e6475447bf sms: Proper decoding and storage of SMS validity period.
- Use time_t instead of abstract minutes to store validity time to make sure we support all possible values.
- Return UNIX time from it to support both relative and absolute expire times.
- Pass a current time to gsm340_validity_period() to compute the absolute expire time if a relative time is specified. What time is "current" is to be decided by callers.
- We also introduce SMS_DEFAULT_VALIDITY_PERIOD macros to reduce number of magic values.
2014-03-12 21:04:52 +04:00
..
osmocom sms: Proper decoding and storage of SMS validity period. 2014-03-12 21:04:52 +04:00
Makefile.am implement COMP128 version 2 and 3 A3/A8 algorithm 2013-11-03 15:05:25 +01:00