aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-omldummy/bts_model.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-omldummy/bts_model.c b/src/osmo-bts-omldummy/bts_model.c
index e4cc8267..1ff336e1 100644
--- a/src/osmo-bts-omldummy/bts_model.c
+++ b/src/osmo-bts-omldummy/bts_model.c
@@ -182,6 +182,9 @@ int bts_model_init(struct gsm_bts *bts)
int bts_model_trx_init(struct gsm_bts_trx *trx)
{
+ struct trx_power_params *tpp = &trx->power_params;
+ /* Speed up shutdown, we don't care about power ramping in omldummy */
+ tpp->ramp.step_interval_sec = 0;
return 0;
}