summaryrefslogtreecommitdiffstats
path: root/tests/fsm/fsm_test.err
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-29 10:53:17 +0900
committerHarald Welte <laforge@gnumonks.org>2016-06-16 21:43:45 +0000
commit136e73764e7f58e52ffb13d01304fef30eb7d291 (patch)
tree5854f45d44f793d6467e000b314c0789e7c1cccb /tests/fsm/fsm_test.err
parent82f94ef50f592c8c89b848e91b7cb84587ef8733 (diff)
Add Finite State Machine abstraction code
This code is supposed to formalize some of the state machine handling in Osmocom code. Change-Id: I0b0965a912598c1f6b84042a99fea9d522642466 Reviewed-on: https://gerrit.osmocom.org/163 Tested-by: Jenkins Builder Reviewed-by: Harald Welte <laforge@gnumonks.org>
Diffstat (limited to 'tests/fsm/fsm_test.err')
-rw-r--r--tests/fsm/fsm_test.err11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/fsm/fsm_test.err b/tests/fsm/fsm_test.err
new file mode 100644
index 00000000..b9c738c6
--- /dev/null
+++ b/tests/fsm/fsm_test.err
@@ -0,0 +1,11 @@
+Checking FSM allocation
+Test FSM{NULL}: Allocated
+Test FSM{NULL}: Received Event 1
+Test FSM(NULL): Event 1 not permitted
+Test FSM{NULL}: Received Event 0
+Test FSM{NULL}: state_chg to ONE
+Test FSM{ONE}: Received Event 1
+Test FSM{ONE}: state_chg to TWO
+Test FSM{TWO}: Timeout of T2342
+Timer
+ \ No newline at end of file