aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gprs_llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/gprs_llc.h')
-rw-r--r--include/openbsc/gprs_llc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openbsc/gprs_llc.h b/include/openbsc/gprs_llc.h
index 02945e164..9f1760573 100644
--- a/include/openbsc/gprs_llc.h
+++ b/include/openbsc/gprs_llc.h
@@ -99,8 +99,8 @@ struct gprs_llc_lle {
enum gprs_llc_lle_state state;
- struct timer_list t200;
- struct timer_list t201; /* wait for acknowledgement */
+ struct osmo_timer_list t200;
+ struct osmo_timer_list t201; /* wait for acknowledgement */
uint16_t v_sent;
uint16_t v_ack;