aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-30 11:50:09 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-30 11:50:09 +0200
commit9fbff4adacd9b7b4c45482c2b7c8ecf900d76ba7 (patch)
treeea681cc496fef2d1556afa1c6d15d16d9f758aec /openbsc/include
parent5f827f4edea1a66a5a050edb022be81d2d9f8313 (diff)
[BSC] Add support for configfile-hardcoded System Information messages
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h4
1 files changed, 4 insertions, 0 deletions
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];