[VAMOS] BTS: add CHANnel ACTIVation test cases

Change-Id: I79817b3504b0d956e9fa52b8640d3a4d0fd2c4ba
Related: SYS#4895, OS#4941
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 8b10d0e..ee5258c 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -66,6 +66,7 @@
 import from BTS_Tests_LAPDm all;
 
 friend module BTS_Tests_SMSCB;
+friend module BTS_Tests_VAMOS;
 friend module BTS_Tests_virtphy;
 friend module BTS_Tests_LAPDm;
 friend module BTS_Tests_perf;
@@ -580,7 +581,7 @@
 	f_connect_reset(L1CTL);
 }
 
-private type function void_fn(charstring id) runs on ConnHdlr;
+friend type function void_fn(charstring id) runs on ConnHdlr;
 
 private type record length(8) of FreqHopGroups FreqHopConfig;