BSC_Test_ASCI: Add Talker detect with link fail test

The talker requests uplink. Instead of receiving link establishment from
the BTS, the BSC receives a link failure. The MSC expects to receive an
UPLINK RELEASE INDICATION, caused by radio link failure.

Change-Id: Ied56a6bdc0bfa541b1419e63e9e209ed20af804c
diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index f919fa6..0c62003 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -757,6 +757,7 @@
 	boolean vgcs_assign_ok,
 	boolean vgcs_assign_fail,
 	boolean vgcs_talker_req,
+	boolean vgcs_talker_fail,
 	boolean vgcs_talker_est,
 	boolean vgcs_talker_rel,
 	boolean vgcs_uplink_seized,