aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/bsc/acc_ramp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/acc_ramp.h b/include/osmocom/bsc/acc_ramp.h
index a02db15b7..dd72d43d2 100644
--- a/include/osmocom/bsc/acc_ramp.h
+++ b/include/osmocom/bsc/acc_ramp.h
@@ -38,7 +38,7 @@ enum acc_ramp_step_size {
};
enum acc_ramp_step_interval {
- ACC_RAMP_STEP_INTERVAL_MIN = 1, /* 1 second */
+ ACC_RAMP_STEP_INTERVAL_MIN = 30, /* 30 seconds */
ACC_RAMP_STEP_INTERVAL_DEFAULT = 60, /* 1 minute */
ACC_RAMP_STEP_INTERVAL_MAX = 600, /* 10 minutes */
};