From 10d77cd53ac79e69c07702446d4b0d74155c0583 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 4 Nov 2011 22:28:21 +0100 Subject: m3ua: fix typo (caught by dialyzer) --- src/m3ua_core.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m3ua_core.erl b/src/m3ua_core.erl index 3986305..0701954 100644 --- a/src/m3ua_core.erl +++ b/src/m3ua_core.erl @@ -326,7 +326,7 @@ rx_m3ua(Msg = #m3ua_msg{}, State, LoopDat) -> % Transform the M3UA SSNM messages into classic MTP primitives map_ssnm_to_mtp_prim(MsgType) -> - Mtp = #primitive{subsystem = 'MTP', spec_name = indiciation}, + Mtp = #primitive{subsystem = 'MTP', spec_name = indication}, case MsgType of ?M3UA_MSGT_SSNM_DUNA -> Mtp#primitive{gen_name = 'PAUSE'}; ?M3UA_MSGT_SSNM_DAVA -> Mtp#primitive{gen_name = 'RESUME'}; -- cgit v1.2.3