aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 17:49:36 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commitaa9c326d7e78d30ff366402a664eeb052711fd4a (patch)
tree6ece19b1ee23d33b4e65d8ccc76933a247d54e79 /src/tbf.h
parentfcbc70211208323b22ab9805cdf19769cce72d23 (diff)
tbf: Move the updating of the data into the tbf class
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 10bff14a..bf70b2e9 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -101,6 +101,8 @@ struct gprs_rlcmac_tbf {
int rlcmac_diag();
+ int update();
+
struct llist_head list;
uint32_t state_flags;
enum gprs_rlcmac_tbf_direction direction;
@@ -228,8 +230,6 @@ struct gprs_rlcmac_tbf *tbf_by_tfi(struct gprs_rlcmac_bts *bts,
void tbf_free(struct gprs_rlcmac_tbf *tbf);
-int tbf_update(struct gprs_rlcmac_tbf *tbf);
-
int tbf_assign_control_ts(struct gprs_rlcmac_tbf *tbf);
void tbf_new_state(struct gprs_rlcmac_tbf *tbf,