Change in osmo-bsc[master]: timeslot FSM: permit entering broken state from anywhere

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 Hofmeyr gerrit-no-reply at lists.osmocom.org
Sat Jul 28 10:44:00 UTC 2018


Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/10192 )

Change subject: timeslot FSM: permit entering broken state from anywhere
......................................................................

timeslot FSM: permit entering broken state from anywhere

Change-Id: I59abcef2ee1d9e307f8eacf1d5ea663e19099a6a
---
M src/osmo-bsc/timeslot_fsm.c
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/osmo-bsc/timeslot_fsm.c b/src/osmo-bsc/timeslot_fsm.c
index 4514f34..21de2fa 100644
--- a/src/osmo-bsc/timeslot_fsm.c
+++ b/src/osmo-bsc/timeslot_fsm.c
@@ -720,6 +720,7 @@
 			,
 		.out_state_mask = 0
 			| S(TS_ST_UNUSED)
+			| S(TS_ST_BORKEN)
 			,
 	},
 	[TS_ST_UNUSED] = {
@@ -734,6 +735,7 @@
 			| S(TS_ST_WAIT_PDCH_ACT)
 			| S(TS_ST_IN_USE)
 			| S(TS_ST_NOT_INITIALIZED)
+			| S(TS_ST_BORKEN)
 			,
 	},
 	[TS_ST_WAIT_PDCH_ACT] = {
@@ -764,6 +766,7 @@
 		.out_state_mask = 0
 			| S(TS_ST_WAIT_PDCH_DEACT)
 			| S(TS_ST_NOT_INITIALIZED)
+			| S(TS_ST_BORKEN)
 			,
 	},
 	[TS_ST_WAIT_PDCH_DEACT] = {
@@ -781,6 +784,7 @@
 			| S(TS_ST_UNUSED)
 			| S(TS_ST_BORKEN)
 			| S(TS_ST_NOT_INITIALIZED)
+			| S(TS_ST_BORKEN)
 			,
 	},
 	[TS_ST_IN_USE] = {
@@ -794,6 +798,7 @@
 		.out_state_mask = 0
 			| S(TS_ST_UNUSED)
 			| S(TS_ST_NOT_INITIALIZED)
+			| S(TS_ST_BORKEN)
 			,
 	},
 	[TS_ST_BORKEN] = {

-- 
To view, visit https://gerrit.osmocom.org/10192
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I59abcef2ee1d9e307f8eacf1d5ea663e19099a6a
Gerrit-Change-Number: 10192
Gerrit-PatchSet: 2
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180728/ff7cb890/attachment.htm>


More information about the gerrit-log mailing list