aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-trx/trx_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index b0481702..abe6846d 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -450,6 +450,7 @@ static int trx_ctrl_rx_rsp(struct trx_l1h *l1h, struct trx_ctrl_rsp *rsp, bool c
if (rsp->status == 0) {
if (pinst->phy_link->state != PHY_LINK_CONNECTED)
phy_link_state_set(pinst->phy_link, PHY_LINK_CONNECTED);
+ return 0;
} else {
LOGP(DTRX, LOGL_NOTICE,
"transceiver (%s) rejected POWERON command (%d), re-trying in a few seconds\n",