CBSP_Templates: fix copy+paste error

Change-Id: Idd07dce8ccdbfa3d65a78ccfcaa9f43eb04979cd
diff --git a/library/CBSP_Templates.ttcn b/library/CBSP_Templates.ttcn
index 57e87e2..fe06150 100644
--- a/library/CBSP_Templates.ttcn
+++ b/library/CBSP_Templates.ttcn
@@ -635,7 +635,7 @@
 	} else if (not istemplatekind(compl_list, "omit")) {
 		ies[lengthof(ies)] := tr_CbspNumComplList(compl_list);
 	}
-	if (istemplatekind(compl_list, "*")) {
+	if (istemplatekind(cell_list, "*")) {
 		//ies[lengthof(ies)] := tr_CbspCellList ifpresent;
 	} else if (not istemplatekind(cell_list, "omit")) {
 		ies[lengthof(ies)] := tr_CbspCellList(cell_list);