aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/bsc_dyn_ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libbsc/bsc_dyn_ts.c')
-rw-r--r--openbsc/src/libbsc/bsc_dyn_ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/bsc_dyn_ts.c b/openbsc/src/libbsc/bsc_dyn_ts.c
index 456500a89..e5422fc5c 100644
--- a/openbsc/src/libbsc/bsc_dyn_ts.c
+++ b/openbsc/src/libbsc/bsc_dyn_ts.c
@@ -52,7 +52,7 @@ void tchf_tchh_pdch_ts_init(struct gsm_bts_trx_ts *ts)
return;
}
- dyn_ts_switchover_start(ts->lchan, GSM_PCHAN_PDCH);
+ dyn_ts_switchover_start(ts, GSM_PCHAN_PDCH);
}
void dyn_ts_init(struct gsm_bts_trx_ts *ts)