aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/acc_ramp.h
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-02-08 17:19:46 +0100
committerStefan Sperling <ssperling@sysmocom.de>2018-02-08 17:19:46 +0100
commitac3d8c94320216202c289c8bf00cc4a3d2dbb49c (patch)
tree75650d8b38fb75c967033ee121be01f5279ed2da /include/osmocom/bsc/acc_ramp.h
parent2e4faf56ce71516fa8ae2880512df5377895f130 (diff)
remove default step interval; it doesn't make sense to have this
Diffstat (limited to 'include/osmocom/bsc/acc_ramp.h')
-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 */
};