aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/acc_ramp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/bsc/acc_ramp.h b/include/osmocom/bsc/acc_ramp.h
index 63cd066e8..f4bcd4096 100644
--- a/include/osmocom/bsc/acc_ramp.h
+++ b/include/osmocom/bsc/acc_ramp.h
@@ -39,7 +39,6 @@ enum acc_ramp_step_size {
enum acc_ramp_step_interval {
ACC_RAMP_STEP_INTERVAL_MIN = 30, /* 30 seconds */
- ACC_RAMP_STEP_INTERVAL_DEFAULT = 60, /* 1 minute */
ACC_RAMP_STEP_INTERVAL_MAX = 600, /* 10 minutes */
};