move LAPDm_types to library + make lapdm executable compile again

changes/00/5300/1
Harald Welte 6 years ago
parent efbc2fca24
commit 5aa500791e

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

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

Loading…
Cancel
Save