aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-11-21 10:00:39 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-11-21 11:23:47 +0100
commitb92a538d236ccffe97803279ecbaa242f8faa66a (patch)
tree9ee788fcef5ad6f5553ac870c7f117994a32a164 /openbsc/include
parent8a64141a533c0b090bbeb756bb8eac2eee457ad4 (diff)
bts: Store the bcch_change_mark in the bts structure
Store the BCCH change mark inside the BTS structure. This will allow us increment the number and re-generate the SIs. Related: SYS#739
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 0704bd753..0c14232f5 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -686,8 +686,9 @@ struct gsm_bts {
int num_trx;
struct llist_head trx_list;
- /* SI compatibility hacks */
+ /* SI related items */
int force_combined_si;
+ int bcch_change_mark;
#ifdef ROLE_BSC
/* Abis NM queue */