diff --git a/src/host/layer23/src/mobile/tch_data.c b/src/host/layer23/src/mobile/tch_data.c index 5474bdfec..7f0a330c9 100644 --- a/src/host/layer23/src/mobile/tch_data.c +++ b/src/host/layer23/src/mobile/tch_data.c @@ -407,7 +407,7 @@ static int tch_csd_tx_to_l1(struct osmocom_ms *ms) OSMO_ASSERT(0); } - return gsm48_rr_tx_traffic(ms, nmsg); + return tch_send_msg(ms, nmsg); } static int tch_data_check_bcap(const struct gsm_mncc_bearer_cap *bcap)