Change in osmo-bts[master]: bts-omldummy: Speed up shutdown (instantaneous ramp)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Jun 25 12:18:49 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/19008 )


Change subject: bts-omldummy: Speed up shutdown (instantaneous ramp)
......................................................................

bts-omldummy: Speed up shutdown (instantaneous ramp)

Change-Id: I4d4e7a5bfb899787605b3b25dcdc9e9470c438d9
---
M src/osmo-bts-omldummy/bts_model.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/08/19008/1

diff --git a/src/osmo-bts-omldummy/bts_model.c b/src/osmo-bts-omldummy/bts_model.c
index e4cc826..1ff336e 100644
--- a/src/osmo-bts-omldummy/bts_model.c
+++ b/src/osmo-bts-omldummy/bts_model.c
@@ -182,6 +182,9 @@
 
 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;
 }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/19008
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4d4e7a5bfb899787605b3b25dcdc9e9470c438d9
Gerrit-Change-Number: 19008
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200625/133d226d/attachment.htm>


More information about the gerrit-log mailing list