[PATCH] nitb: Set the DST field in generated MM info messages

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 Nov 9 07:44:05 UTC 2013


On Fri, Nov 08, 2013 at 02:06:11PM +0100, Jacob Erlbeck wrote:

> element if (and only if) a non-zero DST has been configured. The
> DST IE is not part of GSM 4.8. Therefore it will only be sent, if the
> DST offset is configured to a value != 0.


> +
> +		/* Does not support DST +2 */
> +		if (local_time->tm_isdst)
> +			dst = 1;

I think this code and the above message do not agree with each other?
Or is "configured" to be read in the broad sense that DST is currently
used on the host system?

> +#ifdef GSM48_IE_NET_DST

we depend on 0.6.4. You don't need these anymore.


holger




More information about the OpenBSC mailing list