From b92a538d236ccffe97803279ecbaa242f8faa66a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 21 Nov 2014 10:00:39 +0100 Subject: 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 --- openbsc/src/libcommon/gsm_data_shared.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/src/libcommon') diff --git a/openbsc/src/libcommon/gsm_data_shared.c b/openbsc/src/libcommon/gsm_data_shared.c index 8d5d0f85d..8687a1047 100644 --- a/openbsc/src/libcommon/gsm_data_shared.c +++ b/openbsc/src/libcommon/gsm_data_shared.c @@ -276,6 +276,9 @@ struct gsm_bts *gsm_bts_alloc(void *ctx) bts->rach_ldavg_slots = -1; bts->paging.free_chans_need = -1; + /* si handling */ + bts->bcch_change_mark = 1; + return bts; } -- cgit v1.2.3