alloc: Add a note that the tx window handling differs from rx

It looks like the code is different (without a reason) a good
reason.
This commit is contained in:
Holger Hans Peter Freyther 2013-12-25 20:24:16 +01:00
parent c7b998cc73
commit df022f6cb2
1 changed files with 2 additions and 0 deletions

View File

@ -422,6 +422,7 @@ int alloc_algorithm_b(struct gprs_rlcmac_bts *bts,
if (!pdch->is_enabled()) {
LOGP(DRLCMAC, LOGL_DEBUG, "- Skipping TS %d, "
"because not enabled\n", ts);
#warning "Why isn't it needed to increase the window?"
continue;
}
/* check if TSC changes */
@ -435,6 +436,7 @@ int alloc_algorithm_b(struct gprs_rlcmac_bts *bts,
"configured with the same TSC!\n",
ts, tbf->trx->trx_no);
/* increase window for Type 1 */
#warning "Why isn't it needed to check for tx_window"
if (Type == 1)
i++;
continue;