aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_ms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_ms.h')
-rw-r--r--src/gprs_ms.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gprs_ms.h b/src/gprs_ms.h
index 03508ffc..4f6456e7 100644
--- a/src/gprs_ms.h
+++ b/src/gprs_ms.h
@@ -80,7 +80,6 @@ struct GprsMs {
struct osmo_use_count use_count;
struct osmo_timer_list timer;
- unsigned delay;
int64_t last_cs_not_low;
@@ -216,11 +215,6 @@ static inline enum mcs_kind ms_mode(const struct GprsMs *ms)
return ms->mode;
}
-static inline void ms_set_timeout(struct GprsMs *ms, unsigned secs)
-{
- ms->delay = secs;
-}
-
static inline unsigned ms_nack_rate_dl(const struct GprsMs *ms)
{
return ms->nack_rate_dl;