FIXUP tbf: Maintain the number of TBF per PDCH

This commit is contained in:
Jacob Erlbeck 2015-06-30 13:43:52 +02:00
parent 4d4fb65975
commit 1e64bdbe3f
1 changed files with 1 additions and 1 deletions

View File

@ -254,8 +254,8 @@ static void assign_uplink_tbf_usf(
struct gprs_rlcmac_ul_tbf *tbf, int8_t usf)
{
tbf->trx->ul_tbf[tbf->tfi()] = tbf;
attach_tbf_to_pdch(pdch, tbf);
tbf->m_usf[pdch->ts_no] = usf;
attach_tbf_to_pdch(pdch, tbf);
}
static void assign_dlink_tbf(