fixeria has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/25/42525/1
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;
};

To view, visit change 42525. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I1bdb7fab24fee28dbeac0ed05e13f650e08c98e9
Gerrit-Change-Number: 42525
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>