aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-11 06:01:19 +0300
committerfixeria <vyanitskiy@sysmocom.de>2022-04-13 15:03:20 +0000
commitbab872cc0d5229b3b9de0e31b8cbc498ca7c53c9 (patch)
treebdf8c9873eff0ab169f45a89b3f04cec4ce36f60 /src/common/rsl.c
parent7af62e2d0ffd68102445b13b817a5db910e3cd41 (diff)
l1sap: l1sap_chan_act(): remove unused *tp argument
Diffstat (limited to 'src/common/rsl.c')
-rw-r--r--src/common/rsl.c2
1 files changed, 1 insertions, 1 deletions
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);