diff --git a/lapdm/gen_links.sh b/lapdm/gen_links.sh index a00b5dd1b..97e6e8405 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" +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" gen_links $DIR $FILES diff --git a/lapdm/LAPDm_RAW_PT.ttcn b/library/LAPDm_RAW_PT.ttcn similarity index 100% rename from lapdm/LAPDm_RAW_PT.ttcn rename to library/LAPDm_RAW_PT.ttcn