aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-08-16 11:49:11 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-28 16:24:40 +0100
commit5ba18b79ccd9307d0aa717fc6b18ac4d75c7d835 (patch)
tree2fbe4f3f13be60d852c029fcf5ce01151774787f
parent0eb02cdff80d11ae6da4603440acf7c6106a7b06 (diff)
ctrl: Do not allow to set the RF Lock for a single trx
The ip.access nanoBTS has issues if the admin changes are called too often in too little time. This will lead to a situation where the site manager will fail to start properly. Remove the TRX code as the RF Control class does not support setting this per TRX.
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_ctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c b/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
index 0df3f8052..96dd8587c 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
@@ -460,7 +460,6 @@ int bsc_ctrl_cmds_install()
rc = ctrl_cmd_install(CTRL_NODE_NET, &cmd_net_rf_lock);
if (rc)
goto end;
- rc = ctrl_cmd_install(CTRL_NODE_TRX, &cmd_trx_rf_lock);
end:
return rc;
net = msc->data->network;