From 5aa500791ea7093e3f5eaef18248203963391ae2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 31 Jul 2017 16:15:56 +0200 Subject: [PATCH] move LAPDm_types to library + make lapdm executable compile again --- lapdm/gen_links.sh | 2 +- lapdm/regen_makefile.sh | 2 +- {lapdm => library}/LAPDm_Types.ttcn | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {lapdm => library}/LAPDm_Types.ttcn (100%) diff --git a/lapdm/gen_links.sh b/lapdm/gen_links.sh index 97e6e8405..ab4eec3af 100755 --- a/lapdm/gen_links.sh +++ b/lapdm/gen_links.sh @@ -18,5 +18,5 @@ gen_links $DIR $FILES DIR=../library -FILES="General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Types.ttcn Osmocom_Types.ttcn L1CTL_PortType.ttcn L1CTL_Types.ttcn LAPDm_RAW_PT.ttcn" +FILES="General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Types.ttcn Osmocom_Types.ttcn L1CTL_PortType.ttcn L1CTL_Types.ttcn LAPDm_RAW_PT.ttcn LAPDm_Types.ttcn RLCMAC_Types.ttcn RLCMAC_EncDec.cc" gen_links $DIR $FILES diff --git a/lapdm/regen_makefile.sh b/lapdm/regen_makefile.sh index f4cf882e1..7a94d085b 100755 --- a/lapdm/regen_makefile.sh +++ b/lapdm/regen_makefile.sh @@ -1,6 +1,6 @@ #!/bin/sh -FILES="*.ttcn UD_PT.cc UD_PT.hh" +FILES="*.ttcn UD_PT.cc UD_PT.hh RLCMAC_EncDec.cc" ttcn3_makefilegen -f L1CTL_Test.ttcn $FILES sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile diff --git a/lapdm/LAPDm_Types.ttcn b/library/LAPDm_Types.ttcn similarity index 100% rename from lapdm/LAPDm_Types.ttcn rename to library/LAPDm_Types.ttcn