From ac39b3eb0a58531facb8552cfa6f7fcb2355ba7b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 11 Jul 2018 19:58:07 +0200 Subject: timeslot_fsm: fix name str of TS_ST_WAIT_PDCH_DEACT Change-Id: I879f4e77490a251f7803febcbc464ecff55dfc71 --- src/osmo-bsc/timeslot_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bsc/timeslot_fsm.c b/src/osmo-bsc/timeslot_fsm.c index 9eba07fe4..812560e13 100644 --- a/src/osmo-bsc/timeslot_fsm.c +++ b/src/osmo-bsc/timeslot_fsm.c @@ -710,7 +710,7 @@ static const struct osmo_fsm_state ts_fsm_states[] = { , }, [TS_ST_WAIT_PDCH_DEACT] = { - .name = "WAIT_PDCH_ACT", + .name = "WAIT_PDCH_DEACT", .onenter = ts_fsm_wait_pdch_deact_onenter, .action = ts_fsm_wait_pdch_deact, .in_event_mask = 0 -- cgit v1.2.3