From 9fbff4adacd9b7b4c45482c2b7c8ecf900d76ba7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 30 Jul 2010 11:50:09 +0200 Subject: [BSC] Add support for configfile-hardcoded System Information messages --- openbsc/include/openbsc/gsm_data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index a66804533..e276e1eee 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -540,6 +540,10 @@ struct gsm_bts { } data; } si_common; + /* do we use static (user-defined) system information messages? (bitmask) */ + uint32_t si_mode_static; + /* bitmask of all SI that are present/valid in si_buf */ + uint32_t si_valid; /* buffers where we put the pre-computed SI */ sysinfo_buf_t si_buf[_MAX_SYSINFO_TYPE]; -- cgit v1.2.3