move type RAN_Configurations to RAN_Adapter.ttcnpp

So far used only in MSC_Tests.ttcn, but soon to be used also in BSC_Tests.ttcn.

Change-Id: If8f7fd50a88302af645ab337a907d8f0ad79a306
diff --git a/library/RAN_Adapter.ttcnpp b/library/RAN_Adapter.ttcnpp
index f84fd34..68e1e60 100644
--- a/library/RAN_Adapter.ttcnpp
+++ b/library/RAN_Adapter.ttcnpp
@@ -64,6 +64,7 @@
 	octetstring sio,
 	integer rctx
 };
+type record of RAN_Configuration RAN_Configurations;
 
 private function init_pars(inout RAN_Adapter ba, in RAN_Configuration cfg) {
 	ba.sccp_pars := {
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 35ca84a..bfac7e9 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -81,7 +81,6 @@
 import from TCCConversion_Functions all;
 
 const integer NUM_BSC := 3;
-type record of RAN_Configuration RAN_Configurations;
 
 /* Needed for SGsAP SMS */
 import from MobileL3_SMS_Types all;