From ec80f82824d39f4378670900bcc65cc51a90da4c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 27 Oct 2013 13:44:37 +0100 Subject: tbf: Remove the trx_no field from the tbf, go through the trx object --- src/gprs_rlcmac_ts_alloc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gprs_rlcmac_ts_alloc.cpp') diff --git a/src/gprs_rlcmac_ts_alloc.cpp b/src/gprs_rlcmac_ts_alloc.cpp index 6909aba6..c92192c6 100644 --- a/src/gprs_rlcmac_ts_alloc.cpp +++ b/src/gprs_rlcmac_ts_alloc.cpp @@ -280,7 +280,7 @@ int alloc_algorithm_b(struct gprs_rlcmac_bts *bts, "because it has different TSC than lower TS " "of TRX. In order to allow multislot, all " "slots must be configured with the same " - "TSC!\n", ts, tbf->trx_no); + "TSC!\n", ts, tbf->trx->trx_no); /* increase window for Type 1 */ if (Type == 1 && rx_window) i++; @@ -434,7 +434,7 @@ int alloc_algorithm_b(struct gprs_rlcmac_bts *bts, "than lower TS of TRX. In order to " "allow multislot, all slots must be " "configured with the same TSC!\n", - ts, tbf->trx_no); + ts, tbf->trx->trx_no); /* increase window for Type 1 */ if (Type == 1) i++; -- cgit v1.2.3