aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/bts_nokia_site.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-03 13:01:47 +0200
committerHarald Welte <laforge@gnumonks.org>2012-06-03 16:58:18 +0200
commit67161f27d1a6a46553ebe42e8c0459d75533a1d4 (patch)
treea60c1383abaac625f7051800ce0313705431b328 /openbsc/src/libbsc/bts_nokia_site.c
parent66d360661a992104beda2c9578ff40cd60aa4e70 (diff)
Allow VTY-based configuration of T3105
This timer will only be forwarded to BS11 and Ericsson Abis so far, not to Nokia and ip.access BTS yet.
Diffstat (limited to 'openbsc/src/libbsc/bts_nokia_site.c')
-rw-r--r--openbsc/src/libbsc/bts_nokia_site.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libbsc/bts_nokia_site.c b/openbsc/src/libbsc/bts_nokia_site.c
index cb1a9d541..b2749b595 100644
--- a/openbsc/src/libbsc/bts_nokia_site.c
+++ b/openbsc/src/libbsc/bts_nokia_site.c
@@ -541,13 +541,13 @@ static uint8_t fu_config_template[] = {
/* ID = 0x02 (T3105_F) */
/* length = 2 */
/* [16] */
- 0x00, 0x28,
+ 0x00, 0x28, /* FIXME: use net->T3105 */
0x50, 0x02,
/* ID = 0x10 (T3105_D) */
/* length = 2 */
/* [20] */
- 0x00, 0x28,
+ 0x00, 0x28, /* FIXME: use net->T3105 */
0x43, 0x05,
/* ID = 0x03 (Interference band limits) */