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.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/25471 )
Change subject: trx_provision_fsm: Add missing state transition OPEN_WAIT_POWEROFF_CNF => OPEN_POWEROFF
......................................................................
trx_provision_fsm: Add missing state transition OPEN_WAIT_POWEROFF_CNF => OPEN_POWEROFF
Change-Id: I361c1acddfe7ebffb44d886d0545240ef1bbd347
---
M src/osmo-bts-trx/trx_provision_fsm.c
1 file changed, 1 insertion(+), 0 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/71/25471/1
diff --git a/src/osmo-bts-trx/trx_provision_fsm.c b/src/osmo-bts-trx/trx_provision_fsm.c
index 5beca2a..19cbc8b 100644
--- a/src/osmo-bts-trx/trx_provision_fsm.c
+++ b/src/osmo-bts-trx/trx_provision_fsm.c
@@ -544,6 +544,7 @@
 			llist_for_each_entry(pinst, &plink->instances, list) {
 				bts_model_trx_close_cb(pinst->trx, rc);
 			}
+			trx_prov_fsm_state_chg(fi, TRX_PROV_ST_OPEN_POWEROFF);
 		}
 		break;
 	default:
-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25471
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I361c1acddfe7ebffb44d886d0545240ef1bbd347
Gerrit-Change-Number: 25471
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/20210915/656731c6/attachment.htm>