From f6f4f6d5cccc4a3847e98f9d1ea02bf8eb429683 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 17 Dec 2011 18:37:44 +0100 Subject: [PATCH] CCO: fix typo (send_event instead of sent_event) --- TCAP/src/ITU/tcap_cco_server.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCAP/src/ITU/tcap_cco_server.erl b/TCAP/src/ITU/tcap_cco_server.erl index eb732f1..357cece 100644 --- a/TCAP/src/ITU/tcap_cco_server.erl +++ b/TCAP/src/ITU/tcap_cco_server.erl @@ -239,7 +239,7 @@ process_request_components([Head|Tail], State, AsnComps, ISMs) when {ok, ISM} = tcap_invocation_sup:start_ism(Usap, DialogueId, InvId, Class, Tout), % signal 'operation-sent' to ISM - gen_fsm:sent_event(ISM, 'operation-sent'), + gen_fsm:send_event(ISM, 'operation-sent'), NewISMs = [{InvId, ISM}|ISMs]; _ -> NewISMs = ISMs