aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts_trx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/bts_trx.c')
-rw-r--r--src/common/bts_trx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/bts_trx.c b/src/common/bts_trx.c
index 6bb18a34..38fb90a2 100644
--- a/src/common/bts_trx.c
+++ b/src/common/bts_trx.c
@@ -199,6 +199,7 @@ int trx_link_estab(struct gsm_bts_trx *trx)
link ? "up" : "down");
osmo_fsm_inst_dispatch(trx->mo.fi, link ? NM_EV_RSL_UP : NM_EV_RSL_DOWN, NULL);
+ osmo_fsm_inst_dispatch(trx->bb_transc.mo.fi, link ? NM_EV_RSL_UP : NM_EV_RSL_DOWN, NULL);
if (link)
rc = rsl_tx_rf_res(trx);