aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_hack.c
diff options
context:
space:
mode:
authorHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-14 23:09:25 +0200
committerHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-14 23:09:25 +0200
commitefc92311e22e67a210429a15c29b396b0561317f (patch)
tree29f8184166b821a55644ffa8a2cfeeb23ec12bbf /openbsc/src/bsc_hack.c
parent4ffb7b41b480fac37f5d29d62abce2be0b5532a1 (diff)
allow vty to set periodic location updating timer t3212
Diffstat (limited to 'openbsc/src/bsc_hack.c')
-rw-r--r--openbsc/src/bsc_hack.c3
1 files changed, 1 insertions, 2 deletions
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);