aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gprs_sndcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs/gprs_sndcp.h')
-rw-r--r--src/gprs/gprs_sndcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gprs/gprs_sndcp.h b/src/gprs/gprs_sndcp.h
index e9a50be1c..fef871aa1 100644
--- a/src/gprs/gprs_sndcp.h
+++ b/src/gprs/gprs_sndcp.h
@@ -2,7 +2,7 @@
#define _INT_SNDCP_H
#include <stdint.h>
-#include <osmocore/linuxlist.h>
+#include <osmocom/core/linuxlist.h>
/* A fragment queue header, maintaining list of fragments for one N-PDU */
struct defrag_state {
@@ -20,7 +20,7 @@ struct defrag_state {
/* linked list of defrag_queue_entry: one for each fragment */
struct llist_head frag_list;
- struct timer_list timer;
+ struct osmo_timer_list timer;
};
/* See 6.7.1.2 Reassembly */