tbf_ul: Document context where tbf_alloc_ul_ccch() is used

It can be seen that this function properly passes single=true to
tbf_alloc_ul_tbf().

Change-Id: Id83bfd78c88fa9e4fa98268cc726298c276e6f20
This commit is contained in:
Pau Espin 2021-11-02 14:13:47 +01:00
parent 7e8d5ab4c4
commit 858f038c1c
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ gprs_rlcmac_ul_tbf *tbf_alloc_ul_pacch(struct gprs_rlcmac_bts *bts, GprsMs *ms,
return tbf;
}
/* Alloc a UL TBF to be assigned over CCCH */
/* Alloc a UL TBF to be assigned over CCCH. Used by request of a "One phase
* packet access", where MS requested only 1 PDCH TS (TS 44.018 Table 9.1.8.1). */
struct gprs_rlcmac_ul_tbf *tbf_alloc_ul_ccch(struct gprs_rlcmac_bts *bts, struct GprsMs *ms)
{
struct gprs_rlcmac_ul_tbf *tbf;