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/.
neels gerrit-no-reply at lists.osmocom.orgneels has submitted this change. ( 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(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
neels: Looks good to me, approved
Jenkins Builder: Verified
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: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200625/62c0573d/attachment.htm>