OCRC-CONNECTION_MSG.req: send _encoded_ message to MTP
diff --git a/src/sccp_scrc.erl b/src/sccp_scrc.erl
index c9fbafe..f723836 100644
--- a/src/sccp_scrc.erl
+++ b/src/sccp_scrc.erl
@@ -130,7 +130,7 @@
 	% encode the actual SCCP message
 	EncMsg = sccp_codec:encode_sccp_msg(Msg),
 	% generate a MTP-TRANSFER.req primitive to the lower layer
-	send_mtp_transfer_down(LoopDat, Msg),
+	send_mtp_transfer_down(LoopDat, EncMsg),
 	{next_state, idle, LoopDat};
 % SCOC has received confirmation about new incoming connection from user
 idle(#primitive{subsystem = 'OCRC', gen_name = 'CONNECTION',