blob: 17a2f2e0f90962a760fabd2742350038f4743549 [file] [log] [blame]
Harald Welte136e7372016-05-29 10:53:17 +09001Checking FSM allocation
Harald Welte31c0fef2017-04-16 17:26:30 +02002Test_FSM(my_id){NULL}: Allocated
3Test_FSM(my_id){NULL}: Received Event 1
4Test_FSM(my_id){NULL}: Event 1 not permitted
5Test_FSM(my_id){NULL}: Received Event 0
6Test_FSM(my_id){NULL}: state_chg to ONE
7Test_FSM(my_id){ONE}: Received Event 1
8Test_FSM(my_id){ONE}: state_chg to TWO
9Test_FSM(my_id){TWO}: Timeout of T2342
Harald Welte136e7372016-05-29 10:53:17 +090010Timer
11