laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/30990 )
Change subject: timeslot_fsm: remove duplicate TS_ST_BORKEN from out_state_mask
......................................................................
timeslot_fsm: remove duplicate TS_ST_BORKEN from out_state_mask
The stete TS_ST_WAIT_PDCH_DEACT has TS_ST_BORKEN twice in
out_state_mask. This is unnecessary.
Change-Id: Ib758150ba7074adbb1b59008f0dfb57766763897
---
M src/osmo-bsc/timeslot_fsm.c
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/osmo-bsc/timeslot_fsm.c b/src/osmo-bsc/timeslot_fsm.c
index 72db0fa..c7f6130 100644
--- a/src/osmo-bsc/timeslot_fsm.c
+++ b/src/osmo-bsc/timeslot_fsm.c
@@ -932,7 +932,6 @@
.out_state_mask = 0
| S(TS_ST_IN_USE)
| S(TS_ST_UNUSED)
- | S(TS_ST_BORKEN)
| S(TS_ST_NOT_INITIALIZED)
| S(TS_ST_BORKEN)
,
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/30990
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ib758150ba7074adbb1b59008f0dfb57766763897
Gerrit-Change-Number: 30990
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged