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