aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libbsc/filter_abis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/filter_abis.c b/openbsc/src/libbsc/filter_abis.c
index 80ec2c617..229352062 100644
--- a/openbsc/src/libbsc/filter_abis.c
+++ b/openbsc/src/libbsc/filter_abis.c
@@ -66,7 +66,7 @@ static int silentcall_cbfn(unsigned int subsys, unsigned int signal,
fm->scall_id = (uint8_t) ((int) sigdata->data & 0xff);
if(signal == S_SCALL_SUCCESS) {
- fm->priv1 = sigdata->conn->lchan->ts->trx;
+ fm->priv1 = sigdata->conn->lchan->ts->trx->rsl_link;
fm->priv2 = sigdata->conn->lchan;
fm->chan_nr = gsm_lchan2chan_nr(sigdata->conn->lchan);
}