aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-11 10:21:39 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-06 15:51:27 +0200
commitd2065b0c843cfa283bb1685ef997d91a5286ffbd (patch)
treea3023458cb77a7f27b077cea12144881f89846c7 /src/osmo-bts-sysmo/l1_if.c
parentb469e7314860794aebd904ebc4a63f877c01c3fc (diff)
sysmobts: Enable the RF active LED only when enabling the carrierzecke/led-late
TODO: check at which point... there is an emission of the BTS...
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.c')
-rw-r--r--src/osmo-bts-sysmo/l1_if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index 0af1014c..c4c93929 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -1019,8 +1019,7 @@ static int activate_rf_compl_cb(struct gsm_bts_trx *trx, struct msgb *resp)
LOGP(DL1C, LOGL_FATAL, "RF-ACT.conf with status %s\n",
get_value_string(femtobts_l1status_names, status));
bts_shutdown(trx->bts, "RF-ACT failure");
- } else
- sysmobts_led_set(LED_RF_ACTIVE, 1);
+ }
/* signal availability */
oml_mo_state_chg(&trx->mo, NM_OPSTATE_DISABLED, NM_AVSTATE_OK);