1 /*********************************************************************
3 * Filename: iriap_event.h
6 * Status: Experimental.
7 * Author: Dag Brattli <dagb@cs.uit.no>
8 * Created at: Mon Aug 4 20:40:53 1997
9 * Modified at: Sun Oct 31 22:02:54 1999
10 * Modified by: Dag Brattli <dagb@cs.uit.no>
12 * Copyright (c) 1998-1999 Dag Brattli <dagb@cs.uit.no>, All Rights Reserved.
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License as
16 * published by the Free Software Foundation; either version 2 of
17 * the License, or (at your option) any later version.
19 * Neither Dag Brattli nor University of Tromsø admit liability nor
20 * provide warranty for any of this software. This material is
21 * provided "AS-IS" and at no charge.
23 ********************************************************************/
28 /* Forward because of circular include dependecies */
60 IAP_CALL_REQUEST_GVBC
,
63 IAP_LM_DISCONNECT_INDICATION
,
64 IAP_LM_CONNECT_INDICATION
,
65 IAP_LM_CONNECT_CONFIRM
,
68 void iriap_next_client_state (struct iriap_cb
*self
, IRIAP_STATE state
);
69 void iriap_next_call_state (struct iriap_cb
*self
, IRIAP_STATE state
);
70 void iriap_next_server_state (struct iriap_cb
*self
, IRIAP_STATE state
);
71 void iriap_next_r_connect_state(struct iriap_cb
*self
, IRIAP_STATE state
);
74 void iriap_do_client_event(struct iriap_cb
*self
, IRIAP_EVENT event
,
76 void iriap_do_call_event (struct iriap_cb
*self
, IRIAP_EVENT event
,
79 void iriap_do_server_event (struct iriap_cb
*self
, IRIAP_EVENT event
,
81 void iriap_do_r_connect_event(struct iriap_cb
*self
, IRIAP_EVENT event
,
84 #endif /* IRIAP_FSM_H */