BSSMAP_Templates: Correct name is AssignmentReq, not AssignmentCmd
diff --git a/ipa/MSC_ConnectionHandler.ttcn b/ipa/MSC_ConnectionHandler.ttcn
index 9cec556..641a832 100644
--- a/ipa/MSC_ConnectionHandler.ttcn
+++ b/ipa/MSC_ConnectionHandler.ttcn
@@ -60,7 +60,7 @@
 		/* new SCCP-level connection indication from BSC */
 		[] BSSAP.receive(tr_BSSMAP_ComplL3) -> value bssap {
 			/* respond with ASSIGNMENT CMD  */
-			BSSAP.send(ts_BSSMAP_AssignmentCmd(0, g_e1_timeslot));
+			BSSAP.send(ts_BSSMAP_AssignmentReq(0, g_e1_timeslot));
 			/* FIXME: Send MGCP */
 			}
 		/*