bsc: fixup for TC_cm_reestablishment: properly del MGCP ep

Fix SCCPlite run of TC_cm_reestablishment.

I'm not sure why it works for AoIP before this patch, but now it works
for both SCCPlite and AoIP.

Related: SYS#5130
Change-Id: I1c87272c5bb1ac452927054a9eef104d795e02f8
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 49214cd..8eff58f 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -9665,6 +9665,7 @@
 	}
 	f_perform_clear()
 	f_expect_dlcx_conns();
+	f_create_mgcp_delete_ep(g_media.mgcp_ep);
 	COORD.send(REEST_CLEAR_DONE);
 }