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
This commit is contained in:
Neels Hofmeyr 2020-05-12 16:07:55 +02:00 committed by neels
parent 1661781611
commit 7985aebeb3
2 changed files with 1 additions and 1 deletions

View File

@ -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 := {

View File

@ -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;