summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-09 23:13:56 +0200
committerHarald Welte <laforge@gnumonks.org>2013-06-09 23:13:56 +0200
commitbabe0e92cd3f87f79b99ae65850fce2f57231b42 (patch)
treed5b7298d630d8a8e5f879e7ad3ff961ac8d563f9
parentf0d0e908d1341b40026174fb03ff728e98019e73 (diff)
DHA: After sending TR-CONTINUE from initiation-received state we go to active
-rw-r--r--TCAP/src/ITU/tcap_dha_fsm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TCAP/src/ITU/tcap_dha_fsm.erl b/TCAP/src/ITU/tcap_dha_fsm.erl
index 3c309d0..a970134 100644
--- a/TCAP/src/ITU/tcap_dha_fsm.erl
+++ b/TCAP/src/ITU/tcap_dha_fsm.erl
@@ -742,7 +742,7 @@ wait_cont_components_ir({'requested-components', Components}, State) ->
wait_cont_components_ir1(State) ->
%% TR-CONTINUE request to TSL
gen_server:cast(State#state.tco, {'TR', 'CONTINUE', request, State#state.parms}),
- {next_state, initiation_sent, State}.
+ {next_state, active, State}.
%% reference: Figure A.5 bis/Q.774
%% reference: Figure A.5/Q.774 (sheet 9 of 11)