BSC_MS_ConnectionHandler: implement MGCP request->response handling
diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index da774cb..bcf9738 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -378,4 +378,16 @@
 	}
 }
 
+template PDU_BSSAP tr_BSSMAP_ClearComplete modifies tr_BSSAP_BSSMAP := {
+	pdu := {
+		bssmap := {
+			clearComplete := {
+				messageType := '21'O
+			}
+		}
+	}
+}
+
+
+
 }