aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-05-10 18:54:52 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-05-11 11:32:44 +0200
commit4b6f0bfe69e283c7760e6b61eb76083f2281602a (patch)
tree503e9e1449affb704b851eb74453ff44dc1a5c06 /src/tbf_ul.h
parent20271c421ca774e5e9dbafe366e7cdfd5cee8ad3 (diff)
Implement T3141
Diffstat (limited to 'src/tbf_ul.h')
-rw-r--r--src/tbf_ul.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tbf_ul.h b/src/tbf_ul.h
index 0b9be28f..9396633b 100644
--- a/src/tbf_ul.h
+++ b/src/tbf_ul.h
@@ -87,6 +87,8 @@ struct gprs_rlcmac_ul_tbf : public gprs_rlcmac_tbf {
void set_window_size();
void update_coding_scheme_counter_ul(enum CodingScheme cs);
void usf_timeout();
+ void contention_resolution_start();
+ void contention_resolution_success();
/* Please note that all variables here will be reset when changing
* from WAIT RELEASE back to FLOW state (re-use of TBF).