mobile: use tch_send_msg() in tch_csd_tx_to_l1()

Do not access the RR API directly, use TCH API for sending UL data.

Change-Id: Icd5b5fad835feecd96a83fa5c83ed08037826fa6
Related: OS#4396
This commit is contained in:
Vadim Yanitskiy 2024-02-06 00:34:47 +07:00
parent 2a2cf40fc3
commit c2b1c8081f
1 changed files with 1 additions and 1 deletions

View File

@ -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)