aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc')
-rw-r--r--include/osmocom/bsc/acc_ramp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/osmocom/bsc/acc_ramp.h b/include/osmocom/bsc/acc_ramp.h
index a4ce0d2d6..9e0d13f00 100644
--- a/include/osmocom/bsc/acc_ramp.h
+++ b/include/osmocom/bsc/acc_ramp.h
@@ -106,7 +106,10 @@ void acc_ramp_set_step_interval_dynamic(struct acc_ramp *acc_ramp);
*/
void acc_ramp_start(struct acc_ramp *acc_ramp);
-/* Abort the ramping process. If the process has already finished, this function has no effect. */
+/*
+ * Abort the ramping process. If ramping is disabled or has already finished,
+ * then this function has no effect.
+ */
void acc_ramp_abort(struct acc_ramp *acc_ramp);
/*