[libpri-commits] rmudgett: branch rmudgett/q931_fsm r2252 - /team/rmudgett/q931_fsm/doc/
SVN commits to the libpri project
libpri-commits at lists.digium.com
Fri Mar 11 15:26:36 CST 2011
Author: rmudgett
Date: Fri Mar 11 15:26:32 2011
New Revision: 2252
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2252
Log:
Comment changes.
Modified:
team/rmudgett/q931_fsm/doc/q931_global_cr.fsm
Modified: team/rmudgett/q931_fsm/doc/q931_global_cr.fsm
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/q931_fsm/doc/q931_global_cr.fsm?view=diff&rev=2252&r1=2251&r2=2252
==============================================================================
--- team/rmudgett/q931_fsm/doc/q931_global_cr.fsm (original)
+++ team/rmudgett/q931_fsm/doc/q931_global_cr.fsm Fri Mar 11 15:26:32 2011
@@ -19,6 +19,7 @@
Next_State *;
}
Stimulus Q931_EV_MSG_STATUS_ENQUIRY {
+ /* Deviation, we'll handle this anyway. */
Action Send(STATUS(current_state));
}
Stimulus Q931_EV_MSG_STATUS {
@@ -27,6 +28,8 @@
Stimulus Q931_EV_MSG_other {
Action Send(STATUS(PRI_CAUSE_INVALID_CALL_REFERENCE));
}
+
+/* ******************************************************************** */
State q931_global_null {
Prolog {
@@ -50,6 +53,9 @@
Next_State q931_global_restart_req;
}
}
+
+/* ******************************************************************** */
+
State q931_global_restart_req {
Prolog {
Action Set_State(Q931_GLOBAL_STATE_RESTART_REQUEST);
@@ -92,6 +98,9 @@
}
}
}
+
+/* ******************************************************************** */
+
State q931_global_restart {
Prolog {
Action Set_State(Q931_GLOBAL_STATE_RESTART);
More information about the libpri-commits
mailing list