aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-trx/l1_if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index cd2a03cf..9de0abc8 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -383,9 +383,8 @@ static uint8_t trx_set_bts(struct gsm_bts *bts, struct tlv_parsed *new_attr)
l1h->config.bsic_sent = 0;
l1if_provision_transceiver_trx(l1h);
}
+ check_transceiver_availability_trx(l1h, transceiver_available);
}
- check_transceiver_availability(bts, transceiver_available);
-
return 0;
}