aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-10-27 15:25:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-10-28 15:14:44 +0200
commitcc30b052dbaf528e1954a911dfd7fbf0f6a036db (patch)
treefde2c03fbe2c85254074f698caec396cc08c5082 /src/tbf_ul.h
parentbd1f01fd2770c893592f94c5449a9c23b5871c63 (diff)
Rename as_{dl,ul}_tbf -> tbf_as_{dl,ul}_tbf
Prefix the function accordingly to specify the input object. Change-Id: I225568fe2cb5236817cdd9609354c24c66723606
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 d69220d6..301c52a0 100644
--- a/src/tbf_ul.h
+++ b/src/tbf_ul.h
@@ -137,7 +137,7 @@ extern "C" {
#endif
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 *as_ul_tbf(struct gprs_rlcmac_tbf *tbf);
+struct gprs_rlcmac_ul_tbf *tbf_as_ul_tbf(struct gprs_rlcmac_tbf *tbf);
void tbf_usf_timeout(struct gprs_rlcmac_ul_tbf *tbf);
bool ul_tbf_contention_resolution_done(const struct gprs_rlcmac_ul_tbf *tbf);
struct osmo_fsm_inst *tbf_ul_ack_fi(const struct gprs_rlcmac_ul_tbf *tbf);