aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/bts.c')
-rw-r--r--src/common/bts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/bts.c b/src/common/bts.c
index fdd1ede8..3e167244 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -418,7 +418,7 @@ int bts_link_estab(struct gsm_bts *bts)
for (j = 0; j < ARRAY_SIZE(trx->ts); j++) {
struct gsm_bts_trx_ts *ts = &trx->ts[j];
- oml_tx_state_changed(&ts->mo);
+ oml_tx_state_changed(&ts->nm_chan.mo);
}
}