diff --git a/library/RAN_Adapter.ttcnpp b/library/RAN_Adapter.ttcnpp index f84fd3483..68e1e6034 100644 --- a/library/RAN_Adapter.ttcnpp +++ b/library/RAN_Adapter.ttcnpp @@ -64,6 +64,7 @@ type record RAN_Configuration { 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 35ca84a7e..bfac7e987 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -81,7 +81,6 @@ import from DNS_Helpers all; 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;