laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38067?usp=email )
Change subject: lapdm: remove ......................................................................
lapdm: remove
In the related patch, lapdm/L1CTL_Test.ttcn has been moved to bts/BTS_Tests_LAPDm.ttcn. The remaining files in this directory are unused. Remove them to unclutter the repository a bit.
Related: Ibbc967f0bd9a19ab4bbd17f612654d72cb32d571 Change-Id: I6aae060a5b252d3ab36378da8c721154b3186466 --- D lapdm/gen_links.sh D lapdm/regen_makefile.sh 2 files changed, 0 insertions(+), 36 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/lapdm/gen_links.sh b/lapdm/gen_links.sh deleted file mode 100755 index 217f485..0000000 --- a/lapdm/gen_links.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -BASEDIR=../deps - -. ../gen_links.sh.inc - -DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src -FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn" -gen_links $DIR $FILES - -DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src -FILES="Socket_API_Definitions.ttcn" -gen_links $DIR $FILES - - -DIR=../library -FILES="Misc_Helpers.ttcn General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn Osmocom_Types.ttcn L1CTL_PortType.ttcn L1CTL_PortType_CtrlFunct.ttcn L1CTL_PortType_CtrlFunctDef.cc L1CTL_Types.ttcn LAPDm_RAW_PT.ttcn LAPDm_Types.ttcn RLCMAC_Templates.ttcn RLCMAC_Types.ttcn RLCMAC_EncDec.cc" -gen_links $DIR $FILES - -ignore_pp_results diff --git a/lapdm/regen_makefile.sh b/lapdm/regen_makefile.sh deleted file mode 100755 index f354e87..0000000 --- a/lapdm/regen_makefile.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -NAME=L1CTL_Test - -FILES=" - *.ttcn - L1CTL_PortType_CtrlFunctDef.cc - RLCMAC_EncDec.cc - UD_PT.cc - UD_PT.hh -" - -export CPPFLAGS_TTCN3=" -" - -../regen-makefile.sh -e $NAME $FILES