aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-10-31 14:33:09 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-10-31 22:07:31 +0100
commitbda7bb7667982049272e354d8113764fe5b6d636 (patch)
treea51e6464c789bec22594c48c4a6b87a0e078f23a /src/tbf_ul.h
parentb8ff74b37a8dcaa27af3c6653b6c30d7f18137d0 (diff)
Rename tbf_alloc_ul_tbf -> ul_tbf_alloc
Use proper prefix according to the type being allocated. Change-Id: Ic98c3c852c96c3f52f1c8f531b8d0fd28ce5aef5
Diffstat (limited to 'src/tbf_ul.h')
-rw-r--r--src/tbf_ul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf_ul.h b/src/tbf_ul.h
index 0812b9d6..014b1672 100644
--- a/src/tbf_ul.h
+++ b/src/tbf_ul.h
@@ -132,7 +132,7 @@ struct gprs_rlcmac_ul_tbf;
#ifdef __cplusplus
extern "C" {
#endif
-struct gprs_rlcmac_ul_tbf *tbf_alloc_ul_tbf(struct gprs_rlcmac_bts *bts, struct GprsMs *ms, int8_t use_trx, bool single_slot);
+struct gprs_rlcmac_ul_tbf *ul_tbf_alloc(struct gprs_rlcmac_bts *bts, struct GprsMs *ms, int8_t use_trx, bool single_slot);
void update_tbf_ta(struct gprs_rlcmac_ul_tbf *tbf, int8_t ta_delta);
void set_tbf_ta(struct gprs_rlcmac_ul_tbf *tbf, uint8_t ta);
struct gprs_rlcmac_ul_tbf *tbf_as_ul_tbf(struct gprs_rlcmac_tbf *tbf);