From efc92311e22e67a210429a15c29b396b0561317f Mon Sep 17 00:00:00 2001 From: "Harald Welte (local)" Date: Fri, 14 Aug 2009 23:09:25 +0200 Subject: allow vty to set periodic location updating timer t3212 --- openbsc/src/bsc_hack.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbsc/src/bsc_hack.c') diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c index 4253959a8..347e9519e 100644 --- a/openbsc/src/bsc_hack.c +++ b/openbsc/src/bsc_hack.c @@ -1029,11 +1029,10 @@ static int bootstrap_bts(struct gsm_bts *bts) } /* Control Channel Description */ - memset(&bts->chan_desc, 0, sizeof(struct gsm48_control_channel_descr)); bts->chan_desc.att = 1; bts->chan_desc.ccch_conf = RSL_BCCH_CCCH_CONF_1_C; bts->chan_desc.bs_pa_mfrms = RSL_BS_PA_MFRMS_5; - bts->chan_desc.t3212 = 0; + /* T3212 is set from vty/config */ paging_init(bts); -- cgit v1.2.3