aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-05-10 17:21:03 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-05-11 11:32:44 +0200
commit20271c421ca774e5e9dbafe366e7cdfd5cee8ad3 (patch)
tree6434667d8d44aab29d829f9759bf003efd678003 /src/tbf_ul.h
parentc6571b55814cf08f5df6ba5dc3423598845b0cb3 (diff)
Split ul_tbf alloc on CCCH into new function
This allows more easily finding when this specific scenario happens, and can easily be compared against the PACCH one. Change-Id: I609792a40fda2a798ca71a0e9f5639d0a0f011d7
Diffstat (limited to 'src/tbf_ul.h')
-rw-r--r--src/tbf_ul.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf_ul.h b/src/tbf_ul.h
index 4207deb7..0b9be28f 100644
--- a/src/tbf_ul.h
+++ b/src/tbf_ul.h
@@ -120,6 +120,7 @@ inline uint16_t gprs_rlcmac_ul_tbf::window_size() const
struct gprs_rlcmac_ul_tbf *tbf_alloc_ul_tbf(struct gprs_rlcmac_bts *bts, GprsMs *ms, int8_t use_trx, bool single_slot);
struct gprs_rlcmac_ul_tbf *tbf_alloc_ul_pacch(struct gprs_rlcmac_bts *bts, GprsMs *ms,
int8_t use_trx, uint32_t tlli);
+struct gprs_rlcmac_ul_tbf *tbf_alloc_ul_ccch(struct gprs_rlcmac_bts *bts, struct GprsMs *ms);
struct gprs_rlcmac_ul_tbf *handle_tbf_reject(struct gprs_rlcmac_bts *bts,
GprsMs *ms, uint8_t trx_no, uint8_t ts_no);