fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/42525?usp=email )
Change subject: struct trx_power_params: fix inaccurate comment ......................................................................
struct trx_power_params: fix inaccurate comment
Change-Id: I1bdb7fab24fee28dbeac0ed05e13f650e08c98e9 Fixes: 4c632421 ("bts_shutdown_fsm: fix spurious RAMP_COMPL events in WAIT_TRX_CLOSED") --- M include/osmo-bts/tx_power.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/include/osmo-bts/tx_power.h b/include/osmo-bts/tx_power.h index 52c02f5..6327c62 100644 --- a/include/osmo-bts/tx_power.h +++ b/include/osmo-bts/tx_power.h @@ -60,7 +60,7 @@ struct osmo_timer_list step_timer; /* call-back called when target is reached */ ramp_compl_cb_t compl_cb; - /* set to true after compl_cb has been called (ramp target confirmed by hardware) */ + /* set to true just before compl_cb is called (ramp target confirmed by hardware) */ bool complete; } ramp; };