diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2020-05-12 16:07:55 +0200 |
---|---|---|
committer | neels <nhofmeyr@sysmocom.de> | 2020-06-14 10:54:11 +0000 |
commit | 7985aebeb333614ab761bafda884dc826591711a (patch) | |
tree | ef8a92f73eef1142732beaf4fb4dc009ea55cdf8 /msc | |
parent | 16617816114f31bc9560c9646b4f566259f3b4a3 (diff) |
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
Diffstat (limited to 'msc')
-rw-r--r-- | msc/MSC_Tests.ttcn | 1 |
1 files changed, 0 insertions, 1 deletions
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; |