diff options
-rw-r--r-- | library/RAN_Adapter.ttcnpp | 1 | ||||
-rw-r--r-- | msc/MSC_Tests.ttcn | 1 |
2 files changed, 1 insertions, 1 deletions
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 @@ 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 35ca84a..bfac7e9 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; |