From 1c5dd2c9bbc26902cdad0487e090e97e983b0787 Mon Sep 17 00:00:00 2001 From: Gus Bourg Date: Fri, 2 Dec 2011 10:18:17 +0100 Subject: Add NITZ (timezone) support as part of MM INFO The UTC offset from the operating system will be used by default to calculate the NITZ in MM INFO. However, a "timezone" vty command is added at the BTS level, allowing BTS-specific overrides, e.g. in case BTSs are distributed accross multiple timezones. --- openbsc/include/openbsc/gsm_data_shared.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index f7a85a38b..25e90ede0 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -473,6 +473,11 @@ struct gsm_bts { /* buffers where we put the pre-computed SI */ sysinfo_buf_t si_buf[_MAX_SYSINFO_TYPE]; + /* TimeZone hours, mins, and bts specific */ + int tzhr; + int tzmn; + int tz_bts_specific; + /* ip.accesss Unit ID's have Site/BTS/TRX layout */ union { struct { -- cgit v1.2.3