BSSMAP_Templates: Correct name is AssignmentReq, not AssignmentCmd
diff --git a/ipa/BSC_MS_ConnectionHandler.ttcn b/ipa/BSC_MS_ConnectionHandler.ttcn
index 443babe..3095995 100644
--- a/ipa/BSC_MS_ConnectionHandler.ttcn
+++ b/ipa/BSC_MS_ConnectionHandler.ttcn
@@ -74,7 +74,7 @@
 	while (true) {
 		alt {
 		/* new SCCP-level connection indication from BSC */
-		[] BSSAP.receive(tr_BSSMAP_AssignmentCmd) -> value bssap {
+		[] BSSAP.receive(tr_BSSMAP_AssignmentReq) -> value bssap {
 			/* TODO: Read CIC */
 			/* respond with ASSIGNMENT COMPL */
 			BSSAP.send(ts_BSSMAP_AssignmentComplete(bssap.pdu.bssmap.assignmentRequest.circuitIdentityCode));