Change in osmo-bts[master]: bts_shutdown_fsm: Fix event name

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
Mon Sep 20 17:27:49 UTC 2021


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


Change subject: bts_shutdown_fsm: Fix event name
......................................................................

bts_shutdown_fsm: Fix event name

Change-Id: Id042ae37f7c9dbd2edbb76932abb91d605d85e26
---
M src/common/bts_shutdown_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/common/bts_shutdown_fsm.c b/src/common/bts_shutdown_fsm.c
index a9db76f..c16b76a 100644
--- a/src/common/bts_shutdown_fsm.c
+++ b/src/common/bts_shutdown_fsm.c
@@ -197,7 +197,7 @@
 const struct value_string bts_shutdown_fsm_event_names[] = {
 	OSMO_VALUE_STRING(BTS_SHUTDOWN_EV_START),
 	OSMO_VALUE_STRING(BTS_SHUTDOWN_EV_TRX_RAMP_COMPL),
-	OSMO_VALUE_STRING(BTS_SHUTDOWN_ST_WAIT_TRX_CLOSED),
+	OSMO_VALUE_STRING(BTS_SHUTDOWN_EV_TRX_CLOSED),
 	{ 0, NULL }
 };
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id042ae37f7c9dbd2edbb76932abb91d605d85e26
Gerrit-Change-Number: 25515
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/20210920/16976581/attachment.htm>


More information about the gerrit-log mailing list