aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-10-23 22:30:04 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-10-24 22:14:42 +0200
commit442198cd410b19ac29ce384023aeeb74d3aab797 (patch)
treebc60ebe770c7c4e991f7c23465656e8d03ba8151 /src/tbf_ul.h
parente9f77d377b1cfad300768821c90ccd17973e0a76 (diff)
Move ul_tbf allocation code to correct file
Diffstat (limited to 'src/tbf_ul.h')
-rw-r--r--src/tbf_ul.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tbf_ul.h b/src/tbf_ul.h
index 606551c2..9ccdf620 100644
--- a/src/tbf_ul.h
+++ b/src/tbf_ul.h
@@ -130,4 +130,10 @@ inline gprs_rlcmac_ul_tbf *as_ul_tbf(gprs_rlcmac_tbf *tbf)
return NULL;
}
+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(struct gprs_rlcmac_bts *bts, GprsMs *ms,
+ int8_t use_trx, uint32_t tlli);
+struct gprs_rlcmac_ul_tbf *handle_tbf_reject(struct gprs_rlcmac_bts *bts,
+ GprsMs *ms, uint32_t tlli, uint8_t trx_no, uint8_t ts_no);
+
#endif