tbf: Fix typo and call it same

This commit is contained in:
Holger Hans Peter Freyther 2013-12-25 19:15:57 +01:00
parent 6f791d049a
commit ba26368040
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ struct gprs_rlcmac_tbf *tbf_alloc_ul(struct gprs_rlcmac_bts *bts,
int8_t tfi; /* must be signed */
#warning "Copy and paste with tbf_new_dl_assignment"
/* create new TBF, use sme TRX as DL TBF */
/* create new TBF, use same TRX as DL TBF */
tfi = bts->bts->tfi_find_free(GPRS_RLCMAC_UL_TBF, &trx, use_trx);
if (tfi < 0) {
LOGP(DRLCMAC, LOGL_NOTICE, "No PDCH resource\n");