diff --git a/src/host/trxcon/src/trx_if.c b/src/host/trxcon/src/trx_if.c index 1ab6ffda9..f627de8e1 100644 --- a/src/host/trxcon/src/trx_if.c +++ b/src/host/trxcon/src/trx_if.c @@ -768,6 +768,9 @@ void trx_if_close(struct trx_instance *trx) LOGPFSML(trx->fi, LOGL_NOTICE, "Shutdown transceiver interface\n"); + /* Abort TRXC response timer (if pending) */ + osmo_timer_del(&trx->trx_ctrl_timer); + /* Flush CTRL message list */ trx_if_flush_ctrl(trx);