From 5b1ce8c4f49004b101f794d94060f5666b532ce2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 19 Jul 2017 20:16:54 +0200 Subject: [PATCH] move L1CTL modules to library for easier sharing with other test suites --- lapd/gen_links.sh | 2 +- {lapd => library}/L1CTL_PortType.ttcn | 0 {lapd => library}/L1CTL_Types.ttcn | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {lapd => library}/L1CTL_PortType.ttcn (100%) rename {lapd => library}/L1CTL_Types.ttcn (100%) diff --git a/lapd/gen_links.sh b/lapd/gen_links.sh index eb43c4645..d8497511e 100755 --- a/lapd/gen_links.sh +++ b/lapd/gen_links.sh @@ -18,5 +18,5 @@ gen_links $DIR $FILES DIR=../library -FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn" +FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn L1CTL_PortType.ttcn L1CTL_Types.ttcn" gen_links $DIR $FILES diff --git a/lapd/L1CTL_PortType.ttcn b/library/L1CTL_PortType.ttcn similarity index 100% rename from lapd/L1CTL_PortType.ttcn rename to library/L1CTL_PortType.ttcn diff --git a/lapd/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn similarity index 100% rename from lapd/L1CTL_Types.ttcn rename to library/L1CTL_Types.ttcn