MSC_ConnectionHandler: Use correct (receive) template for ClearComplete
diff --git a/ipa/MSC_ConnectionHandler.ttcn b/ipa/MSC_ConnectionHandler.ttcn
index e97c6a1..9b67999 100644
--- a/ipa/MSC_ConnectionHandler.ttcn
+++ b/ipa/MSC_ConnectionHandler.ttcn
@@ -114,7 +114,7 @@
 			}
 
 		/* CLEAR COMPLETE from BSS (response to CLEAR COMMAND) */
-		[g_state == MSC_STATE_WAIT_CLEAR_COMPL] BSSAP.receive(ts_BSSMAP_ClearComplete) {
+		[g_state == MSC_STATE_WAIT_CLEAR_COMPL] BSSAP.receive(tr_BSSMAP_ClearComplete) {
 			/* send DLCX */
 			g_state := MSC_STATE_WAIT_DLCX_ACK;
 			var MgcpTransId trans_id := f_mgcp_alloc_tid();