[libpri-commits] rmudgett: branch rmudgett/q931_fsm r2254 - /team/rmudgett/q931_fsm/doc/
SVN commits to the libpri project
libpri-commits at lists.digium.com
Mon Mar 14 10:52:59 CDT 2011
Author: rmudgett
Date: Mon Mar 14 10:52:57 2011
New Revision: 2254
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2254
Log:
Add dummy call reference FSM.
Added:
team/rmudgett/q931_fsm/doc/q931_dummy_cr.fsm (with props)
Added: team/rmudgett/q931_fsm/doc/q931_dummy_cr.fsm
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/q931_fsm/doc/q931_dummy_cr.fsm?view=auto&rev=2254
==============================================================================
--- team/rmudgett/q931_fsm/doc/q931_dummy_cr.fsm (added)
+++ team/rmudgett/q931_fsm/doc/q931_dummy_cr.fsm Mon Mar 14 10:52:57 2011
@@ -1,0 +1,26 @@
+/*
+ * FSM pseudo code used in the design/implementation of the
+ * Q.931 dummy call reference.
+ *
+ * Q.931 Section 4.3
+ */
+FSM q931_dummy_cr
+{
+ Prolog {
+ }
+ Init {
+ }
+ Epilog {
+ }
+ Stimulus Q931_EV_MGMT_DESTROY {
+ /* Terminate the FSM */
+ Next_State *;
+ }
+ Stimulus Q931_EV_MSG_FACILITY {
+ /* Need to handle for supplementary services. */
+ /* BUGBUG */
+ }
+ Stimulus Q931_EV_MSG_other {
+ /* Ignore all other messages. */
+ }
+}
Propchange: team/rmudgett/q931_fsm/doc/q931_dummy_cr.fsm
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/rmudgett/q931_fsm/doc/q931_dummy_cr.fsm
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: team/rmudgett/q931_fsm/doc/q931_dummy_cr.fsm
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the libpri-commits
mailing list