aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bs11_config.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-12 23:51:46 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-13 00:41:48 +0800
commit64278ede35b8c315a96508beab79643da89f37c2 (patch)
treeabc602bc25042b9255976f4bb0af83a6c709d10f /openbsc/src/bs11_config.c
parent52fd4e4395cd8852ac0dcb31062cce60f1b97209 (diff)
sw_load: Specify the trx_nr for the software load
For the multi TRX setup we will need to specify the right trx->nr to be able to flash the BTS. For the BS11 case we are ignoring the additional argument.
Diffstat (limited to 'openbsc/src/bs11_config.c')
-rw-r--r--openbsc/src/bs11_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bs11_config.c b/openbsc/src/bs11_config.c
index d8819d391..8f6de8a77 100644
--- a/openbsc/src/bs11_config.c
+++ b/openbsc/src/bs11_config.c
@@ -481,7 +481,7 @@ static int handle_state_resp(enum abis_bs11_phase state)
* argument, so our swload_cbfn can distinguish
* a safety load from a regular software */
if (file_is_readable(fname_safety))
- rc = abis_nm_software_load(g_bts, fname_safety,
+ rc = abis_nm_software_load(g_bts, 0xff, fname_safety,
win_size, param_forced,
swload_cbfn, g_bts);
else