From 79741cb0f8c6fc9d56cfbfc3b204c1a2cbb3a316 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Tue, 2 Jun 2015 12:33:30 +0200 Subject: tbf: Store MS class in GprsMs objects (TODO) --- src/bts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bts.cpp') diff --git a/src/bts.cpp b/src/bts.cpp index 7225a78c..ae0a1caa 100644 --- a/src/bts.cpp +++ b/src/bts.cpp @@ -833,7 +833,7 @@ void gprs_rlcmac_pdch::rcv_control_dl_ack_nack(Packet_Downlink_Ack_Nack_t *ack_n "message, so we provide one:\n"); /* This call will register the new TBF with the MS on success */ - tbf_alloc_ul(bts_data(), tbf->trx->trx_no, tbf->ms_class, + tbf_alloc_ul(bts_data(), tbf->trx->trx_no, tbf->ms_class(), tbf->tlli(), tbf->ta(), tbf); /* schedule uplink assignment */ -- cgit v1.2.3