From bab872cc0d5229b3b9de0e31b8cbc498ca7c53c9 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 11 Apr 2022 06:01:19 +0300 Subject: l1sap: l1sap_chan_act(): remove unused *tp argument Change-Id: I2030f05b55fc9370e71ff12b26ffe1142f4acfc8 --- src/common/rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/rsl.c') diff --git a/src/common/rsl.c b/src/common/rsl.c index 30b65fc8..59bc799d 100644 --- a/src/common/rsl.c +++ b/src/common/rsl.c @@ -1988,7 +1988,7 @@ static int rsl_rx_chan_activ(struct msgb *msg) lchan->top_acch_active = false; /* actually activate the channel in the BTS */ - rc = l1sap_chan_act(lchan->ts->trx, dch->chan_nr, &tp); + rc = l1sap_chan_act(lchan->ts->trx, dch->chan_nr); if (rc < 0) return rsl_tx_chan_act_acknack(lchan, -rc); -- cgit v1.2.3