aboutsummaryrefslogtreecommitdiffstats
path: root/src/xua_asp_fsm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-15 20:39:11 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-15 23:01:13 +0200
commit03eda14b26a3e0127617b53ce79bf61ec956314b (patch)
tree344fa6d7df157ef26429ccf7d784917765396368 /src/xua_asp_fsm.h
parentf7abfe1bb1b99bec72796e02ca781a314dec339a (diff)
Add new ASP event XUA_ASP_E_SCTP_EST_IND
For classic xUA this is not needed, as the server doesn't have to react to establishment of the SCTP connection. The client will start with an ASP_UP_REQ. However, in upcoming IPA support, the FSM will need to react on this event. Change-Id: Ib10914b27f8761ea44a0fdba96c045821223722a
Diffstat (limited to 'src/xua_asp_fsm.h')
-rw-r--r--src/xua_asp_fsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xua_asp_fsm.h b/src/xua_asp_fsm.h
index ea62484..60e09da 100644
--- a/src/xua_asp_fsm.h
+++ b/src/xua_asp_fsm.h
@@ -14,6 +14,7 @@ enum xua_asp_event {
XUA_ASP_E_SCTP_COMM_DOWN_IND,
XUA_ASP_E_SCTP_RESTART_IND,
+ XUA_ASP_E_SCTP_EST_IND,
XUA_ASP_E_ASPSM_ASPUP,
XUA_ASP_E_ASPSM_ASPUP_ACK,